Searched refs:eop_desc (Results 1 – 7 of 7) sorted by relevance
286 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq() local289 if (!eop_desc) in ixgbevf_clean_tx_irq()296 if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD))) in ixgbevf_clean_tx_irq()324 while (tx_desc != eop_desc) { in ixgbevf_clean_tx_irq()373 union ixgbe_adv_tx_desc *eop_desc; in ixgbevf_clean_tx_irq() local375 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()392 eop_desc, (eop_desc ? eop_desc->wb.status : 0), in ixgbevf_clean_tx_irq()2441 union ixgbe_adv_tx_desc *eop_desc, *tx_desc; in ixgbevf_clean_tx_ring() local2456 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring()2460 while (tx_desc != eop_desc) { in ixgbevf_clean_tx_ring()
247 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq() local250 if (!eop_desc) in iavf_clean_tx_irq()258 if (!(eop_desc->cmd_type_offset_bsz & in iavf_clean_tx_irq()283 while (tx_desc != eop_desc) { in iavf_clean_tx_irq()
3834 struct e1000_tx_desc *tx_desc, *eop_desc; in e1000_clean_tx_irq() local3843 eop_desc = E1000_TX_DESC(*tx_ring, eop); in e1000_clean_tx_irq()3845 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && in e1000_clean_tx_irq()3872 eop_desc = E1000_TX_DESC(*tx_ring, eop); in e1000_clean_tx_irq()3927 eop_desc->upper.fields.status); in e1000_clean_tx_irq()
201 union igc_adv_tx_desc *eop_desc, *tx_desc; in igc_clean_tx_ring() local221 eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_ring()225 while (tx_desc != eop_desc) { in igc_clean_tx_ring()3149 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_irq() local3152 if (!eop_desc) in igc_clean_tx_irq()3159 if (!(eop_desc->wb.status & cpu_to_le32(IGC_TXD_STAT_DD))) in igc_clean_tx_irq()3199 while (tx_desc != eop_desc) { in igc_clean_tx_irq()
945 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq() local948 if (!eop_desc) in i40e_clean_tx_irq()980 while (tx_desc != eop_desc) { in i40e_clean_tx_irq()
4426 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_fdir_tx_irq() local4429 if (!eop_desc) in i40e_clean_fdir_tx_irq()4436 if (!(eop_desc->cmd_type_offset_bsz & in i40e_clean_fdir_tx_irq()
1368 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq() local 1371 if (!eop_desc) in ixgbe_clean_tx_irq() 1374 /* prevent any other reads prior to eop_desc */ in ixgbe_clean_tx_irq() 1378 if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD))) in ixgbe_clean_tx_irq() 1406 while (tx_desc != eop_desc) { in ixgbe_clean_tx_irq() 1426 /* move us one more past the eop_desc for start of next pkt */ in ixgbe_clean_tx_irq() 6588 union ixgbe_adv_tx_desc *eop_desc, *tx_desc; in ixgbe_clean_tx_ring() local 6602 /* check for eop_desc to determine the end of the packet */ in ixgbe_clean_tx_ring() 6603 eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_ring() 6607 while (tx_desc != eop_desc) { in ixgbe_clean_tx_ring() [all...]