Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw.h417 u8 zcopy_tx : 1; /* Use TCP_SENDPAGE if possible */ member
507 extern const bool zcopy_tx;
Dsiw_main.c32 const bool zcopy_tx = true; variable
Dsiw_verbs.c449 qp->tx_ctx.zcopy_tx = zcopy_tx; in siw_create_qp()
Dsiw_qp_tx.c279 if (c_tx->zcopy_tx && wqe->bytes >= SENDPAGE_THRESH && in siw_qp_prepare_tx()