Searched refs:ips_ha (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.h | 988 struct ips_ha; 991 int (*reset)(struct ips_ha *); 992 int (*issue)(struct ips_ha *, struct ips_scb *); 993 int (*isinit)(struct ips_ha *); 994 int (*isintr)(struct ips_ha *); 995 int (*init)(struct ips_ha *); 996 int (*erasebios)(struct ips_ha *); 997 int (*programbios)(struct ips_ha *, char *, uint32_t, uint32_t); 998 int (*verifybios)(struct ips_ha *, char *, uint32_t, uint32_t); 999 void (*statinit)(struct ips_ha *); 1005 typedef struct ips_ha { global() struct [all...] |
H A D | ips.c | 340 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable 566 ips_free(ips_ha[i]); in ips_detect() 691 ips_ha[i] = NULL; in ips_release() 727 ha = (ips_ha_t *) ips_ha[i]; in ips_halt() 6519 ips_ha[index] = NULL; in ips_abort_init() 6534 ips_ha_t *ha_sav = ips_ha[highindex]; in ips_shift_controllers() 6539 ips_ha[i] = ips_ha[i - 1]; in ips_shift_controllers() 6541 ips_ha[i]->host_num = i; in ips_shift_controllers() 6544 ips_ha[lowinde in ips_shift_controllers() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.h | 988 struct ips_ha; 991 int (*reset)(struct ips_ha *); 992 int (*issue)(struct ips_ha *, struct ips_scb *); 993 int (*isinit)(struct ips_ha *); 994 int (*isintr)(struct ips_ha *); 995 int (*init)(struct ips_ha *); 996 int (*erasebios)(struct ips_ha *); 997 int (*programbios)(struct ips_ha *, char *, uint32_t, uint32_t); 998 int (*verifybios)(struct ips_ha *, char *, uint32_t, uint32_t); 999 void (*statinit)(struct ips_ha *); 1005 typedef struct ips_ha { global() struct [all...] |
H A D | ips.c | 344 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable 570 ips_free(ips_ha[i]); in ips_detect() 693 ips_ha[i] = NULL; in ips_release() 727 ha = (ips_ha_t *) ips_ha[i]; in ips_halt() 6522 ips_ha[index] = NULL; in ips_abort_init() 6537 ips_ha_t *ha_sav = ips_ha[highindex]; in ips_shift_controllers() 6542 ips_ha[i] = ips_ha[i - 1]; in ips_shift_controllers() 6544 ips_ha[i]->host_num = i; in ips_shift_controllers() 6547 ips_ha[lowinde in ips_shift_controllers() [all...] |
Completed in 20 milliseconds