Searched refs:ctxt_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.h | 85 enum ctxt_type { CTXT_EGRESS, CTXT_INGRESS, CTXT_FLM, CTXT_CNM }; enum
|
H A D | common.h | 882 enum ctxt_type ctype, u32 *data); 883 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype, 885 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type);
|
H A D | t4_hw.c | 7378 int t4_sge_ctxt_flush(struct adapter *adap, unsigned int mbox, int ctxt_type) in t4_sge_ctxt_flush() argument 7385 ldst_addrspace = V_FW_LDST_CMD_ADDRSPACE(ctxt_type == CTXT_EGRESS ? in t4_sge_ctxt_flush() 11052 enum ctxt_type ctype, u32 *data) in t4_sge_ctxt_rd() 11095 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 D | cudbg_lib.c | 72 enum ctxt_type ctype, u32 *data) in read_sge_ctxt()
|