Home
last modified time | relevance | path

Searched refs:i40iw_sge (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
Di40iw_user.h109 struct i40iw_sge { struct
115 #define i40iw_sgl struct i40iw_sge * argument
209 struct i40iw_sge rem_addr;
215 struct i40iw_sge rem_addr;
219 struct i40iw_sge lo_addr;
220 struct i40iw_sge rem_addr;
Di40iw_verbs.c2077 static void i40iw_copy_sg_list(struct i40iw_sge *sg_list, struct ib_sge *sgl, int num_sges) in i40iw_copy_sg_list()
2146 info.op.send.sg_list = (struct i40iw_sge *)ib_wr->sg_list; in i40iw_post_send()
2276 struct i40iw_sge sg_list[I40IW_MAX_WQ_FRAGMENT_COUNT]; in i40iw_post_recv()
Di40iw_uk.c205 static void i40iw_set_fragment(u64 *wqe, u32 offset, struct i40iw_sge *sge) in i40iw_set_fragment()