Searched refs:sw_tx_cons (Results 1 – 4 of 4) sorted by relevance
77 u16 idx = txq->sw_tx_cons; in qede_free_tx_pkt()89 idx, txq->sw_tx_cons, txq->sw_tx_prod); in qede_free_tx_pkt()412 xdp_info = xdp_arr + txq->sw_tx_cons; in qede_xdp_tx_int()428 txq->sw_tx_cons = (txq->sw_tx_cons + 1) % txq->num_tx_buffers; in qede_xdp_tx_int()458 txq->sw_tx_cons = (txq->sw_tx_cons + 1) % txq->num_tx_buffers; in qede_tx_int()
396 u16 sw_tx_cons; member
1742 txq->sw_tx_cons++; in qede_empty_tx_queue()1991 while (txq->sw_tx_cons != txq->sw_tx_prod) { in qede_drain_txq()2005 txq->sw_tx_cons); in qede_drain_txq()2807 if (txq->sw_tx_cons != txq->sw_tx_prod) in qede_get_eth_tlv_data()
1544 txq->sw_tx_cons = (txq->sw_tx_cons + 1) % txq->num_tx_buffers; in qede_selftest_transmit_traffic()