Home
last modified time | relevance | path

Searched refs:rspbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmcspi.c853 unsigned int len, unsigned int has_busy, uint8_t *rspbuf) in mmcspi_get_response_token() argument
971 mmcspi_shift_copy(rspbuf, &pollbuf[i], len, shift); in mmcspi_get_response_token()
976 printf(" 0x%02x", rspbuf[i]); in mmcspi_get_response_token()
1179 mmcspi_send_cmd(device_t dev, struct mmcspi_command *cmd, uint8_t *rspbuf) in mmcspi_send_cmd() argument
1241 cmd->rsp_len, MMCSPI_RSP_R1B == cmd->rsp_type, rspbuf); in mmcspi_send_cmd()
1244 if (rspbuf[0] & cmd->error_mask & MMCSPI_R1_CRC_ERR) in mmcspi_send_cmd()
1246 else if (rspbuf[0] & cmd->error_mask) in mmcspi_send_cmd()
1678 uint8_t *rspbuf) in mmcspi_translate_response() argument
1703 if (rspbuf[0] & MMCSPI_R1_PARAM_ERR) in mmcspi_translate_response()
1706 if (rspbuf[0] & MMCSPI_R1_ADDR_ERR) in mmcspi_translate_response()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_io.h146 ocs_dma_t rspbuf; /**< SCSI Response buffer (i+t) */ member
H A Docs_io.c140 rc = ocs_dma_alloc(ocs, &io->rspbuf, SCSI_RSP_BUF_LENGTH, OCS_MIN_DMA_ALIGNMENT); in ocs_io_pool_create()
208 ocs_dma_free(ocs, &io->rspbuf); in ocs_io_pool_free()
H A Docs_scsi.c1676 fcp_rsp_iu_t *fcprsp = io->rspbuf.virt; in ocs_scsi_send_resp()
1715 io->sgl[0].addr = io->rspbuf.phys; in ocs_scsi_send_resp()
1798 fcprsp = io->rspbuf.virt; in ocs_scsi_send_tmf_resp()
1813 io->sgl[0].addr = io->rspbuf.phys; in ocs_scsi_send_tmf_resp()
2138 fcp_rsp_iu_t *fcprsp = io->rspbuf.virt; in ocs_initiator_io_cb()
2187 uint8_t *rsp_bytes = io->rspbuf.virt; in ocs_initiator_io_cb()
2637 io->iparam.fcp_ini.rsp = &io->rspbuf; in ocs_scsi_send_io()