Lines Matching refs:pswid
391 val = SET_FIELD(VAS_PSWID_EA_HANDLE, val, winctx->pswid);
575 * Find the user space receive window given the @pswid.
583 u32 pswid)
588 decode_pswid(pswid, &vasid, &winid);
603 * by @cop and if applicable, @pswid.
608 enum vas_cop_type cop, u32 pswid)
615 rxwin = get_user_rxwin(vinst, pswid);
748 winctx->pswid = rxattr->pswid;
966 winctx->pswid = txattr->pswid ? txattr->pswid :
1014 if (vasid == -1 && attr->pswid)
1015 decode_pswid(attr->pswid, &vasid, NULL);
1023 rxwin = get_vinst_rxwin(vinst, cop, attr->pswid);
1362 uint32_t pswid)
1367 if (!pswid) {
1368 pr_devel("%s: called for pswid 0!\n", __func__);
1372 decode_pswid(pswid, NULL, &winid);
1389 pr_err("PSWID decode: Could not find window for winid %d pswid %d vinst 0x%p\n",
1390 winid, pswid, vinst);
1423 txattr.pswid = false;