Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/
Drio.c1085 struct rio_dev *nextdev = rdev->rswitch->nextdev[pnum]; in rio_clr_err_stopped() local
1134 if (!nextdev) { in rio_clr_err_stopped()
1139 rio_write_config_32(nextdev, in rio_clr_err_stopped()
1140 RIO_DEV_PORT_N_ACK_STS_CSR(nextdev, in rio_clr_err_stopped()
1141 RIO_GET_PORT_NUM(nextdev->swpinfo)), in rio_clr_err_stopped()
1151 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped()
1153 rio_get_input_status(nextdev, in rio_clr_err_stopped()
1154 RIO_GET_PORT_NUM(nextdev->swpinfo), NULL); in rio_clr_err_stopped()
Drio-sysfs.c79 if (rdev->rswitch->nextdev[i]) in lnext_show()
81 rio_name(rdev->rswitch->nextdev[i])); in lnext_show()
Drio-scan.c347 sizeof(rswitch->nextdev[0])) + sizeof(*rswitch); in rio_setup_device()
556 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer()
590 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer()
743 prev->rswitch->nextdev[prev_port] = rdev; in rio_disc_peer()
/Linux-v4.19/include/linux/
Drio.h107 struct rio_dev *nextdev[0]; member
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c1713 sizeof(rswitch->nextdev[0])) + sizeof(*rswitch); in rio_mport_add_riodev()