Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1491 #define S_TXPORT1DROPCNT 16 macro
1493 #define V_TXPORT1DROPCNT(x) ((x) << S_TXPORT1DROPCNT)
1494 #define G_TXPORT1DROPCNT(x) (((x) >> S_TXPORT1DROPCNT) & M_TXPORT1DROPCNT)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1482 #define S_TXPORT1DROPCNT 16 macro
1484 #define V_TXPORT1DROPCNT(x) ((x) << S_TXPORT1DROPCNT)
1485 #define G_TXPORT1DROPCNT(x) (((x) >> S_TXPORT1DROPCNT) & M_TXPORT1DROPCNT)

Completed in 13 milliseconds