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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h2443 #define T6_VFWRADDR_S 8 macro
2445 #define T6_VFWRADDR_V(x) ((x) << T6_VFWRADDR_S)
2446 #define T6_VFWRADDR_G(x) (((x) >> T6_VFWRADDR_S) & T6_VFWRADDR_M)

Completed in 101 milliseconds