Searched refs:sw_tx_cons (Results 1 – 4 of 4) sorted by relevance
78 u16 idx = txq->sw_tx_cons; in qede_free_tx_pkt() 89 "skb is null for txq idx=%d txq->sw_tx_cons=%d txq->sw_tx_prod=%d\n", in qede_free_tx_pkt() 90 idx, txq->sw_tx_cons, txq->sw_tx_prod); in qede_free_tx_pkt() 411 xdp_info = xdp_arr + txq->sw_tx_cons; in qede_xdp_tx_int() 427 txq->sw_tx_cons = (txq->sw_tx_cons + 1) % txq->num_tx_buffers; in qede_xdp_tx_int() 457 txq->sw_tx_cons = (txq->sw_tx_cons + 1) % txq->num_tx_buffers; in qede_tx_int()
556 "hw cons %04x sw_tx_prod=0x%x, sw_tx_cons=0x%x, bd_prod 0x%x bd_cons 0x%x\n", in qede_txq_fp_log_metadata() 557 le16_to_cpu(*txq->hw_cons_ptr), txq->sw_tx_prod, txq->sw_tx_cons, in qede_txq_fp_log_metadata() 1815 txq->sw_tx_cons++; in qede_empty_tx_queue() 2062 while (txq->sw_tx_cons != txq->sw_tx_prod) { in qede_drain_txq() 2076 txq->sw_tx_cons); in qede_drain_txq() 2878 if (txq->sw_tx_cons != txq->sw_tx_prod) in qede_get_eth_tlv_data()
394 u16 sw_tx_cons; member
1536 txq->sw_tx_cons = (txq->sw_tx_cons + 1) % txq->num_tx_buffers; in qede_selftest_transmit_traffic()