Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_tcb.h515 #define V_TF_NAGLE(x) ((x) << S_TF_NAGLE) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_tcb.h568 #define V_TF_NAGLE(x) ((x) << S_TF_NAGLE) macro
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c434 V_TF_NAGLE(1), V_TF_NAGLE(toep->params.nagle), 0, 0); in t4_ctloutput()