Searched refs:wqebb_shift (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_wq.c | 44 u32 wqebb_shift, u16 q_depth, unsigned int socket_id) in hinic_wq_allocate() argument 53 wq->wqebb_size = 1 << wqebb_shift; in hinic_wq_allocate() 54 wq->wqebb_shift = wqebb_shift; in hinic_wq_allocate() 55 wq->wq_buf_size = ((u32)q_depth) << wqebb_shift; in hinic_wq_allocate() 106 int cmdq_blocks, u32 wq_buf_size, u32 wqebb_shift, in hinic_cmdq_alloc() argument 113 wq[i].wqebb_size = 1 << wqebb_shift; in hinic_cmdq_alloc() 114 wq[i].wqebb_shift = wqebb_shift; in hinic_cmdq_alloc()
|
| H A D | hinic_pmd_wq.h | 73 ((idx) << (wq)->wqebb_shift))) 108 u32 wqebb_shift; member 118 int cmdq_blocks, u32 wq_buf_size, u32 wqebb_shift, 125 u32 wqebb_shift, u16 q_depth, unsigned int socket_id);
|