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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h1926 #define VFWRADDR_S 8 macro
1928 #define VFWRADDR_V(x) ((x) << VFWRADDR_S)
1929 #define VFWRADDR_G(x) (((x) >> VFWRADDR_S) & VFWRADDR_M)

Completed in 106 milliseconds