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

/freebsd-current/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) argument
2652 entry->context = cntxt;
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) argument
2675 *cntxt = entry->context;
/freebsd-current/usr.sbin/cxgbetool/
H A Dcxgbetool.c1888 struct t4_sge_context cntxt = {0}; local
1896 cntxt.mem_id = SGE_CONTEXT_EGRESS;
1898 cntxt.mem_id = SGE_CONTEXT_INGRESS;
1900 cntxt.mem_id = SGE_CONTEXT_FLM;
1902 cntxt.mem_id = SGE_CONTEXT_CNM;
1914 cntxt.cid = cid;
1916 rc = doit(CHELSIO_T4_GET_SGE_CONTEXT, &cntxt);
1921 show_t4_ctxt(&cntxt);
1923 show_t5t6_ctxt(&cntxt, g.chip_id);
/freebsd-current/sys/dev/cxgbe/
H A Dt4_main.c11542 get_sge_context(struct adapter *sc, struct t4_sge_context *cntxt) argument
11546 if (cntxt->cid > M_CTXTQID)
11549 if (cntxt->mem_id != CTXT_EGRESS && cntxt->mem_id != CTXT_INGRESS &&
11550 cntxt->mem_id != CTXT_FLM && cntxt->mem_id != CTXT_CNM)
11563 rc = -t4_sge_ctxt_rd(sc, sc->mbox, cntxt->cid, cntxt->mem_id,
11564 &cntxt->data[0]);
11573 rc = -t4_sge_ctxt_rd_bd(sc, cntxt
[all...]

Completed in 197 milliseconds