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

/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1599 unsigned int incomplete, error, context_next, context; local
1618 context_next = rdata->state.context_next;
1625 context_next = 0;
1651 context_next = XGMAC_GET_BITS(packet->attributes,
1659 if ((incomplete || context_next) && error)
1693 if (incomplete || context_next)
1749 if (received && (incomplete || context_next)) {
1753 rdata->state.context_next = context_next;
[all...]
H A Dxgbe-desc.c365 rdata->state.context_next = 0;
H A Dxgbe.h270 unsigned int context_next; member in struct:xgbe_ring_data::__anon2732

Completed in 164 milliseconds