Searched refs:cmnd (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_unsol.c796 fcp_cmnd_iu_t *cmnd = seq->payload->dma.virt; local
797 exp_payload_len = sizeof(fcp_cmnd_iu_t) - 16 + cmnd->additional_fcp_cdb_length;
816 ocs_populate_io_fcp_cmd(ocs_io_t *io, fcp_cmnd_iu_t *cmnd, fc_header_t *fchdr, uint8_t sit) argument
821 fcp_dl = (uint32_t*)(&(cmnd->fcp_cdb_and_dl));
822 fcp_dl += cmnd->additional_fcp_cdb_length;
840 ocs_get_flags_fcp_cmd(fcp_cmnd_iu_t *cmnd) argument
843 switch (cmnd->task_attribute) {
860 if (cmnd->wrdata)
862 if (cmnd->rddata)
888 fcp_cmnd_iu_t *cmnd local
986 fcp_cmnd_iu_t *cmnd = NULL; local
[all...]
H A Docs_scsi.c2505 fcp_cmnd_iu_t *cmnd; local
2549 cmnd = io->cmdbuf.virt;
2551 ocs_assert(sizeof(*cmnd) <= io->cmdbuf.size, -1);
2553 ocs_memset(cmnd, 0, sizeof(*cmnd));
2556 cmnd_bytes = sizeof(fcp_cmnd_iu_t) - sizeof(cmnd->fcp_cdb_and_dl) + sizeof(uint32_t);
2558 fcp_dl = (uint32_t*)(&(cmnd->fcp_cdb_and_dl));
2562 ocs_memcpy(cmnd->fcp_cdb, cdb, cdb_len);
2566 ocs_memcpy(cmnd->fcp_cdb, cdb, 16);
2568 ocs_memcpy(cmnd
[all...]
H A Docs_hw.h522 ocs_dma_t *cmnd; member in struct:ocs_hw_io_param_u::__anon7573
H A Docs_hw.c4105 ocs_hw_io_ini_sge(hw, io, iparam->fcp_ini.cmnd, iparam->fcp_ini.cmnd_size,
4117 ocs_hw_io_ini_sge(hw, io, iparam->fcp_ini.cmnd, iparam->fcp_ini.cmnd_size,
4131 ocs_hw_io_ini_sge(hw, io, iparam->fcp_ini.cmnd, iparam->fcp_ini.cmnd_size,
9863 ocs_hw_io_ini_sge(ocs_hw_t *hw, ocs_hw_io_t *io, ocs_dma_t *cmnd, uint32_t cmnd_size, argument
9876 data->buffer_address_high = ocs_addr32_hi(cmnd->phys);
9877 data->buffer_address_low = ocs_addr32_lo(cmnd->phys);
/freebsd-11-stable/sys/xen/interface/io/
H A Dvscsiif.h110 * Request a SCSI operation specified via a CDB in vscsiif_request.cmnd.
113 * The operation to be performed is specified via a CDB in cmnd[], the length
198 uint8_t cmnd[VSCSIIF_MAX_COMMAND_SIZE]; /* the CDB */ member in struct:vscsiif_request
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h38 int agtiapi_eh_HostReset( struct agtiapi_softc *pmcsc, union ccb *cmnd );
H A Dagtiapi.h52 #define CMND_DMA_UNMAP( pCard, cmnd )
108 u64 startCmnd; // temp var to hold cmnd arrival
H A Dagtiapi.c2905 cmnd->result = SCSI_HOST(DID_ERROR);
2967 cmnd->result = SCSI_HOST(DID_ERROR);
3808 tiIniScsiCmnd_t *cmnd; local
3820 cmnd = &pccb_curr->tiSuperScsiRequest.scsiCmnd;
3822 if (cmnd->cdb[0] == RECEIVE_DIAGNOSTIC)
3824 AGTIAPI_PRINTK("agtiapi_Done: RECEIVE_DIAG pg %d id %d cmnd %p pccb "
3825 "%p\n", cmnd->cdb[2], pccb_curr->targetId, cmnd,
4318 scsi_cmnd *cmnd (IN) Pointer to a command to the HBA to be reset
4324 int agtiapi_eh_HostReset( struct agtiapi_softc *pmcsc, union ccb *cmnd )
[all...]
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c539 cmnd:
618 goto cmnd;
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c1134 perr->ioerr.scsi_cmd = (unsigned int) cmd->cmnd[0];

Completed in 224 milliseconds