Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
Dsiw_main.c51 const bool siw_tcp_nagle; variable
Dsiw.h497 extern const bool siw_tcp_nagle;
Dsiw_cm.c951 if (siw_tcp_nagle == false) in siw_accept_newconn()
1381 if (siw_tcp_nagle == false) in siw_connect()
Dsiw_qp_tx.c868 if (siw_sq_empty(qp) || !siw_tcp_nagle || burst_len == 1) in siw_qp_sq_proc_tx()