Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c2628 return t3_sge_write_context(adapter, id, F_FREELIST); in t3_sge_init_flcntxt()
2755 V_CONTEXT_CMD_OPCODE(1) | F_FREELIST | V_CONTEXT(id)); in t3_sge_disable_fl()
2925 return t3_sge_read_context(F_FREELIST, adapter, id, data); in t3_sge_read_fl()
H A Dcxgb_regs.h188 #define F_FREELIST V_FREELIST(1U) macro