Searched refs:tx_obj (Results 1 – 3 of 3) sorted by relevance
372 struct be_queue_info *txq = &adapter->tx_obj.q; in make_tx_wrbs()424 struct be_tx_obj *tx_obj = &adapter->tx_obj; in be_xmit() local425 struct be_queue_info *txq = &tx_obj->q; in be_xmit()435 BUG_ON(tx_obj->sent_skb_list[start]); in be_xmit()436 tx_obj->sent_skb_list[start] = skb; in be_xmit()896 struct be_queue_info *tx_cq = &adapter->tx_obj.cq; in be_tx_compl_get()912 struct be_queue_info *txq = &adapter->tx_obj.q; in be_tx_compl_process()914 struct sk_buff **sent_skbs = adapter->tx_obj.sent_skb_list; in be_tx_compl_process()968 struct sk_buff **sent_skbs = adapter->tx_obj.sent_skb_list; in be_tx_q_clean()970 struct be_queue_info *txq = &adapter->tx_obj.q; in be_tx_q_clean()[all …]
309 ring->tx_max_pending = adapter->tx_obj.q.len; in be_get_ringparam()312 ring->tx_pending = atomic_read(&adapter->tx_obj.q.used); in be_get_ringparam()
189 struct be_tx_obj tx_obj; member