Lines Matching refs:ccb_cmd
189 union hvs_cmd *ccb_cmd; /* associated command */ member
572 ccb->ccb_cmd = &cmd; in hvs_scsipi_request()
595 union hvs_cmd *cmd = ccb->ccb_cmd; in hvs_start()
598 ccb->ccb_cmd = NULL; in hvs_start()
626 if (ccb->ccb_cmd) { in hvs_poll_done()
627 memcpy(&ccb->ccb_rsp, ccb->ccb_cmd, HVS_CMD_SIZE); in hvs_poll_done()
628 ccb->ccb_cmd = &ccb->ccb_rsp; in hvs_poll_done()
711 ccb->ccb_cmd = &cmd; in hvs_intr()
778 union hvs_cmd *cmd = ccb->ccb_cmd; in hvs_scsi_cmd_done()
882 ccb->ccb_cmd = &ucmd; in hvs_connect()
907 ccb->ccb_cmd = &ucmd; in hvs_connect()
933 ccb->ccb_cmd = &ucmd; in hvs_connect()
979 ccb->ccb_cmd = &ucmd; in hvs_connect()
1003 ccb->ccb_cmd = &ucmd; in hvs_connect()
1121 ccb->ccb_cmd = NULL; in hvs_put_ccb()