Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c197 V_TXFIFOTHRESH(M_TXFIFOTHRESH), in t3_mac_init()
198 V_TXFIFOTHRESH(64)); in t3_mac_init()
552 V_TXFIFOTHRESH(M_TXFIFOTHRESH) | V_TXIPG(M_TXIPG), in t3_mac_set_mtu()
553 V_TXFIFOTHRESH(thres) | V_TXIPG(ipg)); in t3_mac_set_mtu()
H A Dcxgb_regs.h7363 #define V_TXFIFOTHRESH(x) ((x) << S_TXFIFOTHRESH) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h52635 #define V_TXFIFOTHRESH(x) ((x) << S_TXFIFOTHRESH) macro