Home
last modified time | relevance | path

Searched refs:FCP_LUN_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h99 #define FCP_LUN_SIZE 8 macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h129 #define FCP_LUN_SIZE 8 macro
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h211 uchar_t b[FCP_LUN_SIZE];
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1878 FCP_LUN_SIZE); in fcp_get_target_mappings()
6581 bcopy(&(plun->lun_addr), &(fcmd->fcp_ent_addr), FCP_LUN_SIZE); in fcp_send_scsi()
7617 nluns_bufmax = (fpkt->pkt_datalen - FCP_LUN_HEADER) / FCP_LUN_SIZE; in fcp_handle_reportlun()
7669 FCP_LUN_HEADER + (nluns_claimed * FCP_LUN_SIZE), in fcp_handle_reportlun()
12663 bcopy(&plun->lun_addr, &sam_lun, FCP_LUN_SIZE); in fcp_create_dip()
12883 bcopy(&plun->lun_addr, &sam_lun, FCP_LUN_SIZE); in fcp_create_pip()