Searched refs:txo (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 220 static void be_txq_notify(struct be_adapter *adapter, struct be_tx_obj *txo, in be_txq_notify() argument 228 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() local 678 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() argument 746 struct be_tx_stats *stats = tx_stats(txo); in be_tx_stats_update() [all …]
|
H A D | be.h | 783 #define tx_stats(txo) (&(txo)->stats) argument 797 #define for_all_tx_queues(adapter, txo, i) \ argument 798 for (i = 0, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs; \ 799 i++, txo++) 809 #define for_all_tx_queues_on_eq(adapter, eqo, txo, i) \ argument 810 for (i = eqo->idx, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs;\ 811 i += adapter->num_evt_qs, txo += adapter->num_evt_qs)
|
H A D | be_ethtool.c | 378 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()
|
H A D | be_cmds.c | 1360 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo) in be_cmd_txq_create() argument 1364 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()
|
H A D | be_cmds.h | 2400 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo);
|
/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_phyp.h | 229 u64 txo; member 318 u64 txo; /* 29 */ member
|