Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fc4/
H A Dfcp.h101 #define FCP_LUN_SIZE 8 macro
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h129 #define FCP_LUN_SIZE 8 macro
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h211 uchar_t b[FCP_LUN_SIZE];
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1545 FCP_LUN_SIZE); in sf_scsi_init_pkt()
3637 ptr->lun_list_len = FCP_LUN_SIZE; in sf_reportlun_callback()
3892 FCP_LUN_SIZE); in sf_do_inquiry()
5273 FCP_LUN_SIZE); in sf_prepare_pkt()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1874 FCP_LUN_SIZE); in fcp_get_target_mappings()
6576 bcopy(&(plun->lun_addr), &(fcmd->fcp_ent_addr), FCP_LUN_SIZE); in fcp_send_scsi()
7612 nluns_bufmax = (fpkt->pkt_datalen - FCP_LUN_HEADER) / FCP_LUN_SIZE; in fcp_handle_reportlun()
7664 FCP_LUN_HEADER + (nluns_claimed * FCP_LUN_SIZE), in fcp_handle_reportlun()
12675 bcopy(&plun->lun_addr, &sam_lun, FCP_LUN_SIZE); in fcp_create_dip()
12895 bcopy(&plun->lun_addr, &sam_lun, FCP_LUN_SIZE); in fcp_create_pip()