Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
A Dbe_main.c823 return atomic_read(&txo->q.used) < txo->q.len / 2; in be_can_txq_wake()
828 return atomic_read(&txo->q.used) > txo->pend_wrb_cnt; in be_is_tx_compl_pending()
1244 be_txq_notify(adapter, txo, txo->pend_wrb_cnt); in be_xmit_flush()
1433 i, txo->q.head, txo->q.tail, in be_tx_timeout()
1434 atomic_read(&txo->q.used), txo->q.id); in be_tx_timeout()
1448 i, txo->cq.head, txo->cq.tail, in be_tx_timeout()
2883 txq = &txo->q; in be_tx_compl_clean()
2908 txq = &txo->q; in be_tx_compl_clean()
3046 q = &txo->q; in be_tx_queues_destroy()
3051 q = &txo->cq; in be_tx_queues_destroy()
[all …]
A 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)
A 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()
A 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()
A Dbe_cmds.h2401 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo);
/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_phyp.h229 u64 txo; member
318 u64 txo; /* 29 */ member

Completed in 44 milliseconds