Home
last modified time | relevance | path

Searched refs:IXGB_GET_STAT (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_ethtool.c210 #define IXGB_GET_STAT(_A_, _R_) _A_->stats._R_ macro
295 *reg++ = IXGB_GET_STAT(adapter, tprl); /* 76 */ in ixgb_get_regs()
296 *reg++ = IXGB_GET_STAT(adapter, tprh); /* 77 */ in ixgb_get_regs()
297 *reg++ = IXGB_GET_STAT(adapter, gprcl); /* 78 */ in ixgb_get_regs()
298 *reg++ = IXGB_GET_STAT(adapter, gprch); /* 79 */ in ixgb_get_regs()
299 *reg++ = IXGB_GET_STAT(adapter, bprcl); /* 80 */ in ixgb_get_regs()
300 *reg++ = IXGB_GET_STAT(adapter, bprch); /* 81 */ in ixgb_get_regs()
301 *reg++ = IXGB_GET_STAT(adapter, mprcl); /* 82 */ in ixgb_get_regs()
302 *reg++ = IXGB_GET_STAT(adapter, mprch); /* 83 */ in ixgb_get_regs()
303 *reg++ = IXGB_GET_STAT(adapter, uprcl); /* 84 */ in ixgb_get_regs()
[all …]