Lines Matching refs:php
197 struct c4iw_pd *php;
199 php = to_c4iw_pd(pd);
200 rhp = php->rhp;
201 pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid);
202 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid);
211 struct c4iw_pd *php = to_c4iw_pd(pd);
222 php->pdid = pdid;
223 php->rhp = rhp;
225 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid};
228 c4iw_deallocate_pd(&php->ibpd, udata);
237 pr_debug("pdid 0x%0x ptr 0x%p\n", pdid, php);