Home
last modified time | relevance | path

Searched refs:S_TXPORT2DROPCNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1498 #define S_TXPORT2DROPCNT 0 macro
1500 #define V_TXPORT2DROPCNT(x) ((x) << S_TXPORT2DROPCNT)
1501 #define G_TXPORT2DROPCNT(x) (((x) >> S_TXPORT2DROPCNT) & M_TXPORT2DROPCNT)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1489 #define S_TXPORT2DROPCNT 0 macro
1491 #define V_TXPORT2DROPCNT(x) ((x) << S_TXPORT2DROPCNT)
1492 #define G_TXPORT2DROPCNT(x) (((x) >> S_TXPORT2DROPCNT) & M_TXPORT2DROPCNT)

Completed in 12 milliseconds