Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c214 pkt->pkt_data_resid = pkt->pkt_datalen; in emlxs_handle_fcp_event()
300 pkt->pkt_data_resid = 0; in emlxs_handle_fcp_event()
312 pkt->pkt_data_resid = rsp_data_resid; in emlxs_handle_fcp_event()
320 pkt->pkt_data_resid = cmd->un.fcpi.fcpi_parm; in emlxs_handle_fcp_event()
323 if ((rsp_data_resid == 0) && (pkt->pkt_data_resid)) { in emlxs_handle_fcp_event()
326 scsi_opcode, pkt->pkt_data_resid); in emlxs_handle_fcp_event()
331 data_rx = pkt->pkt_datalen - pkt->pkt_data_resid; in emlxs_handle_fcp_event()
338 if (check_underrun && (pkt->pkt_data_resid > rsp_data_resid)) { in emlxs_handle_fcp_event()
372 pkt->pkt_data_resid), in emlxs_handle_fcp_event()
449 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.c2220 pkt->pkt_data_resid = 0; in emlxs_initialize_pkt()
10709 pkt->pkt_data_resid = 0; in emlxs_set_pkt_state()
10723 pkt->pkt_data_resid = pkt->pkt_datalen; in emlxs_set_pkt_state()
H A Demlxs_dfc.c10254 if (pkt->pkt_data_resid) { in emlxs_dfc_send_scsi_fcp()
10255 if (pkt->pkt_data_resid < dfc->buf3_size) in emlxs_dfc_send_scsi_fcp()
10256 dfc->buf3_size -= pkt->pkt_data_resid; in emlxs_dfc_send_scsi_fcp()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h179 uint32_t pkt_data_resid; /* data resid length */ member
/titanic_41/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.c2023 fpkt->pkt_data_resid = 0; in fcoei_process_event_exchange()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8815 if (fpkt->pkt_data_resid) { in fcp_complete_pkt()
16209 cmd->cmd_fp_pkt->pkt_data_resid = 0; in fcp_pseudo_init_pkt()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4769 pkt->pkt_data_resid = 0; in ql_cmd_setup()