Home
last modified time | relevance | path

Searched refs:zcopy_tx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw.h404 u8 zcopy_tx : 1; /* Use TCP_SENDPAGE if possible */ member
492 extern const bool zcopy_tx;
H A Dsiw_main.c33 const bool zcopy_tx = true; variable
H A Dsiw_verbs.c430 qp->tx_ctx.zcopy_tx = zcopy_tx; in siw_create_qp()
H A Dsiw_qp_tx.c279 if (c_tx->zcopy_tx && wqe->bytes >= SENDPAGE_THRESH && in siw_qp_prepare_tx()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw.h405 u8 zcopy_tx : 1; /* Use TCP_SENDPAGE if possible */ member
494 extern const bool zcopy_tx;
H A Dsiw_main.c33 const bool zcopy_tx = true; variable
H A Dsiw_verbs.c431 qp->tx_ctx.zcopy_tx = zcopy_tx; in siw_create_qp()
H A Dsiw_qp_tx.c278 if (c_tx->zcopy_tx && wqe->bytes >= SENDPAGE_THRESH && in siw_qp_prepare_tx()

Completed in 14 milliseconds