Home
last modified time | relevance | path

Searched refs:iwarp_send (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/sw/siw/
Diwarp.h160 struct iwarp_send { struct
279 struct iwarp_send send;
Dsiw_qp.c58 .hdr_len = sizeof(struct iwarp_send),
59 .ctrl.mpa_len = htons(sizeof(struct iwarp_send) - 2),
72 .hdr_len = sizeof(struct iwarp_send),
73 .ctrl.mpa_len = htons(sizeof(struct iwarp_send) - 2),
509 sizeof(struct iwarp_send); in siw_send_terminate()
526 iov[1].iov_len = sizeof(struct iwarp_send); in siw_send_terminate()
Dsiw.h344 struct iwarp_send send;
377 struct iwarp_send send;
Dsiw_qp_tx.c23 sizeof(struct iwarp_send))) & 0xF8)
163 c_tx->ctrl_len = sizeof(struct iwarp_send); in siw_qp_prepare_tx()