Searched refs:scsi_nl_drivers (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_netlink.c36 static struct list_head scsi_nl_drivers; variable in typeref:struct:list_head
189 list_for_each_entry(driver, &scsi_nl_drivers, next) {
237 list_for_each_entry(driver, &scsi_nl_drivers, next) {
428 list_add_tail(&driver->next, &scsi_nl_drivers);
455 list_for_each_entry(driver, &scsi_nl_drivers, next) {
489 INIT_LIST_HEAD(&scsi_nl_drivers);

Completed in 83 milliseconds