Searched refs:wqe_sz (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/infiniband/hw/mlx5/ |
H A D | wr.h | 52 u32 wqe_sz, void **cur_edge) in handle_post_send_edge() argument 59 idx = (sq->cur_post + (wqe_sz >> 2)) & (sq->wqe_cnt - 1); in handle_post_send_edge() 75 void **seg, u32 *wqe_sz, in mlx5r_memcpy_send_wqe() argument 89 *wqe_sz += stride >> 4; in mlx5r_memcpy_send_wqe() 90 handle_post_send_edge(sq, seg, *wqe_sz, cur_edge); in mlx5r_memcpy_send_wqe()
|
H A D | wr.c | 261 void **wqe, int *wqe_sz, void **cur_edge) in set_data_inl_seg() argument 286 *wqe_sz + (offset >> 4), in set_data_inl_seg() 302 *wqe_sz += ALIGN(inl + sizeof(seg->byte_count), 16) / 16; in set_data_inl_seg()
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 1801 u16 *wqe_sz, u16 *qdf, u8 mode) in bnxt_qplib_required_slots() argument 1818 *wqe_sz = slot; in bnxt_qplib_required_slots() 1864 u16 wqe_sz, qdf = 0; in bnxt_qplib_post_send() local 1883 slots = bnxt_qplib_required_slots(qp, wqe, &wqe_sz, &qdf, qp->wqe_mode); in bnxt_qplib_post_send() 1937 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1956 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1987 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 2125 u16 wqe_sz, idx; in bnxt_qplib_post_recv() local 2161 wqe_sz = (sizeof(struct rq_wqe_hdr) + in bnxt_qplib_post_recv() 2169 wqe_sz++; in bnxt_qplib_post_recv() [all …]
|