Lines Matching refs:pd
593 struct ipath_portdata *pd = dd->ipath_pd[i]; in handle_hdrq_full() local
601 if (pd->port_head != ipath_get_hdrqtail(pd)) in handle_hdrq_full()
607 if (!pd || !pd->port_cnt) in handle_hdrq_full()
614 tl = ipath_get_rcvhdrtail(pd); in handle_hdrq_full()
615 if (tl == pd->port_lastrcvhdrqtail) in handle_hdrq_full()
620 pd->port_lastrcvhdrqtail = tl; in handle_hdrq_full()
621 pd->port_hdrqfull++; in handle_hdrq_full()
624 wake_up_interruptible(&pd->port_wait); in handle_hdrq_full()
814 struct ipath_portdata *pd = dd->ipath_pd[0]; in handle_errors() local
823 if (pd->port_head != ipath_get_hdrqtail(pd)) in handle_errors()
1039 struct ipath_portdata *pd = dd->ipath_pd[i]; in handle_urcv() local
1041 if (portr & (1 << i) && pd && pd->port_cnt) { in handle_urcv()
1043 &pd->port_flag)) { in handle_urcv()
1046 wake_up_interruptible(&pd->port_wait); in handle_urcv()
1049 &pd->port_flag)) { in handle_urcv()
1050 pd->port_urgent++; in handle_urcv()
1051 wake_up_interruptible(&pd->port_wait); in handle_urcv()