Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fc4/
H A Dfcp.h89 typedef struct fcp_ent_addr { struct
107 fcp_ent_addr_t fcp_ent_addr; /* entity address */ argument
/titanic_41/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
/titanic_41/usr/src/uts/common/avs/ns/
H A Dcontract.h454 typedef struct fcp_ent_addr { struct
462 fcp_ent_addr_t fcp_ent_addr; argument
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2596 fcmd->fcp_ent_addr.ent_addr_0 = in fcp_send_scsi_ioctl()
2598 fcmd->fcp_ent_addr.ent_addr_1 = in fcp_send_scsi_ioctl()
2600 fcmd->fcp_ent_addr.ent_addr_2 = in fcp_send_scsi_ioctl()
2602 fcmd->fcp_ent_addr.ent_addr_3 = in fcp_send_scsi_ioctl()
6576 bcopy(&(plun->lun_addr), &(fcmd->fcp_ent_addr), FCP_LUN_SIZE); in fcp_send_scsi()
14214 fcmd->fcp_ent_addr = plun->lun_addr; in fcp_prepare_pkt()
16267 fcmd->fcp_ent_addr = plun->lun_addr; in fcp_pseudo_start()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1544 (caddr_t)&cmd->cmd_block->fcp_ent_addr, in sf_scsi_init_pkt()
3891 bcopy((caddr_t)&target->sft_lun.b, (caddr_t)&inq->fcp_ent_addr, in sf_do_inquiry()
5272 (caddr_t)&fcmd->fcp_ent_addr, in sf_prepare_pkt()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7004 lun = CHAR_TO_SHORT(lobyte(sp->fcp->fcp_ent_addr.ent_addr_0), in ql_fcp_scsi_cmd()
7005 hibyte(sp->fcp->fcp_ent_addr.ent_addr_0)); in ql_fcp_scsi_cmd()
7108 lun = CHAR_TO_SHORT(lobyte(sp->fcp->fcp_ent_addr.ent_addr_0), in ql_task_mgmt()
7109 hibyte(sp->fcp->fcp_ent_addr.ent_addr_0)); in ql_task_mgmt()