Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:eop

550 	/* Set the EOP descriptor that will be marked done */
552 txbuf->eop = txd;
719 /* Clear the EOP descriptor pointer */
720 txbuf->eop = NULL;
1168 union ixgbe_adv_tx_desc *eop = buf->eop;
1169 if (eop == NULL) /* No work */
1172 if ((le32toh(eop->wb.status) & IXGBE_TXD_STAT_DD) == 0)
1184 buf->eop = NULL;
1188 while (txd != eop) {
1211 buf->eop = NULL;
1886 bool eop;
1928 eop = ((staterr & IXGBE_RXD_STAT_EOP) != 0);
1931 if (eop && (staterr & IXGBE_RXDADV_ERR_FRAME_ERR_MASK) != 0) {
1948 eop && (len <= rx_copy_len)) {
1977 if (!eop) {
2001 if (!eop) {
2028 * descriptor to the next, until we get EOP.
2057 if (eop && (len <= rx_copy_len)) {
2088 if (eop == 0) {