Searched refs:txo (Results 1 – 3 of 3) 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 …]
1360 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo) in be_cmd_txq_create() argument1364 struct be_queue_info *txq = &txo->q; in be_cmd_txq_create()1365 struct be_queue_info *cq = &txo->cq; in be_cmd_txq_create()1398 txo->db_offset = le32_to_cpu(resp->db_offset); in be_cmd_txq_create()1400 txo->db_offset = DB_TXULP1_OFFSET; in be_cmd_txq_create()
229 u64 txo; member318 u64 txo; /* 29 */ member