Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.h90 enum ctxt_type { CTXT_EGRESS, CTXT_INGRESS, CTXT_FLM, CTXT_CNM };
85 enum ctxt_type { CTXT_EGRESS, CTXT_INGRESS, CTXT_FLM, CTXT_CNM }; global() enum
H A Dcommon.h996 enum ctxt_type ctype, u32 *data);
997 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype,
999 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type);
H A Dt4_hw.c9243 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type) in t4_sge_ctxt_flush() argument
9250 ldst_addrspace = V_FW_LDST_CMD_ADDRSPACE(ctxt_type == CTXT_EGRESS ? in t4_sge_ctxt_flush()
13178 enum ctxt_type ctype, u32 *data) in t4_sge_ctxt_rd()
13223 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype, in t4_sge_ctxt_rd_bd()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c72 enum ctxt_type ctype, u32 *data) in read_sge_ctxt()