Lines Matching defs:pswid
390 val = SET_FIELD(VAS_PSWID_EA_HANDLE, val, winctx->pswid);
574 * Find the user space receive window given the @pswid.
581 static struct vas_window *get_user_rxwin(struct vas_instance *vinst, u32 pswid)
586 decode_pswid(pswid, &vasid, &winid);
601 * by @cop and if applicable, @pswid.
606 enum vas_cop_type cop, u32 pswid)
613 rxwin = get_user_rxwin(vinst, pswid);
746 winctx->pswid = rxattr->pswid;
964 winctx->pswid = txattr->pswid ? txattr->pswid :
1011 if (vasid == -1 && attr->pswid)
1012 decode_pswid(attr->pswid, &vasid, NULL);
1020 rxwin = get_vinst_rxwin(vinst, cop, attr->pswid);
1396 uint32_t pswid)
1401 if (!pswid) {
1402 pr_devel("%s: called for pswid 0!\n", __func__);
1406 decode_pswid(pswid, NULL, &winid);
1423 pr_err("PSWID decode: Could not find window for winid %d pswid %d vinst 0x%p\n",
1424 winid, pswid, vinst);