Home
last modified time | relevance | path

Searched refs:FCP_CP_IN (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2811 FCP_CP_IN(fpkt->pkt_data, in fcp_send_scsi_ioctl()
2878 FCP_CP_IN(fpkt->pkt_data, report_lun, fpkt->pkt_data_acc, in fcp_is_reconfig_needed()
6218 FCP_CP_IN(fpkt->pkt_resp, &resp, fpkt->pkt_resp_acc, sizeof (resp)); in fcp_icmd_callback()
6221 FCP_CP_IN(fpkt->pkt_cmd, &prli_s, fpkt->pkt_cmd_acc, in fcp_icmd_callback()
6282 FCP_CP_IN(fpkt->pkt_resp, prli, fpkt->pkt_resp_acc, in fcp_icmd_callback()
6716 FCP_CP_IN(fpkt->pkt_resp, &new_resp, in fcp_check_reportlun()
6758 FCP_CP_IN(fpkt->pkt_resp + sizeof (struct fcp_rsp) + in fcp_check_reportlun()
6779 FCP_CP_IN(fpkt->pkt_resp, &new_resp, in fcp_check_reportlun()
6809 FCP_CP_IN(fpkt->pkt_resp, &new_resp, in fcp_check_reportlun()
6913 FCP_CP_IN(fpkt->pkt_resp, rsp, fpkt->pkt_resp_acc, in fcp_scsi_callback()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1377 #define FCP_CP_IN(s, d, handle, len) \ macro