Lines Matching refs:tx_desc
623 struct ice_tx_desc *tx_desc = NULL; in ice_xmit_zc() local
648 tx_desc = ICE_TX_DESC(xdp_ring, xdp_ring->next_to_use); in ice_xmit_zc()
649 tx_desc->buf_addr = cpu_to_le64(dma); in ice_xmit_zc()
650 tx_desc->cmd_type_offset_bsz = in ice_xmit_zc()
658 if (tx_desc) { in ice_xmit_zc()
691 struct ice_tx_desc *tx_desc; in ice_clean_tx_irq_zc() local
696 tx_desc = ICE_TX_DESC(xdp_ring, ntc); in ice_clean_tx_irq_zc()
701 if (!(tx_desc->cmd_type_offset_bsz & in ice_clean_tx_irq_zc()
715 tx_desc->cmd_type_offset_bsz = 0; in ice_clean_tx_irq_zc()
717 tx_desc++; in ice_clean_tx_irq_zc()
723 tx_desc = ICE_TX_DESC(xdp_ring, 0); in ice_clean_tx_irq_zc()
726 prefetch(tx_desc); in ice_clean_tx_irq_zc()