Lines Matching refs:pport
146 ppd = dd->pport + (i % dd->num_pports); in qib_create_ctxts()
334 dd->pport[pidx].statusp = status_page; in init_pioavailregs()
457 dd->f_rcvctrl(dd->pport + i, QIB_RCVCTRL_CTXT_DIS | in init_after_reset()
461 dd->f_sendctrl(dd->pport + i, QIB_SENDCTRL_SEND_DIS | in init_after_reset()
477 dd->f_sendctrl(dd->pport + i, QIB_SENDCTRL_SEND_ENB | in enable_chip()
529 dd->f_sendctrl(dd->pport, QIB_SENDCTRL_DISARM_ALL); in init_piobuf_state()
531 dd->f_sendctrl(dd->pport + pidx, QIB_SENDCTRL_FLUSH); in init_piobuf_state()
582 ppd = dd->pport + pidx; in qib_create_workqueues()
596 ppd = dd->pport + pidx; in qib_create_workqueues()
640 ppd = dd->pport + pidx; in qib_init()
688 ppd = dd->pport + pidx; in qib_init()
738 ppd = dd->pport + pidx; in qib_init()
803 ppd = dd->pport + pidx; in qib_stop_timers()
834 ppd = dd->pport + pidx; in qib_shutdown_device()
849 ppd = dd->pport + pidx; in qib_shutdown_device()
868 ppd = dd->pport + pidx; in qib_shutdown_device()
967 piobuf = dd->f_getsendbuf(dd->pport, 0ULL, &pbnum); in qib_verify_pioperf()
1024 dd->f_sendctrl(dd->pport, QIB_SENDCTRL_DISARM_BUF(pbnum)); in qib_verify_pioperf()
1132 if (dd->pport) in qib_disable_after_error()
1136 ppd = dd->pport + pidx; in qib_disable_after_error()
1296 if (dd->pport[pidx].statusp) in cleanup_device_data()
1297 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; in cleanup_device_data()
1299 spin_lock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1301 kfree(dd->pport[pidx].congestion_entries); in cleanup_device_data()
1302 dd->pport[pidx].congestion_entries = NULL; in cleanup_device_data()
1303 kfree(dd->pport[pidx].ccti_entries); in cleanup_device_data()
1304 dd->pport[pidx].ccti_entries = NULL; in cleanup_device_data()
1305 kfree(dd->pport[pidx].ccti_entries_shadow); in cleanup_device_data()
1306 dd->pport[pidx].ccti_entries_shadow = NULL; in cleanup_device_data()
1307 kfree(dd->pport[pidx].congestion_entries_shadow); in cleanup_device_data()
1308 dd->pport[pidx].congestion_entries_shadow = NULL; in cleanup_device_data()
1310 spin_unlock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1465 dd->f_quiet_serdes(dd->pport + pidx); in qib_init_one()