Searched refs:ipath_pd (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_stats.c140 if (dd->ipath_pd[0]->port_hdrqfull != dd->ipath_p0_hdrqfull) {
142 dd->ipath_pd[0]->port_hdrqfull -
144 dd->ipath_p0_hdrqfull = dd->ipath_pd[0]->port_hdrqfull;
H A Dipath_keys.c136 struct ipath_pd *pd = to_ipd(qp->ibqp.pd);
215 struct ipath_pd *pd = to_ipd(qp->ibqp.pd);
H A Dipath_driver.c565 dd->ipath_pd[0]->port_rcvhdrq_size,
617 struct ipath_portdata *pd = dd->ipath_pd[port];
618 dd->ipath_pd[port] = NULL;
621 kfree(dd->ipath_pd);
626 dd->ipath_pd = NULL;
908 * must only be called if ipath_pd[port] is known to be allocated
1038 rc = (u64 *) (dd->ipath_pd[0]->port_rcvhdrq + (l << 2));
2089 if (dd->ipath_pd)
2091 if (dd->ipath_pd[i] && dd->ipath_pd[
[all...]
H A Dipath_init_chip.c264 dd->ipath_pd = kzalloc(sizeof(*dd->ipath_pd) * dd->ipath_portcnt,
267 if (!dd->ipath_pd) {
296 dd->ipath_pd[0] = pd;
362 *pdp = dd->ipath_pd[0];
862 dd->ipath_pd[0] = pd = npd;
H A Dipath_verbs.h159 struct ipath_pd { struct
595 static inline struct ipath_pd *to_ipd(struct ib_pd *ibpd)
597 return container_of(ibpd, struct ipath_pd, ibpd);
H A Dipath_file_ops.c1483 if (!(pd = dd->ipath_pd[port])) {
1504 dd->ipath_pd[port] = pd;
1505 dd->ipath_pd[port]->port_port = port;
1506 dd->ipath_pd[port]->port_dd = dd;
1507 dd->ipath_pd[port]->port_tid_pg_list = ptmp;
1508 init_waitqueue_head(&dd->ipath_pd[port]->port_wait);
1687 struct ipath_portdata *pd = dd->ipath_pd[i];
1995 dd->ipath_pd[pd->port_port] = NULL; /* before releasing mutex */
H A Dipath_intr.c654 struct ipath_portdata *pd = dd->ipath_pd[i];
828 struct ipath_portdata *pd = dd->ipath_pd[i];
874 struct ipath_portdata *pd = dd->ipath_pd[i];
H A Dipath_verbs.c1138 struct ipath_pd *pd;
1176 struct ipath_pd *pd = to_ipd(ibpd);
1284 return ARRAY_SIZE(dd->ipath_pd[0]->port_pkeys);
1296 if (index >= ARRAY_SIZE(dd->ipath_pd[0]->port_pkeys))
1299 ret = dd->ipath_pd[0]->port_pkeys[index];
H A Dipath_kernel.h176 struct ipath_portdata **ipath_pd; member in struct:ipath_devdata
H A Dipath_mad.c324 struct ipath_portdata *pd = dd->ipath_pd[0];
706 pd = dd->ipath_pd[0];

Completed in 175 milliseconds