Lines Matching refs:php
196 struct c4iw_pd *php;
198 php = to_c4iw_pd(pd);
199 rhp = php->rhp;
200 pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid);
201 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid);
210 struct c4iw_pd *php = to_c4iw_pd(pd);
221 php->pdid = pdid;
222 php->rhp = rhp;
224 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid};
227 c4iw_deallocate_pd(&php->ibpd, udata);
236 pr_debug("pdid 0x%0x ptr 0x%p\n", pdid, php);