Searched refs:fcp_rsp (Results 1 – 8 of 8) sorted by relevance
171 typedef struct fcp_rsp { struct341 fcp_rsp
2639 emlxs_fcp_rsp *fcp_rsp; in emlxs_fct_send_fcp_status() local2703 fcp_rsp = (emlxs_fcp_rsp *)pkt->pkt_cmd; in emlxs_fct_send_fcp_status()2708 fcp_rsp->rspStatus2 |= RESID_OVER; in emlxs_fct_send_fcp_status()2709 fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid); in emlxs_fct_send_fcp_status()2713 fcp_rsp->rspStatus2 |= RESID_UNDER; in emlxs_fct_send_fcp_status()2714 fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid); in emlxs_fct_send_fcp_status()2728 (fcp_rsp->rspResId == 0)) { in emlxs_fct_send_fcp_status()2729 fcp_rsp->rspStatus2 |= RESID_UNDER; in emlxs_fct_send_fcp_status()2730 fcp_rsp->rspResId = in emlxs_fct_send_fcp_status()2738 fcp_rsp->rspStatus2 |= SNS_LEN_VALID; in emlxs_fct_send_fcp_status()[all …]
10187 FCP_RSP *fcp_rsp; in emlxs_dfc_send_scsi_fcp() local10324 fcp_rsp = (FCP_RSP *) pkt->pkt_resp; in emlxs_dfc_send_scsi_fcp()10330 SCSI_SNS_CNT(cmdinfo) = 24 + LE_SWAP32(fcp_rsp->rspSnsLen) + in emlxs_dfc_send_scsi_fcp()10331 LE_SWAP32(fcp_rsp->rspRspLen); in emlxs_dfc_send_scsi_fcp()10332 ptr = (void *)fcp_rsp; in emlxs_dfc_send_scsi_fcp()10334 SCSI_SNS_CNT(cmdinfo) = LE_SWAP32(fcp_rsp->rspSnsLen); in emlxs_dfc_send_scsi_fcp()10335 ptr = (void *)&fcp_rsp->rspSnsInfo[0]; in emlxs_dfc_send_scsi_fcp()
10668 fcp_rsp_t *fcp_rsp; in emlxs_set_pkt_state() local10737 fcp_rsp = (fcp_rsp_t *)pkt->pkt_resp; in emlxs_set_pkt_state()10739 fcp_rsp->fcp_u.fcp_status. in emlxs_set_pkt_state()10741 fcp_rsp->fcp_response_len = 8; in emlxs_set_pkt_state()
131 typedef struct fcp_rsp { struct
459 static int fcp_check_reportlun(struct fcp_rsp *rsp, fc_packet_t *fpkt);493 static int fcp_validate_fcp_response(struct fcp_rsp *rsp,2305 struct fcp_rsp *rsp; in fcp_send_scsi_ioctl()2552 rsp_len = sizeof (struct fcp_rsp) + in fcp_send_scsi_ioctl()2684 rsp = (struct fcp_rsp *)fpkt->pkt_resp; in fcp_send_scsi_ioctl()2714 ((uint8_t *)rsp + sizeof (struct fcp_rsp)); in fcp_send_scsi_ioctl()6697 fcp_check_reportlun(struct fcp_rsp *rsp, fc_packet_t *fpkt) in fcp_check_reportlun()6761 sizeof (struct fcp_rsp) + rsp->fcp_response_len); in fcp_check_reportlun()6763 FCP_CP_IN(fpkt->pkt_resp + sizeof (struct fcp_rsp) + in fcp_check_reportlun()6908 struct fcp_rsp response, *rsp; in fcp_scsi_callback()[all …]
278 struct fcp_rsp *cmd_rsp_block;
4572 struct fcoe_fcp_rsp_union fcp_rsp /* FCP_RSP payload */; member