Searched refs:qbrc (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_stat.c | 112 ixgbe_ks->qbrc[i].value.ui64 += in ixgbe_update_stats() 114 ixgbe_ks->tor.value.ui64 += ixgbe_ks->qbrc[i].value.ui64; in ixgbe_update_stats() 373 kstat_named_init(&ixgbe_ks->qbrc[0], "queue_bytes_recvd [ 0]", in ixgbe_init_stats() 375 kstat_named_init(&ixgbe_ks->qbrc[1], "queue_bytes_recvd [ 1]", in ixgbe_init_stats() 377 kstat_named_init(&ixgbe_ks->qbrc[2], "queue_bytes_recvd [ 2]", in ixgbe_init_stats() 379 kstat_named_init(&ixgbe_ks->qbrc[3], "queue_bytes_recvd [ 3]", in ixgbe_init_stats() 381 kstat_named_init(&ixgbe_ks->qbrc[4], "queue_bytes_recvd [ 4]", in ixgbe_init_stats() 383 kstat_named_init(&ixgbe_ks->qbrc[5], "queue_bytes_recvd [ 5]", in ixgbe_init_stats() 385 kstat_named_init(&ixgbe_ks->qbrc[6], "queue_bytes_recvd [ 6]", in ixgbe_init_stats() 387 kstat_named_init(&ixgbe_ks->qbrc[7], "queue_bytes_recvd [ 7]", in ixgbe_init_stats() [all …]
|
H A D | ixgbe_sw.h | 793 kstat_named_t qbrc[16]; /* Queue Bytes Received Count */ member
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_dcb_82599.c | 70 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc)); in ixgbe_dcb_get_tc_stats_82599() 71 stats->qbrc[tc] += in ixgbe_dcb_get_tc_stats_82599()
|
H A D | ixgbe_dcb_82598.c | 68 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC(tc)); in ixgbe_dcb_get_tc_stats_82598()
|
H A D | ixgbe_type.h | 3608 u64 qbrc[16]; member
|