Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_main.c472 if (SENDPAGE_THRESH < SIW_MAX_INLINE) { in siw_init_module()
474 (int)SENDPAGE_THRESH); in siw_init_module()
Dsiw.h38 #define SENDPAGE_THRESH PAGE_SIZE macro
Dsiw_qp_tx.c273 if (c_tx->zcopy_tx && wqe->bytes >= SENDPAGE_THRESH && in siw_qp_prepare_tx()