Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dxdp.c23 #define REG_STATE_UNUSED 0x3 macro
191 if (xdp_rxq->reg_state == REG_STATE_UNUSED) in xdp_rxq_info_unreg()
216 if (xdp_rxq->reg_state == REG_STATE_UNUSED) { in xdp_rxq_info_reg()
243 xdp_rxq->reg_state = REG_STATE_UNUSED; in xdp_rxq_info_unused()