Home
last modified time | relevance | path

Searched refs:txo (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/emulex/benet/
Dbe_main.c221 static void be_txq_notify(struct be_adapter *adapter, struct be_tx_obj *txo, in be_txq_notify() argument
229 val |= txo->q.id & DB_TXULP_RING_ID_MASK; in be_txq_notify()
233 iowrite32(val, adapter->db + txo->db_offset); in be_txq_notify()
659 struct be_tx_obj *txo; in be_get_stats64() local
679 for_all_tx_queues(adapter, txo, i) { in be_get_stats64()
680 const struct be_tx_stats *tx_stats = tx_stats(txo); in be_get_stats64()
684 pkts = tx_stats(txo)->tx_pkts; in be_get_stats64()
685 bytes = tx_stats(txo)->tx_bytes; in be_get_stats64()
745 static void be_tx_stats_update(struct be_tx_obj *txo, struct sk_buff *skb) in be_tx_stats_update() argument
747 struct be_tx_stats *stats = tx_stats(txo); in be_tx_stats_update()
[all …]
Dbe.h784 #define tx_stats(txo) (&(txo)->stats) argument
798 #define for_all_tx_queues(adapter, txo, i) \ argument
799 for (i = 0, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs; \
800 i++, txo++)
810 #define for_all_tx_queues_on_eq(adapter, eqo, txo, i) \ argument
811 for (i = eqo->idx, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs;\
812 i += adapter->num_evt_qs, txo += adapter->num_evt_qs)
Dbe_ethtool.c378 struct be_tx_obj *txo; in be_get_ethtool_stats() local
404 for_all_tx_queues(adapter, txo, j) { in be_get_ethtool_stats()
405 struct be_tx_stats *stats = tx_stats(txo); in be_get_ethtool_stats()
Dbe_cmds.c1359 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo) in be_cmd_txq_create() argument
1363 struct be_queue_info *txq = &txo->q; in be_cmd_txq_create()
1364 struct be_queue_info *cq = &txo->cq; in be_cmd_txq_create()
1397 txo->db_offset = le32_to_cpu(resp->db_offset); in be_cmd_txq_create()
1399 txo->db_offset = DB_TXULP1_OFFSET; in be_cmd_txq_create()
Dbe_cmds.h2401 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo);
/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.h229 u64 txo; member
318 u64 txo; /* 29 */ member