Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c51 const bool siw_tcp_nagle; variable
H A Dsiw.h499 extern const bool siw_tcp_nagle;
H A Dsiw_cm.c954 if (siw_tcp_nagle == false) in siw_accept_newconn()
1400 if (siw_tcp_nagle == false) in siw_connect()
H A Dsiw_qp_tx.c879 if (siw_sq_empty(qp) || !siw_tcp_nagle || burst_len == 1) in siw_qp_sq_proc_tx()