Lines Matching refs:hostno
225 static void hpsa_update_scsi_devices(struct ctlr_info *h, int hostno);
901 static int hpsa_scsi_add_entry(struct ctlr_info *h, int hostno, in hpsa_scsi_add_entry() argument
974 scsi_device_type(device->devtype), hostno, in hpsa_scsi_add_entry()
980 static void hpsa_scsi_update_entry(struct ctlr_info *h, int hostno, in hpsa_scsi_update_entry() argument
997 scsi_device_type(new_entry->devtype), hostno, new_entry->bus, in hpsa_scsi_update_entry()
1002 static void hpsa_scsi_replace_entry(struct ctlr_info *h, int hostno, in hpsa_scsi_replace_entry() argument
1025 scsi_device_type(new_entry->devtype), hostno, new_entry->bus, in hpsa_scsi_replace_entry()
1030 static void hpsa_scsi_remove_entry(struct ctlr_info *h, int hostno, int entry, in hpsa_scsi_remove_entry() argument
1047 scsi_device_type(sd->devtype), hostno, sd->bus, sd->target, in hpsa_scsi_remove_entry()
1265 static void adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno, in adjust_hpsa_scsi_table() argument
1305 hpsa_scsi_remove_entry(h, hostno, i, in adjust_hpsa_scsi_table()
1310 hpsa_scsi_replace_entry(h, hostno, i, sd[entry], in adjust_hpsa_scsi_table()
1317 hpsa_scsi_update_entry(h, hostno, i, sd[entry]); in adjust_hpsa_scsi_table()
1347 if (hpsa_scsi_add_entry(h, hostno, sd[i], in adjust_hpsa_scsi_table()
1376 if (hostno == -1 || !changes) in adjust_hpsa_scsi_table()
1394 " for removal.", hostno, removed[i]->bus, in adjust_hpsa_scsi_table()
1407 "device not added.\n", hostno, added[i]->bus, in adjust_hpsa_scsi_table()
2994 static void hpsa_update_scsi_devices(struct ctlr_info *h, int hostno) in hpsa_update_scsi_devices() argument
3168 adjust_hpsa_scsi_table(h, hostno, currentsd, ncurrent); in hpsa_update_scsi_devices()