Lines Matching refs:eop_desc
201 union igc_adv_tx_desc *eop_desc, *tx_desc;
220 /* check for eop_desc to determine the end of the packet */
221 eop_desc = tx_buffer->next_to_watch;
225 while (tx_desc != eop_desc) {
242 /* move us one more past the eop_desc for start of next pkt */
3149 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch;
3152 if (!eop_desc)
3155 /* prevent any other reads prior to eop_desc */
3159 if (!(eop_desc->wb.status & cpu_to_le32(IGC_TXD_STAT_DD)))
3199 while (tx_desc != eop_desc) {
3214 /* move us one more past the eop_desc for start of next pkt */