Home
last modified time | relevance | path

Searched refs:IOCB_CMD_TYPE_2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c504 pkt->entry_type = IOCB_CMD_TYPE_2; in ql_command_iocb()
552 pkt->entry_type = IOCB_CMD_TYPE_2; in ql_command_iocb()
H A Dql_xioctl.c2407 pkt->cmd.entry_type = IOCB_CMD_TYPE_2; in ql_scsi_passthru()
4249 pkt->cmd.entry_type = IOCB_CMD_TYPE_2; in ql_report_lun()
4591 pkt->cmd.entry_type = IOCB_CMD_TYPE_2; in ql_inq()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h64 #define IOCB_CMD_TYPE_2 0x11 /* Command entry */ macro