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()
599 ppd = dd->pport + pidx; in qib_create_workqueues()
643 ppd = dd->pport + pidx; in qib_init()
691 ppd = dd->pport + pidx; in qib_init()
741 ppd = dd->pport + pidx; in qib_init()
806 ppd = dd->pport + pidx; in qib_stop_timers()
837 ppd = dd->pport + pidx; in qib_shutdown_device()
852 ppd = dd->pport + pidx; in qib_shutdown_device()
871 ppd = dd->pport + pidx; in qib_shutdown_device()
970 piobuf = dd->f_getsendbuf(dd->pport, 0ULL, &pbnum); in qib_verify_pioperf()
1027 dd->f_sendctrl(dd->pport, QIB_SENDCTRL_DISARM_BUF(pbnum)); in qib_verify_pioperf()
1136 if (dd->pport) in qib_disable_after_error()
1140 ppd = dd->pport + pidx; in qib_disable_after_error()
1300 if (dd->pport[pidx].statusp) in cleanup_device_data()
1301 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; in cleanup_device_data()
1303 spin_lock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1305 kfree(dd->pport[pidx].congestion_entries); in cleanup_device_data()
1306 dd->pport[pidx].congestion_entries = NULL; in cleanup_device_data()
1307 kfree(dd->pport[pidx].ccti_entries); in cleanup_device_data()
1308 dd->pport[pidx].ccti_entries = NULL; in cleanup_device_data()
1309 kfree(dd->pport[pidx].ccti_entries_shadow); in cleanup_device_data()
1310 dd->pport[pidx].ccti_entries_shadow = NULL; in cleanup_device_data()
1311 kfree(dd->pport[pidx].congestion_entries_shadow); in cleanup_device_data()
1312 dd->pport[pidx].congestion_entries_shadow = NULL; in cleanup_device_data()
1314 spin_unlock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1469 dd->f_quiet_serdes(dd->pport + pidx); in qib_init_one()