Searched defs:irdma_post_send (Results 1 – 2 of 2) sorted by relevance
174 struct irdma_post_send { struct175 irdma_sgl sg_list;176 u32 num_sges;177 u32 qkey;178 u32 dest_qp;179 u32 ah_id;
3067 static int irdma_post_send(struct ib_qp *ibqp, in irdma_post_send() function