Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c215 pkt->pkt_data_resid = pkt->pkt_datalen; in emlxs_handle_fcp_event()
301 pkt->pkt_data_resid = 0; in emlxs_handle_fcp_event()
313 pkt->pkt_data_resid = rsp_data_resid; in emlxs_handle_fcp_event()
321 pkt->pkt_data_resid = cmd->un.fcpi.fcpi_parm; in emlxs_handle_fcp_event()
324 if ((rsp_data_resid == 0) && (pkt->pkt_data_resid)) { in emlxs_handle_fcp_event()
327 scsi_opcode, pkt->pkt_data_resid); in emlxs_handle_fcp_event()
332 data_rx = pkt->pkt_datalen - pkt->pkt_data_resid; in emlxs_handle_fcp_event()
339 if (check_underrun && (pkt->pkt_data_resid > rsp_data_resid)) { in emlxs_handle_fcp_event()
373 pkt->pkt_data_resid), in emlxs_handle_fcp_event()
450 LE_SWAP32(pkt->pkt_data_resid); in emlxs_handle_fcp_event()
[all …]
H A Demlxs_els.c175 pkt->pkt_data_resid = pkt->pkt_datalen; in emlxs_els_handle_event()
2898 pkt->pkt_data_resid = pkt->pkt_datalen; in emlxs_menlo_handle_event()
3077 pkt->pkt_data_resid = pkt->pkt_datalen; in emlxs_ct_handle_event()
H A Demlxs_solaris.c2230 pkt->pkt_data_resid = 0; in emlxs_initialize_pkt()
10732 pkt->pkt_data_resid = 0; in emlxs_set_pkt_state()
10746 pkt->pkt_data_resid = pkt->pkt_datalen; in emlxs_set_pkt_state()
H A Demlxs_dfc.c10315 if (pkt->pkt_data_resid) { in emlxs_dfc_send_scsi_fcp()
10316 if (pkt->pkt_data_resid < dfc->buf3_size) in emlxs_dfc_send_scsi_fcp()
10317 dfc->buf3_size -= pkt->pkt_data_resid; in emlxs_dfc_send_scsi_fcp()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h181 uint32_t pkt_data_resid; /* data resid length */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c628 fpkt->pkt_data_resid = xch->xch_resid; in fcoei_process_sol_fcp_resp()
H A Dfcoei_lv.c2024 fpkt->pkt_data_resid = 0; in fcoei_process_event_exchange()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8804 if (fpkt->pkt_data_resid) { in fcp_complete_pkt()
16202 cmd->cmd_fp_pkt->pkt_data_resid = 0; in fcp_pseudo_init_pkt()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5092 pkt->pkt_data_resid = 0; in ql_cmd_setup()