Lines Matching refs:pidx

788 	int pidx;  in create_workqueues()  local
791 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in create_workqueues()
792 ppd = dd->pport + pidx; in create_workqueues()
799 dd->unit, pidx); in create_workqueues()
813 dd->unit, pidx); in create_workqueues()
820 pr_err("alloc_workqueue failed for port %d\n", pidx + 1); in create_workqueues()
821 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in create_workqueues()
822 ppd = dd->pport + pidx; in create_workqueues()
852 int ret = 0, pidx, lastfail = 0; in hfi1_init() local
873 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in hfi1_init()
874 ppd = dd->pport + pidx; in hfi1_init()
935 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in hfi1_init()
936 ppd = dd->pport + pidx; in hfi1_init()
960 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in hfi1_init()
961 ppd = dd->pport + pidx; in hfi1_init()
1013 int pidx; in stop_timers() local
1015 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in stop_timers()
1016 ppd = dd->pport + pidx; in stop_timers()
1037 unsigned pidx; in shutdown_device() local
1044 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in shutdown_device()
1045 ppd = dd->pport + pidx; in shutdown_device()
1058 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in shutdown_device()
1059 ppd = dd->pport + pidx; in shutdown_device()
1083 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in shutdown_device()
1084 ppd = dd->pport + pidx; in shutdown_device()
1359 u32 pidx; in hfi1_disable_after_error() local
1363 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in hfi1_disable_after_error()
1366 ppd = dd->pport + pidx; in hfi1_disable_after_error()
1527 int pidx; in cleanup_device_data() local
1530 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in cleanup_device_data()
1531 struct hfi1_pportdata *ppd = &dd->pport[pidx]; in cleanup_device_data()
1632 int ret = 0, j, pidx, initfail; in init_one() local
1737 for (pidx = 0; pidx < dd->num_pports; ++pidx) { in init_one()
1738 hfi1_quiet_serdes(dd->pport + pidx); in init_one()
1739 ppd = dd->pport + pidx; in init_one()