Searched refs:txo (Results 1 – 1 of 1) sorted by relevance
220 static void be_txq_notify(struct be_adapter *adapter, struct be_tx_obj *txo, in be_txq_notify() argument228 val |= txo->q.id & DB_TXULP_RING_ID_MASK; in be_txq_notify()232 iowrite32(val, adapter->db + txo->db_offset); in be_txq_notify()658 struct be_tx_obj *txo; in be_get_stats64() local678 for_all_tx_queues(adapter, txo, i) { in be_get_stats64()679 const struct be_tx_stats *tx_stats = tx_stats(txo); in be_get_stats64()683 pkts = tx_stats(txo)->tx_pkts; in be_get_stats64()684 bytes = tx_stats(txo)->tx_bytes; in be_get_stats64()744 static void be_tx_stats_update(struct be_tx_obj *txo, struct sk_buff *skb) in be_tx_stats_update() argument746 struct be_tx_stats *stats = tx_stats(txo); in be_tx_stats_update()[all …]