Home
last modified time | relevance | path

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

/drivers/rapidio/
Drio.c812 struct rio_dev *nextdev = rdev->rswitch->nextdev[pnum]; in rio_clr_err_stopped() local
861 if (nextdev) in rio_clr_err_stopped()
862 rio_write_config_32(nextdev, in rio_clr_err_stopped()
863 nextdev->phys_efptr + in rio_clr_err_stopped()
864 RIO_PORT_N_ACK_STS_CSR(RIO_GET_PORT_NUM(nextdev->swpinfo)), in rio_clr_err_stopped()
877 if ((err_status & RIO_PORT_N_ERR_STS_PW_INP_ES) && nextdev) { in rio_clr_err_stopped()
879 rio_get_input_status(nextdev, in rio_clr_err_stopped()
880 RIO_GET_PORT_NUM(nextdev->swpinfo), NULL); in rio_clr_err_stopped()
Drio-sysfs.c76 if (rdev->rswitch->nextdev[i]) in lnext_show()
78 rio_name(rdev->rswitch->nextdev[i])); in lnext_show()
Drio-scan.c362 sizeof(rswitch->nextdev[0])) + sizeof(*rswitch); in rio_setup_device()
742 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer()
778 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer()
935 prev->rswitch->nextdev[prev_port] = rdev; in rio_disc_peer()