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

/illumos-gate/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 */ member in struct:fcp_cmd
/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 */ member in struct:fcp_cmd
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h454 typedef struct fcp_ent_addr { struct
462 fcp_ent_addr_t fcp_ent_addr; member in struct:fcp_cmd_s
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1069 * fcp_ent_addr
1071 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_0,
1074 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_1,
1077 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_2,
1080 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_3,
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2596 fcmd->fcp_ent_addr.ent_addr_0 =
2598 fcmd->fcp_ent_addr.ent_addr_1 =
2600 fcmd->fcp_ent_addr.ent_addr_2 =
2602 fcmd->fcp_ent_addr.ent_addr_3 =
6576 bcopy(&(plun->lun_addr), &(fcmd->fcp_ent_addr), FCP_LUN_SIZE);
14200 fcmd->fcp_ent_addr = plun->lun_addr;
16259 fcmd->fcp_ent_addr = plun->lun_addr;
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1542 (caddr_t)&cmd->cmd_block->fcp_ent_addr,
3889 bcopy((caddr_t)&target->sft_lun.b, (caddr_t)&inq->fcp_ent_addr,
5270 (caddr_t)&fcmd->fcp_ent_addr,
/illumos-gate/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),
7005 hibyte(sp->fcp->fcp_ent_addr.ent_addr_0));
7108 lun = CHAR_TO_SHORT(lobyte(sp->fcp->fcp_ent_addr.ent_addr_0),
7109 hibyte(sp->fcp->fcp_ent_addr.ent_addr_0));

Completed in 114 milliseconds