Searched refs:wqe_sz (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
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()
|
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-6.1.9/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 1652 u16 *wqe_sz, u16 *qdf, u8 mode) in bnxt_qplib_required_slots() argument 1669 *wqe_sz = slot; in bnxt_qplib_required_slots() 1710 u16 wqe_sz, qdf = 0; in bnxt_qplib_post_send() local 1728 slots = bnxt_qplib_required_slots(qp, wqe, &wqe_sz, &qdf, qp->wqe_mode); in bnxt_qplib_post_send() 1780 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1799 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1829 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1963 u16 wqe_sz, idx; in bnxt_qplib_post_recv() local 1999 wqe_sz = (sizeof(struct rq_wqe_hdr) + in bnxt_qplib_post_recv() 2007 wqe_sz++; in bnxt_qplib_post_recv() [all …]
|