hinic_txq_stats
.size = sizeof_field(struct hinic_txq_stats, _stat_item), \
.offset = offsetof(struct hinic_txq_stats, _stat_item) \
struct hinic_txq_stats txq_stats;
struct hinic_txq_stats *nic_tx_stats)
struct hinic_txq_stats nic_tx_stats = {};
static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq)
struct hinic_txq_stats tx_stats;
struct hinic_txq_stats *txq_stats = &txq->txq_stats;
struct hinic_txq_stats *txq_stats = &txq->txq_stats;
void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats)
struct hinic_txq_stats *txq_stats = &txq->txq_stats;
struct hinic_txq_stats txq_stats;
void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);