Lines Matching refs:pd
213 struct ipath_portdata *pd = NULL; in create_portdata0() local
215 pd = kzalloc(sizeof(*pd), GFP_KERNEL); in create_portdata0()
216 if (pd) { in create_portdata0()
217 pd->port_dd = dd; in create_portdata0()
218 pd->port_cnt = 1; in create_portdata0()
220 pd->port_pkeys[0] = IPATH_DEFAULT_P_KEY; in create_portdata0()
221 pd->port_seq_cnt = 1; in create_portdata0()
223 return pd; in create_portdata0()
228 struct ipath_portdata *pd; in init_chip_first() local
277 pd = create_portdata0(dd); in init_chip_first()
278 if (!pd) { in init_chip_first()
284 dd->ipath_pd[0] = pd; in init_chip_first()
714 struct ipath_portdata *pd; in ipath_init_chip() local
878 pd = dd->ipath_pd[0]; in ipath_init_chip()
889 ipath_free_pddata(dd, pd); in ipath_init_chip()
891 pd = npd; in ipath_init_chip()
899 ret = ipath_create_rcvhdrq(dd, pd); in ipath_init_chip()