Home
last modified time | relevance | path

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

/src/sys/dev/axgbe/ !
H A Dxgbe-txrx.c568 uint8_t incomplete = 1, context_next = 0, running = 0; in axgbe_isc_rxd_available() local
593 context_next = 1; in axgbe_isc_rxd_available()
596 context_next = 0; in axgbe_isc_rxd_available()
600 if (incomplete || context_next) in axgbe_isc_rxd_available()
606 context_next = 0; in axgbe_isc_rxd_available()
611 "count %d\n", __func__, qsidx, cur, incomplete, context_next, in axgbe_isc_rxd_available()
704 unsigned int last, context_next, context; in axgbe_isc_rxd_pkt_get() local
729 context_next = XGMAC_GET_BITS(packet->attributes, in axgbe_isc_rxd_pkt_get()
749 context_next, buf1_len, buf2_len, len, i, packet->errors); in axgbe_isc_rxd_pkt_get()
758 if (!last || context_next) in axgbe_isc_rxd_pkt_get()