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()
5298 struct hwctx_disable_req ctx_req; in rvu_nix_lf_teardown() local5306 ctx_req.hdr.pcifunc = pcifunc; in rvu_nix_lf_teardown()5323 ctx_req.ctype = NIX_AQ_CTYPE_SQ; in rvu_nix_lf_teardown()5324 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()5330 ctx_req.ctype = NIX_AQ_CTYPE_RQ; in rvu_nix_lf_teardown()5331 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()5337 ctx_req.ctype = NIX_AQ_CTYPE_CQ; in rvu_nix_lf_teardown()5338 err = nix_lf_hwctx_disable(rvu, &ctx_req); in rvu_nix_lf_teardown()
527 struct ieee80211_chan_req ctx_req = { in _ieee80211_change_chanctx() local553 if (ieee80211_chanreq_identical(&ctx_req, chanreq)) { in _ieee80211_change_chanctx()