Home
last modified time | relevance | path

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

/freebsd/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.c2641 * @cntxt: context
2644 ice_set_prof_context(struct ice_hw *hw, enum ice_block blk, u64 id, u64 cntxt) in ice_set_prof_context()
2652 entry->context = cntxt; in ice_set_prof_context()
2664 * @cntxt: pointer to variable to receive the context
2667 ice_get_prof_context(struct ice_hw *hw, enum ice_block blk, u64 id, u64 *cntxt) in ice_get_prof_context()
2675 *cntxt = entry->context; in ice_get_prof_context()
2643 ice_set_prof_context(struct ice_hw * hw,enum ice_block blk,u64 id,u64 cntxt) ice_set_prof_context() argument
2666 ice_get_prof_context(struct ice_hw * hw,enum ice_block blk,u64 id,u64 * cntxt) ice_get_prof_context() argument
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c1888 struct t4_sge_context cntxt = {0}; in get_sge_context() local
1896 cntxt.mem_id = SGE_CONTEXT_EGRESS; in get_sge_context()
1898 cntxt.mem_id = SGE_CONTEXT_INGRESS; in get_sge_context()
1900 cntxt.mem_id = SGE_CONTEXT_FLM; in get_sge_context()
1902 cntxt.mem_id = SGE_CONTEXT_CNM; in get_sge_context()
1914 cntxt.cid = cid; in get_sge_context()
1916 rc = doit(CHELSIO_T4_GET_SGE_CONTEXT, &cntxt); in get_sge_context()
1921 show_t4_ctxt(&cntxt); in get_sge_context()
1923 show_t5t6_ctxt(&cntxt, g.chip_id); in get_sge_context()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11612 get_sge_context(struct adapter *sc, struct t4_sge_context *cntxt) in get_sge_context() argument
11616 if (cntxt->cid > M_CTXTQID) in get_sge_context()
11619 if (cntxt->mem_id != CTXT_EGRESS && cntxt->mem_id != CTXT_INGRESS && in get_sge_context()
11620 cntxt->mem_id != CTXT_FLM && cntxt->mem_id != CTXT_CNM) in get_sge_context()
11633 rc = -t4_sge_ctxt_rd(sc, sc->mbox, cntxt->cid, cntxt->mem_id, in get_sge_context()
11634 &cntxt->data[0]); in get_sge_context()
11643 rc = -t4_sge_ctxt_rd_bd(sc, cntxt->cid, cntxt->mem_id, &cntxt->data[0]); in get_sge_context()