Searched refs:pvscsi_cmd_t (Results 1 – 2 of 2) sorted by relevance
45 static void pvscsi_complete_cmds(pvscsi_softc_t *, pvscsi_cmd_t *);46 static boolean_t pvscsi_cmd_init(pvscsi_softc_t *, pvscsi_cmd_t *, int);47 static void pvscsi_cmd_fini(pvscsi_cmd_t *);103 pvscsi_add_to_queue(pvscsi_softc_t *pvs, pvscsi_cmd_t *cmd) in pvscsi_add_to_queue()105 pvscsi_cmd_t *r; in pvscsi_add_to_queue()175 static pvscsi_cmd_t *178 pvscsi_cmd_t *head = NULL; in pvscsi_reclaim_cmds()179 pvscsi_cmd_t **tail = &head; in pvscsi_reclaim_cmds()180 pvscsi_cmd_t *cmd; in pvscsi_reclaim_cmds()224 pvscsi_cmd_t *cmd; in pvscsi_restart_hba()[all …]
63 } pvscsi_cmd_t; typedef