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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_unsol.c793 fcp_cmnd_iu_t *cmnd = seq->payload->dma.virt; local
794 exp_payload_len = sizeof(fcp_cmnd_iu_t) - 16 + cmnd->additional_fcp_cdb_length;
813 ocs_populate_io_fcp_cmd(ocs_io_t *io, fcp_cmnd_iu_t *cmnd, fc_header_t *fchdr, uint8_t sit) argument
818 fcp_dl = (uint32_t*)(&(cmnd->fcp_cdb_and_dl));
819 fcp_dl += cmnd->additional_fcp_cdb_length;
837 ocs_get_flags_fcp_cmd(fcp_cmnd_iu_t *cmnd) argument
840 switch (cmnd->task_attribute) {
857 flags |= (uint32_t)cmnd->command_priority << OCS_SCSI_PRIORITY_SHIFT;
858 if (cmnd->wrdata)
860 if (cmnd
886 fcp_cmnd_iu_t *cmnd = NULL; local
984 fcp_cmnd_iu_t *cmnd = NULL; local
[all...]
H A Docs_scsi.c2488 fcp_cmnd_iu_t *cmnd; local
2531 cmnd = io->cmdbuf.virt;
2533 ocs_assert(sizeof(*cmnd) <= io->cmdbuf.size, -1);
2535 ocs_memset(cmnd, 0, sizeof(*cmnd));
2538 cmnd_bytes = sizeof(fcp_cmnd_iu_t) - sizeof(cmnd->fcp_cdb_and_dl) + sizeof(uint32_t);
2540 fcp_dl = (uint32_t*)(&(cmnd->fcp_cdb_and_dl));
2544 ocs_memcpy(cmnd->fcp_cdb, cdb, cdb_len);
2548 ocs_memcpy(cmnd->fcp_cdb, cdb, 16);
2550 ocs_memcpy(cmnd
[all...]
H A Docs_hw.h519 ocs_dma_t *cmnd; member in struct:ocs_hw_io_param_u::__anon13791
H A Docs_hw.c4086 ocs_hw_io_ini_sge(hw, io, iparam->fcp_ini.cmnd, iparam->fcp_ini.cmnd_size,
4098 ocs_hw_io_ini_sge(hw, io, iparam->fcp_ini.cmnd, iparam->fcp_ini.cmnd_size,
4112 ocs_hw_io_ini_sge(hw, io, iparam->fcp_ini.cmnd, iparam->fcp_ini.cmnd_size,
9830 ocs_hw_io_ini_sge(ocs_hw_t *hw, ocs_hw_io_t *io, ocs_dma_t *cmnd, uint32_t cmnd_size, argument
9843 data->buffer_address_high = ocs_addr32_hi(cmnd->phys);
9844 data->buffer_address_low = ocs_addr32_lo(cmnd->phys);
/freebsd-13-stable/sys/xen/interface/io/
H A Dvscsiif.h179 * Request a SCSI operation specified via a CDB in vscsiif_request.cmnd.
182 * The operation to be performed is specified via a CDB in cmnd[], the length
268 uint8_t cmnd[VSCSIIF_MAX_COMMAND_SIZE]; /* the CDB */ member in struct:vscsiif_request
/freebsd-13-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.c2901 cmnd->result = SCSI_HOST(DID_ERROR);
2963 cmnd->result = SCSI_HOST(DID_ERROR);
3804 tiIniScsiCmnd_t *cmnd; local
3816 cmnd = &pccb_curr->tiSuperScsiRequest.scsiCmnd;
3818 if (cmnd->cdb[0] == RECEIVE_DIAGNOSTIC)
3820 AGTIAPI_PRINTK("agtiapi_Done: RECEIVE_DIAG pg %d id %d cmnd %p pccb "
3821 "%p\n", cmnd->cdb[2], pccb_curr->targetId, cmnd,
4314 scsi_cmnd *cmnd (IN) Pointer to a command to the HBA to be reset
4320 int agtiapi_eh_HostReset( struct agtiapi_softc *pmcsc, union ccb *cmnd )
[all...]
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c541 cmnd:
620 goto cmnd;
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c1134 perr->ioerr.scsi_cmd = (unsigned int) cmd->cmnd[0];

Completed in 267 milliseconds