Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1522 #define S_RXPORT2DROPCNT 0 macro
1524 #define V_RXPORT2DROPCNT(x) ((x) << S_RXPORT2DROPCNT)
1525 #define G_RXPORT2DROPCNT(x) (((x) >> S_RXPORT2DROPCNT) & M_RXPORT2DROPCNT)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1513 #define S_RXPORT2DROPCNT 0 macro
1515 #define V_RXPORT2DROPCNT(x) ((x) << S_RXPORT2DROPCNT)
1516 #define G_RXPORT2DROPCNT(x) (((x) >> S_RXPORT2DROPCNT) & M_RXPORT2DROPCNT)

Completed in 12 milliseconds