Searched refs:pd_cmd_list (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_hw.c | 279 c = list_head(&d->pd_cmd_list); in pqi_fail_drive_cmds() 281 next_c = list_next(&d->pd_cmd_list, c); in pqi_fail_drive_cmds() 367 c = list_head(&d->pd_cmd_list); in count_drive_cmds() 369 c = list_next(&d->pd_cmd_list, c); in count_drive_cmds() 903 while ((c = list_remove_head(&d->pd_cmd_list)) != NULL) { in take_ctlr_offline() 947 while ((c = list_head(&d->pd_cmd_list)) != NULL) { in take_ctlr_offline() 950 nc = list_next(&d->pd_cmd_list, c); in take_ctlr_offline()
|
H A D | smartpqi_main.c | 185 list_create(&s->s_special_device.pd_cmd_list, sizeof (struct pqi_cmd), in smartpqi_attach() 299 ASSERT(list_is_empty(&devp->pd_cmd_list)); in smartpqi_detach() 306 list_destroy(&devp->pd_cmd_list); in smartpqi_detach()
|
H A D | smartpqi_util.c | 98 list_insert_tail(&d->pd_cmd_list, c); in pqi_cmd_action_nolock() 111 list_remove(&d->pd_cmd_list, c); in pqi_cmd_action_nolock() 176 list_remove(&d->pd_cmd_list, c); in pqi_cmd_action_nolock() 220 list_remove(&d->pd_cmd_list, c); in pqi_cmd_action_nolock()
|
H A D | smartpqi_hba.c | 847 c = list_head(&d->pd_cmd_list); 849 next_c = list_next(&d->pd_cmd_list, c);
|
H A D | smartpqi.h | 286 list_t pd_cmd_list; member
|
H A D | smartpqi_init.c | 1018 list_create(&dev->pd_cmd_list, in pqi_scan_scsi_devices()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/smartpqi/ |
H A D | smartpqi.c | 330 offsetof(struct pqi_device, pd_cmd_list), in pqi_cmd_list_head() 427 rval = pqi_cmd_list_head(d.pd_cmd_list, in pqi_display_devices()
|