Lines Matching refs:tx_obj
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() local
425 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()
987 q = &adapter->tx_obj.q; in be_tx_queues_destroy()
992 q = &adapter->tx_obj.cq; in be_tx_queues_destroy()
1024 cq = &adapter->tx_obj.cq; in be_tx_queues_create()
1034 q = &adapter->tx_obj.q; in be_tx_queues_create()
1259 struct be_tx_obj *tx_obj = &adapter->tx_obj; in be_poll_tx() local
1260 struct be_queue_info *tx_cq = &tx_obj->cq; in be_poll_tx()
1261 struct be_queue_info *txq = &tx_obj->q; in be_poll_tx()
1463 be_cq_notify(ctrl, adapter->tx_obj.cq.id, true, 0); in be_open()