Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h138 uint_t fcp_resid; /* resid of operation */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h178 uint32_t fcp_resid; /* resid of operation */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dqedf_hsi.h138 __le32 fcp_resid; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c199 rsp->fcp_resid = 0; in emlxs_handle_fcp_event()
257 rsp->fcp_resid = in emlxs_handle_fcp_event()
261 rsp->fcp_resid = 0; in emlxs_handle_fcp_event()
310 LE_SWAP32(rsp->fcp_resid) : 0; in emlxs_handle_fcp_event()
449 rsp->fcp_resid = in emlxs_handle_fcp_event()
543 rsp->fcp_resid = in emlxs_handle_fcp_event()
686 LE_SWAP32(rsp->fcp_resid), in emlxs_handle_fcp_event()
H A Demlxs_solaris.c10866 rsp->fcp_resid = LE_SWAP32(rsp->fcp_resid); in emlxs_swap_fcp_pkt()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c1102 offset = offsetof(fcp_rsp_t, fcp_resid); in fcoei_fill_fcp_resp()
1103 fcp_rsp_iu->fcp_resid = FCOE_B2V_4(src + offset); in fcoei_fill_fcp_resp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2774 if (rsp->fcp_resid <= fscsi->scsi_buflen) { in fcp_send_scsi_ioctl()
2775 fscsi->scsi_bufresid = rsp->fcp_resid; in fcp_send_scsi_ioctl()
2778 "for txfer len %x", rsp->fcp_resid, in fcp_send_scsi_ioctl()
2786 fscsi->scsi_bufresid = -rsp->fcp_resid; in fcp_send_scsi_ioctl()
8824 if ((error | rsp->fcp_u.i_fcp_status | rsp->fcp_resid) == 0) { in fcp_complete_pkt()
8837 pkt->pkt_resid = rsp->fcp_resid; in fcp_complete_pkt()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2589 fcpr->fcp_resid = in ql_status_error()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h4521 u32_t fcp_resid; member