Lines Matching refs:ppd
239 struct hfi1_pportdata *ppd = ppd_from_ibp(ibp); in hfi1_make_ruc_header_16B() local
290 if (!ppd->lid) in hfi1_make_ruc_header_16B()
293 slid = ppd->lid | in hfi1_make_ruc_header_16B()
295 ((1 << ppd->lmc) - 1)); in hfi1_make_ruc_header_16B()
436 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in hfi1_schedule_send_yield()
457 this_cpu_inc(*ps->ppd->dd->send_schedule); in hfi1_schedule_send_yield()
463 this_cpu_inc(*ps->ppd->dd->send_schedule); in hfi1_schedule_send_yield()
501 ps.ppd = ppd_from_ibp(ps.ibp); in hfi1_do_send()
510 ~((1 << ps.ppd->lmc) - 1)) == in hfi1_do_send()
511 ps.ppd->lid)) { in hfi1_do_send()
520 ~((1 << ps.ppd->lmc) - 1)) == in hfi1_do_send()
521 ps.ppd->lid)) { in hfi1_do_send()
548 cpumask_first(cpumask_of_node(ps.ppd->dd->node)); in hfi1_do_send()