Home
last modified time | relevance | path

Searched refs:nextdev (Results 1 – 3 of 3) sorted by relevance

/drivers/rapidio/
Drio.c785 struct rio_dev *nextdev = rdev->rswitch->nextdev[pnum]; in rio_clr_err_stopped() local
834 if (nextdev) in rio_clr_err_stopped()
835 rio_write_config_32(nextdev, in rio_clr_err_stopped()
836 nextdev->phys_efptr + in rio_clr_err_stopped()
837 RIO_PORT_N_ACK_STS_CSR(RIO_GET_PORT_NUM(nextdev->swpinfo)), in rio_clr_err_stopped()
850 if ((err_status & RIO_PORT_N_ERR_STS_PW_INP_ES) && nextdev) { in rio_clr_err_stopped()
852 rio_get_input_status(nextdev, in rio_clr_err_stopped()
853 RIO_GET_PORT_NUM(nextdev->swpinfo), NULL); in rio_clr_err_stopped()
Drio-scan.c362 sizeof(rswitch->nextdev[0])) + sizeof(*rswitch); in rio_setup_device()
592 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer()
628 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer()
785 prev->rswitch->nextdev[prev_port] = rdev; in rio_disc_peer()
Drio-sysfs.c79 if (rdev->rswitch->nextdev[i]) in lnext_show()
81 rio_name(rdev->rswitch->nextdev[i])); in lnext_show()