Home
last modified time | relevance | path

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

/src/sys/dev/ice/
H A Dice_flex_pipe.h82 ice_set_prof_context(struct ice_hw *hw, enum ice_block blk, u64 id, u64 cntxt);
84 ice_get_prof_context(struct ice_hw *hw, enum ice_block blk, u64 id, u64 *cntxt);
H A Dice_flex_pipe.c2644 ice_set_prof_context(struct ice_hw *hw, enum ice_block blk, u64 id, u64 cntxt) in ice_set_prof_context() argument
2652 entry->context = cntxt; in ice_set_prof_context()
2667 ice_get_prof_context(struct ice_hw *hw, enum ice_block blk, u64 id, u64 *cntxt) in ice_get_prof_context() argument
2675 *cntxt = entry->context; in ice_get_prof_context()
/src/usr.sbin/cxgbetool/
H A Dcxgbetool.c2124 struct t4_sge_ctxt cntxt = {0}; in get_sge_context() local
2132 cntxt.mem_id = SGE_CONTEXT_EGRESS; in get_sge_context()
2134 cntxt.mem_id = SGE_CONTEXT_INGRESS; in get_sge_context()
2136 cntxt.mem_id = SGE_CONTEXT_FLM; in get_sge_context()
2138 cntxt.mem_id = SGE_CONTEXT_CNM; in get_sge_context()
2150 cntxt.cid = cid; in get_sge_context()
2152 rc = doit(CHELSIO_T4_GET_SGE_CTXT, &cntxt); in get_sge_context()
2158 show_t4_ctxt(&cntxt); in get_sge_context()
2162 show_t5t6_ctxt(&cntxt, g.chip_id); in get_sge_context()
2165 show_t7_ctxt(&cntxt); in get_sge_context()