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()
5250 struct hwctx_disable_req ctx_req; in rvu_nix_lf_teardown() local5258 ctx_req.hdr.pcifunc = pcifunc; in rvu_nix_lf_teardown()5275 ctx_req.ctype = NIX_AQ_CTYPE_SQ; in rvu_nix_lf_teardown()5276 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()5282 ctx_req.ctype = NIX_AQ_CTYPE_RQ; in rvu_nix_lf_teardown()5283 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()5289 ctx_req.ctype = NIX_AQ_CTYPE_CQ; in rvu_nix_lf_teardown()5290 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()
520 struct ieee80211_chan_req ctx_req = { in _ieee80211_change_chanctx() local546 if (ieee80211_chanreq_identical(&ctx_req, chanreq)) { in _ieee80211_change_chanctx()