Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c49 static int siw_try_1seg(struct siw_iwarp_tx *c_tx, void *paddr) in siw_try_1seg()
117 static int siw_qp_prepare_tx(struct siw_iwarp_tx *c_tx) in siw_qp_prepare_tx()
287 static int siw_tx_ctrl(struct siw_iwarp_tx *c_tx, struct socket *s, in siw_tx_ctrl()
432 static int siw_tx_hdt(struct siw_iwarp_tx *c_tx, struct socket *s) in siw_tx_hdt()
669 static void siw_update_tcpseg(struct siw_iwarp_tx *c_tx, in siw_update_tcpseg()
704 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; in siw_prepare_fpdu()
792 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; in siw_qp_sq_proc_tx()
Dsiw.h360 struct siw_iwarp_tx { struct
432 struct siw_iwarp_tx tx_ctx; /* Transmit context */ argument
Dsiw_qp.c232 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; in siw_qp_enable_crc()