Searched refs:txo (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_main.c | 822 return atomic_read(&txo->q.used) < txo->q.len / 2; in be_can_txq_wake() 827 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() 2885 txq = &txo->q; in be_tx_compl_clean() 2910 txq = &txo->q; in be_tx_compl_clean() 3047 q = &txo->q; in be_tx_queues_destroy() 3052 q = &txo->cq; in be_tx_queues_destroy() [all …]
|
| 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)
|
| 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()
|
| 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()
|
| A D | be_cmds.h | 2400 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo);
|
| /drivers/net/ethernet/ibm/ehea/ |
| A D | ehea_phyp.h | 229 u64 txo; member 318 u64 txo; /* 29 */ member
|
Completed in 711 milliseconds