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()
1135 if (dd->pport) in qib_disable_after_error()
1139 ppd = dd->pport + pidx; in qib_disable_after_error()
1299 if (dd->pport[pidx].statusp) in cleanup_device_data()
1300 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; in cleanup_device_data()
1302 spin_lock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1304 kfree(dd->pport[pidx].congestion_entries); in cleanup_device_data()
1305 dd->pport[pidx].congestion_entries = NULL; in cleanup_device_data()
1306 kfree(dd->pport[pidx].ccti_entries); in cleanup_device_data()
1307 dd->pport[pidx].ccti_entries = NULL; in cleanup_device_data()
1308 kfree(dd->pport[pidx].ccti_entries_shadow); in cleanup_device_data()
1309 dd->pport[pidx].ccti_entries_shadow = NULL; in cleanup_device_data()
1310 kfree(dd->pport[pidx].congestion_entries_shadow); in cleanup_device_data()
1311 dd->pport[pidx].congestion_entries_shadow = NULL; in cleanup_device_data()
1313 spin_unlock(&dd->pport[pidx].cc_shadow_lock); in cleanup_device_data()
1468 dd->f_quiet_serdes(dd->pport + pidx); in qib_init_one()