Searched refs:qprc (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_stat.c | 106 ixgbe_ks->qprc[i].value.ui64 += in ixgbe_update_stats() 108 ixgbe_ks->gprc.value.ui64 += ixgbe_ks->qprc[i].value.ui64; in ixgbe_update_stats() 307 kstat_named_init(&ixgbe_ks->qprc[0], "queue_pkts_recvd [ 0]", in ixgbe_init_stats() 309 kstat_named_init(&ixgbe_ks->qprc[1], "queue_pkts_recvd [ 1]", in ixgbe_init_stats() 311 kstat_named_init(&ixgbe_ks->qprc[2], "queue_pkts_recvd [ 2]", in ixgbe_init_stats() 313 kstat_named_init(&ixgbe_ks->qprc[3], "queue_pkts_recvd [ 3]", in ixgbe_init_stats() 315 kstat_named_init(&ixgbe_ks->qprc[4], "queue_pkts_recvd [ 4]", in ixgbe_init_stats() 317 kstat_named_init(&ixgbe_ks->qprc[5], "queue_pkts_recvd [ 5]", in ixgbe_init_stats() 319 kstat_named_init(&ixgbe_ks->qprc[6], "queue_pkts_recvd [ 6]", in ixgbe_init_stats() 321 kstat_named_init(&ixgbe_ks->qprc[7], "queue_pkts_recvd [ 7]", in ixgbe_init_stats() [all …]
|
H A D | ixgbe_sw.h | 791 kstat_named_t qprc[16]; /* Queue Packets Received Count */ member
|
/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_dcb_82598.c | 66 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc)); in ixgbe_dcb_get_tc_stats_82598()
|
H A D | ixgbe_dcb_82599.c | 68 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc)); in ixgbe_dcb_get_tc_stats_82599()
|
H A D | ixgbe_type.h | 3606 u64 qprc[16]; member
|