Searched defs:irdma_post_send (Results 1 – 2 of 2) sorted by relevance
284 struct irdma_post_send { struct285 struct ib_sge *sg_list;286 u32 num_sges;287 u32 qkey;288 u32 dest_qp;289 u32 ah_id;
3946 static int irdma_post_send(struct ib_qp *ibqp, in irdma_post_send() function