Lines Matching refs:pport

149 		ppd = dd->pport + (i % dd->num_pports);  in qib_create_ctxts()
349 dd->pport[pidx].statusp = status_page; in init_pioavailregs()
480 dd->f_rcvctrl(dd->pport + i, QIB_RCVCTRL_CTXT_DIS | in init_after_reset()
484 dd->f_sendctrl(dd->pport + i, QIB_SENDCTRL_SEND_DIS | in init_after_reset()
500 dd->f_sendctrl(dd->pport + i, QIB_SENDCTRL_SEND_ENB | in enable_chip()
552 dd->f_sendctrl(dd->pport, QIB_SENDCTRL_DISARM_ALL); in init_piobuf_state()
554 dd->f_sendctrl(dd->pport + pidx, QIB_SENDCTRL_FLUSH); in init_piobuf_state()
605 ppd = dd->pport + pidx; in qib_create_workqueues()
622 ppd = dd->pport + pidx; in qib_create_workqueues()
663 ppd = dd->pport + pidx; in qib_init()
713 ppd = dd->pport + pidx; in qib_init()
763 ppd = dd->pport + pidx; in qib_init()
846 ppd = dd->pport + pidx; in qib_stop_timers()
873 ppd = dd->pport + pidx; in qib_shutdown_device()
888 ppd = dd->pport + pidx; in qib_shutdown_device()
907 ppd = dd->pport + pidx; in qib_shutdown_device()
1006 piobuf = dd->f_getsendbuf(dd->pport, 0ULL, &pbnum); in qib_verify_pioperf()
1066 dd->f_sendctrl(dd->pport, QIB_SENDCTRL_DISARM_BUF(pbnum)); in qib_verify_pioperf()
1189 if (dd->pport) in qib_disable_after_error()
1193 ppd = dd->pport + pidx; in qib_disable_after_error()
1354 if (dd->pport[pidx].statusp) in cleanup_device_data()
1355 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; in cleanup_device_data()
1357 spin_lock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1359 kfree(dd->pport[pidx].congestion_entries); in cleanup_device_data()
1360 dd->pport[pidx].congestion_entries = NULL; in cleanup_device_data()
1361 kfree(dd->pport[pidx].ccti_entries); in cleanup_device_data()
1362 dd->pport[pidx].ccti_entries = NULL; in cleanup_device_data()
1363 kfree(dd->pport[pidx].ccti_entries_shadow); in cleanup_device_data()
1364 dd->pport[pidx].ccti_entries_shadow = NULL; in cleanup_device_data()
1365 kfree(dd->pport[pidx].congestion_entries_shadow); in cleanup_device_data()
1366 dd->pport[pidx].congestion_entries_shadow = NULL; in cleanup_device_data()
1368 spin_unlock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1525 dd->f_quiet_serdes(dd->pport + pidx); in qib_init_one()