Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c192 #define IXGB_GET_STAT(_A_, _R_) _A_->stats._R_ macro
277 *reg++ = IXGB_GET_STAT(adapter, tprl); /* 76 */ in ixgb_get_regs()
278 *reg++ = IXGB_GET_STAT(adapter, tprh); /* 77 */ in ixgb_get_regs()
279 *reg++ = IXGB_GET_STAT(adapter, gprcl); /* 78 */ in ixgb_get_regs()
280 *reg++ = IXGB_GET_STAT(adapter, gprch); /* 79 */ in ixgb_get_regs()
281 *reg++ = IXGB_GET_STAT(adapter, bprcl); /* 80 */ in ixgb_get_regs()
282 *reg++ = IXGB_GET_STAT(adapter, bprch); /* 81 */ in ixgb_get_regs()
283 *reg++ = IXGB_GET_STAT(adapter, mprcl); /* 82 */ in ixgb_get_regs()
284 *reg++ = IXGB_GET_STAT(adapter, mprch); /* 83 */ in ixgb_get_regs()
285 *reg++ = IXGB_GET_STAT(adapter, uprcl); /* 84 */ in ixgb_get_regs()
[all …]