Home
last modified time | relevance | path

Searched refs:fcp_ent_addr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c697 fcp_ent_addr_t *fcp_ent_addr; in ql_command_24xx_iocb() local
841 fcp_ent_addr_t *fcp_ent_addr; in ql_cmd_24xx_type_6_iocb() local
852 lobyte(fcp_ent_addr->ent_addr_0); in ql_cmd_24xx_type_6_iocb()
854 hibyte(fcp_ent_addr->ent_addr_0); in ql_cmd_24xx_type_6_iocb()
856 lobyte(fcp_ent_addr->ent_addr_1); in ql_cmd_24xx_type_6_iocb()
858 hibyte(fcp_ent_addr->ent_addr_1); in ql_cmd_24xx_type_6_iocb()
860 lobyte(fcp_ent_addr->ent_addr_2); in ql_cmd_24xx_type_6_iocb()
862 hibyte(fcp_ent_addr->ent_addr_2); in ql_cmd_24xx_type_6_iocb()
864 lobyte(fcp_ent_addr->ent_addr_3); in ql_cmd_24xx_type_6_iocb()
866 hibyte(fcp_ent_addr->ent_addr_3); in ql_cmd_24xx_type_6_iocb()
[all …]
H A Dql_xioctl.c2311 fcp_ent_addr_t *fcp_ent_addr = 0; in ql_scsi_passthru() local
2321 lobyte(fcp_ent_addr->ent_addr_0); in ql_scsi_passthru()
2323 hibyte(fcp_ent_addr->ent_addr_0); in ql_scsi_passthru()
2325 lobyte(fcp_ent_addr->ent_addr_1); in ql_scsi_passthru()
2327 hibyte(fcp_ent_addr->ent_addr_1); in ql_scsi_passthru()
2329 lobyte(fcp_ent_addr->ent_addr_2); in ql_scsi_passthru()
2331 hibyte(fcp_ent_addr->ent_addr_2); in ql_scsi_passthru()
2333 lobyte(fcp_ent_addr->ent_addr_3); in ql_scsi_passthru()
2335 hibyte(fcp_ent_addr->ent_addr_3); in ql_scsi_passthru()
4510 lobyte(fcp_ent_addr->ent_addr_0); in ql_inq()
[all …]
H A Dql_mbx.c1345 fcp_ent_addr_t *fcp_ent_addr; in ql_task_mgmt_iocb() local
1363 fcp_ent_addr = (fcp_ent_addr_t *)&lun_addr; in ql_task_mgmt_iocb()
1364 pkt->mgmt.fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0); in ql_task_mgmt_iocb()
1365 pkt->mgmt.fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0); in ql_task_mgmt_iocb()
1366 pkt->mgmt.fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1); in ql_task_mgmt_iocb()
1367 pkt->mgmt.fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1); in ql_task_mgmt_iocb()
1368 pkt->mgmt.fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2); in ql_task_mgmt_iocb()
1369 pkt->mgmt.fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2); in ql_task_mgmt_iocb()
1370 pkt->mgmt.fcp_lun[4] = lobyte(fcp_ent_addr->ent_addr_3); in ql_task_mgmt_iocb()
1371 pkt->mgmt.fcp_lun[5] = hibyte(fcp_ent_addr->ent_addr_3); in ql_task_mgmt_iocb()
H A Dql_api.c7307 fcp_ent_addr_t *fcp_ent_addr = (fcp_ent_addr_t *)&lun_addr; in ql_lun_queue() local
7329 if (fcp_ent_addr->ent_addr_1 != 0 || fcp_ent_addr->ent_addr_2 != 0 || in ql_lun_queue()
7330 fcp_ent_addr->ent_addr_3 != 0) { in ql_lun_queue()
7334 lun_no_tmp = CHAR_TO_SHORT(lobyte(fcp_ent_addr->ent_addr_0), in ql_lun_queue()
7335 hibyte(fcp_ent_addr->ent_addr_0)); in ql_lun_queue()
7386 uint64_t fcp_ent_addr = 0; in ql_fcp_scsi_cmd() local
7398 fcp_ent_addr = *(uint64_t *)(&sp->fcp->fcp_ent_addr); in ql_fcp_scsi_cmd()
7400 (sp->lun_queue = ql_lun_queue(ha, tq, fcp_ent_addr)) != NULL) { in ql_fcp_scsi_cmd()
19723 fcp_ent_addr_t *fcp_ent_addr = (fcp_ent_addr_t *)&lun_addr; in ql_get_lun_addr() local
19738 fcp_ent_addr->ent_addr_0 = CHAR_TO_SHORT(lobyte(lun), in ql_get_lun_addr()
[all …]
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h87 typedef struct fcp_ent_addr { struct
105 fcp_ent_addr_t fcp_ent_addr; /* entity address */ argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h118 typedef struct fcp_ent_addr { struct
136 fcp_ent_addr_t fcp_ent_addr; /* entity address */ argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1071 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_0, in fcoei_initiate_fcp_cmd()
1074 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_1, in fcoei_initiate_fcp_cmd()
1077 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_2, in fcoei_initiate_fcp_cmd()
1080 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_3, in fcoei_initiate_fcp_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2600 fcmd->fcp_ent_addr.ent_addr_0 = in fcp_send_scsi_ioctl()
2602 fcmd->fcp_ent_addr.ent_addr_1 = in fcp_send_scsi_ioctl()
2604 fcmd->fcp_ent_addr.ent_addr_2 = in fcp_send_scsi_ioctl()
2606 fcmd->fcp_ent_addr.ent_addr_3 = in fcp_send_scsi_ioctl()
6581 bcopy(&(plun->lun_addr), &(fcmd->fcp_ent_addr), FCP_LUN_SIZE); in fcp_send_scsi()
14201 fcmd->fcp_ent_addr = plun->lun_addr; in fcp_prepare_pkt()
16260 fcmd->fcp_ent_addr = plun->lun_addr; in fcp_pseudo_start()