Lines Matching refs:eop_desc
728 union wx_tx_desc *eop_desc = tx_buffer->next_to_watch;
731 if (!eop_desc)
734 /* prevent any other reads prior to eop_desc */
738 if (!(eop_desc->wb.status & cpu_to_le32(WX_TXD_STAT_DD)))
766 while (tx_desc != eop_desc) {
786 /* move us one more past the eop_desc for start of next pkt */
2522 union wx_tx_desc *eop_desc, *tx_desc;
2533 /* check for eop_desc to determine the end of the packet */
2534 eop_desc = tx_buffer->next_to_watch;
2538 while (tx_desc != eop_desc) {
2556 /* move us one more past the eop_desc for start of next pkt */