Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_fcp.h699 uint8_t fcp_resid[4]; member
H A Docs_scsi.c1700 *((uint32_t *)fcprsp->fcp_resid) = ocs_htobe32(residual); in ocs_scsi_send_resp()
1703 *((uint32_t *)fcprsp->fcp_resid) = ocs_htobe32(-residual); in ocs_scsi_send_resp()
2172 rsp.residual = -ocs_fc_getbe32(fcprsp->fcp_resid); in ocs_initiator_io_cb()
2175 rsp.residual = ocs_fc_getbe32(fcprsp->fcp_resid); in ocs_initiator_io_cb()
H A Docs_unsol.c1353 *((uint32_t*)&fcprsp.fcp_resid) = fcp_dl; in ocs_sframe_send_task_set_full_or_busy()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h8029 uint32_t fcp_resid; member