Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/common/
H A Dt4_hw.h84 enum ctxt_type { CTXT_EGRESS, CTXT_INGRESS, CTXT_FLM, CTXT_CNM }; enum
H A Dcommon.h809 enum ctxt_type ctype, u32 *data);
810 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype,
H A Dt4_hw.c10528 enum ctxt_type ctype, u32 *data) in t4_sge_ctxt_rd()
10571 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype, in t4_sge_ctxt_rd_bd()
/freebsd-12.1/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c75 enum ctxt_type ctype, u32 *data) in read_sge_ctxt()