Searched refs:QEDE_FASTPATH_XDP (Results 1 – 2 of 2) sorted by relevance
459 #define QEDE_FASTPATH_XDP BIT(2) macro
1398 if (fp->type & QEDE_FASTPATH_XDP) in qede_poll_is_more_work()1436 if ((fp->type & QEDE_FASTPATH_XDP) && qede_txq_has_work(fp->xdp_tx)) in qede_poll()