Home
last modified time | relevance | path

Searched refs:context_next (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c1112 unsigned int context_next, context; in xlgmac_rx_poll() local
1129 context_next = 0; in xlgmac_rx_poll()
1164 context_next = XLGMAC_GET_REG_BITS( in xlgmac_rx_poll()
1174 if ((incomplete || context_next) && error) in xlgmac_rx_poll()
1213 if (incomplete || context_next) in xlgmac_rx_poll()
1266 if (received && (incomplete || context_next)) { in xlgmac_rx_poll()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2497 unsigned int last, error, context_next, context; in xgbe_rx_poll() local
2509 context_next = 0; in xgbe_rx_poll()
2544 context_next = XGMAC_GET_BITS(packet->attributes, in xgbe_rx_poll()
2552 if ((!last || context_next) && error) in xgbe_rx_poll()
2604 if (!last || context_next) in xgbe_rx_poll()
2673 if (received && (!last || context_next)) { in xgbe_rx_poll()