Searched defs:cmd_done (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1248 uchar_t cmd_done = 0; local
1259 cmd = build_cmd(instance, ap, pkt, &cmd_done);
1266 if (cmd_done) {
3306 struct scsi_pkt *pkt, uchar_t *cmd_done)
3322 *cmd_done = 0;
3361 * *cmd_done = 1;
3305 build_cmd(struct megasas_instance *instance, struct scsi_address *ap, struct scsi_pkt *pkt, uchar_t *cmd_done) argument
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1135 uchar_t cmd_done = 0; local
1155 cmd = mrsas_tbolt_build_cmd(instance, ap, pkt, &cmd_done);
1162 if (cmd_done) {
1439 struct scsi_pkt *pkt, uchar_t *cmd_done)
1465 *cmd_done = 0;
1778 *cmd_done = 1;
1794 *cmd_done = 1;
1438 mrsas_tbolt_build_cmd(struct mrsas_instance *instance, struct scsi_address *ap, struct scsi_pkt *pkt, uchar_t *cmd_done) argument
H A Dmr_sas.c1863 uchar_t cmd_done = 0; local
1892 cmd = build_cmd(instance, ap, pkt, &cmd_done);
1899 if (cmd_done) {
5075 struct scsi_pkt *pkt, uchar_t *cmd_done)
5093 *cmd_done = 0;
5145 * *cmd_done = 1;
5269 *cmd_done = 1;
5074 build_cmd(struct mrsas_instance *instance, struct scsi_address *ap, struct scsi_pkt *pkt, uchar_t *cmd_done) argument
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h542 int cmd_done; /* command done? */ member in struct:scsa2usb_cmd

Completed in 96 milliseconds