Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgb/common/
HDcxgb_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()
HDcxgb_regs.h7363 #define V_TXFIFOTHRESH(x) ((x) << S_TXFIFOTHRESH) macro