Symbol: fcp_rsp
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/5710_hsi.h
4572
struct fcoe_fcp_rsp_union fcp_rsp /* FCP_RSP payload */;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10187
FCP_RSP *fcp_rsp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10324
fcp_rsp = (FCP_RSP *) pkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10330
SCSI_SNS_CNT(cmdinfo) = 24 + LE_SWAP32(fcp_rsp->rspSnsLen) +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10331
LE_SWAP32(fcp_rsp->rspRspLen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10332
ptr = (void *)fcp_rsp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10334
SCSI_SNS_CNT(cmdinfo) = LE_SWAP32(fcp_rsp->rspSnsLen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10335
ptr = (void *)&fcp_rsp->rspSnsInfo[0];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2639
emlxs_fcp_rsp *fcp_rsp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2703
fcp_rsp = (emlxs_fcp_rsp *)pkt->pkt_cmd;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2708
fcp_rsp->rspStatus2 |= RESID_OVER;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2709
fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2713
fcp_rsp->rspStatus2 |= RESID_UNDER;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2714
fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2728
(fcp_rsp->rspResId == 0)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2729
fcp_rsp->rspStatus2 |= RESID_UNDER;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2730
fcp_rsp->rspResId =
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2738
fcp_rsp->rspStatus2 |= SNS_LEN_VALID;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2739
fcp_rsp->rspSnsLen = LE_SWAP32(fct_task->task_sense_length);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2742
(uint8_t *)&fcp_rsp->rspInfo0,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2746
fcp_rsp->rspStatus3 = fct_task->task_scsi_status;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2747
fcp_rsp->rspRspLen = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2750
emlxs_data_dump(port, "RESP", (uint32_t *)fcp_rsp, 36, 0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2794
emlxs_fcp_rsp *fcp_rsp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2839
fcp_rsp = (emlxs_fcp_rsp *)pkt->pkt_cmd;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2842
fcp_rsp->rspStatus3 = SCSI_STAT_QUE_FULL;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2843
fcp_rsp->rspStatus2 |= RESID_UNDER;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2844
fcp_rsp->rspResId = LE_SWAP32(fcp_cmd->fcpDl);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10667
fcp_rsp_t *fcp_rsp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10736
fcp_rsp = (fcp_rsp_t *)pkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10738
fcp_rsp->fcp_u.fcp_status.
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10740
fcp_rsp->fcp_response_len = 8;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11628
struct fcp_rsp *rsp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11699
rsp = (struct fcp_rsp *)cmd->cmd_fcp_rsp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11701
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11708
sizeof (struct fcp_rsp), rsp_info,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15266
struct fcp_rsp response, *rsp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15272
rsp = (struct fcp_rsp *)fpkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15274
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15280
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15282
FCP_CP_IN(fpkt->pkt_resp + sizeof (struct fcp_rsp),
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15316
sizeof (struct fcp_rsp) +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15322
sizeof (struct fcp_rsp) +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2305
struct fcp_rsp *rsp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2552
rsp_len = sizeof (struct fcp_rsp) +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2684
rsp = (struct fcp_rsp *)fpkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2714
((uint8_t *)rsp + sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
459
static int fcp_check_reportlun(struct fcp_rsp *rsp, fc_packet_t *fpkt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
493
static int fcp_validate_fcp_response(struct fcp_rsp *rsp,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6697
fcp_check_reportlun(struct fcp_rsp *rsp, fc_packet_t *fpkt)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6761
sizeof (struct fcp_rsp) + rsp->fcp_response_len);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6763
FCP_CP_IN(fpkt->pkt_resp + sizeof (struct fcp_rsp) +
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6908
struct fcp_rsp response, *rsp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6915
rsp = (struct fcp_rsp *)fpkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6919
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7028
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7031
FCP_CP_IN(fpkt->pkt_resp + sizeof (struct fcp_rsp), bep,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7126
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8782
struct fcp_rsp *rsp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8789
rsp = (struct fcp_rsp *)cmd->cmd_fcp_rsp;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8794
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8846
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8869
sizeof (struct fcp_rsp), bep,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8909
sizeof (struct fcp_rsp) + rsp->fcp_response_len;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9182
sizeof (struct fcp_rsp));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9238
fcp_validate_fcp_response(struct fcp_rsp *rsp, struct fcp_port *pptr)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9266
(FCP_MAX_RSP_IU_SIZE - sizeof (struct fcp_rsp)))) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9272
sizeof (struct fcp_rsp))) {
usr/src/uts/common/sys/fibre-channel/ulp/fcp.h
341
fcp_rsp
usr/src/uts/sun/sys/scsi/adapters/sfvar.h
278
struct fcp_rsp *cmd_rsp_block;