Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/sw/siw/
Diwarp.h160 struct iwarp_send { struct
279 struct iwarp_send send;
Dsiw_qp.c57 .hdr_len = sizeof(struct iwarp_send),
58 .ctrl.mpa_len = htons(sizeof(struct iwarp_send) - 2),
71 .hdr_len = sizeof(struct iwarp_send),
72 .ctrl.mpa_len = htons(sizeof(struct iwarp_send) - 2),
506 sizeof(struct iwarp_send); in siw_send_terminate()
523 iov[1].iov_len = sizeof(struct iwarp_send); in siw_send_terminate()
Dsiw.h343 struct iwarp_send send;
376 struct iwarp_send send;
Dsiw_qp_tx.c23 sizeof(struct iwarp_send))) & 0xF8)
164 c_tx->ctrl_len = sizeof(struct iwarp_send); in siw_qp_prepare_tx()