Searched refs:ctx_req (Results 1 – 3 of 3) sorted by relevance
544 struct hwctx_disable_req ctx_req; in rvu_npa_lf_teardown() local547 ctx_req.hdr.pcifunc = pcifunc; in rvu_npa_lf_teardown()548 ctx_req.ctype = NPA_AQ_CTYPE_POOL; in rvu_npa_lf_teardown()549 npa_lf_hwctx_disable(rvu, &ctx_req); in rvu_npa_lf_teardown()552 ctx_req.ctype = NPA_AQ_CTYPE_AURA; in rvu_npa_lf_teardown()553 npa_lf_hwctx_disable(rvu, &ctx_req); in rvu_npa_lf_teardown()
5223 struct hwctx_disable_req ctx_req; in rvu_nix_lf_teardown() local5231 ctx_req.hdr.pcifunc = pcifunc; in rvu_nix_lf_teardown()5245 ctx_req.ctype = NIX_AQ_CTYPE_SQ; in rvu_nix_lf_teardown()5246 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()5252 ctx_req.ctype = NIX_AQ_CTYPE_RQ; in rvu_nix_lf_teardown()5253 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()5259 ctx_req.ctype = NIX_AQ_CTYPE_CQ; in rvu_nix_lf_teardown()5260 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()
509 struct ieee80211_chan_req ctx_req = { in _ieee80211_change_chanctx() local535 if (ieee80211_chanreq_identical(&ctx_req, chanreq)) { in _ieee80211_change_chanctx()