Searched refs:nextdev (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio-sysfs.c | 75 if (rdev->rswitch->nextdev[i]) in lnext_show() 77 rio_name(rdev->rswitch->nextdev[i])); in lnext_show()
|
H A D | rio.c | 1081 struct rio_dev *nextdev = rdev->rswitch->nextdev[pnum]; in rio_clr_err_stopped() local 1130 if (!nextdev) { in rio_clr_err_stopped() 1131 pr_debug("RIO_EM: nextdev pointer == NULL\n"); in rio_clr_err_stopped() 1135 rio_write_config_32(nextdev, in rio_clr_err_stopped() 1136 RIO_DEV_PORT_N_ACK_STS_CSR(nextdev, in rio_clr_err_stopped() 1137 RIO_GET_PORT_NUM(nextdev->swpinfo)), in rio_clr_err_stopped() 1147 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped() 1149 rio_get_input_status(nextdev, in rio_clr_err_stopped() 1150 RIO_GET_PORT_NUM(nextdev in rio_clr_err_stopped() [all...] |
H A D | rio-scan.c | 342 size += struct_size(rswitch, nextdev, RIO_GET_TOTAL_PORTS(swpinfo)); in rio_setup_device() 554 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer() 588 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer() 741 prev->rswitch->nextdev[prev_port] = rdev; in rio_disc_peer()
|
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | rio-sysfs.c | 75 if (rdev->rswitch->nextdev[i]) in lnext_show() 77 rio_name(rdev->rswitch->nextdev[i])); in lnext_show()
|
H A D | rio.c | 1081 struct rio_dev *nextdev = rdev->rswitch->nextdev[pnum]; in rio_clr_err_stopped() local 1130 if (!nextdev) { in rio_clr_err_stopped() 1131 pr_debug("RIO_EM: nextdev pointer == NULL\n"); in rio_clr_err_stopped() 1135 rio_write_config_32(nextdev, in rio_clr_err_stopped() 1136 RIO_DEV_PORT_N_ACK_STS_CSR(nextdev, in rio_clr_err_stopped() 1137 RIO_GET_PORT_NUM(nextdev->swpinfo)), in rio_clr_err_stopped() 1147 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped() 1149 rio_get_input_status(nextdev, in rio_clr_err_stopped() 1150 RIO_GET_PORT_NUM(nextdev in rio_clr_err_stopped() [all...] |
H A D | rio-scan.c | 342 size += struct_size(rswitch, nextdev, RIO_GET_TOTAL_PORTS(swpinfo)); in rio_setup_device() 554 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer() 588 prev->rswitch->nextdev[prev_port] = rdev; in rio_enum_peer() 741 prev->rswitch->nextdev[prev_port] = rdev; in rio_disc_peer()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rio.h | 95 * @nextdev: Array of per-port pointers to the next attached device 103 struct rio_dev *nextdev[]; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rio.h | 95 * @nextdev: Array of per-port pointers to the next attached device 103 struct rio_dev *nextdev[]; member
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1717 size += struct_size(rswitch, nextdev, RIO_GET_TOTAL_PORTS(swpinfo)); in rio_mport_add_riodev()
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1718 size += struct_size(rswitch, nextdev, RIO_GET_TOTAL_PORTS(swpinfo)); in rio_mport_add_riodev()
|
Completed in 17 milliseconds