S_TPI_ADDRESS     614 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_TPI_ADDRESS(x) ((x) << S_TPI_ADDRESS)
S_TPI_ADDRESS     615 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_TPI_ADDRESS(x) (((x) >> S_TPI_ADDRESS) & M_TPI_ADDRESS)