Home
last modified time | relevance | path

Searched refs:address64 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3984 dmap->addr.address64.Low = (uint32_t) in mptsas_scsi_init_pkt()
3986 dmap->addr.address64.High = (uint32_t) in mptsas_scsi_init_pkt()
4018 dmap->addr.address64.Low = (uint32_t) in mptsas_scsi_init_pkt()
4020 dmap->addr.address64.High = (uint32_t) in mptsas_scsi_init_pkt()
4387 &sge->Address.Low, dmap->addr.address64.Low); in mptsas_sge_mainframe()
4389 &sge->Address.High, dmap->addr.address64.High); in mptsas_sge_mainframe()
4661 dmap->addr.address64.Low); in mptsas_sge_chain()
4664 dmap->addr.address64.High); in mptsas_sge_chain()
4736 &ieeesge->Address.Low, dmap->addr.address64.Low); in mptsas_ieee_sge_mainframe()
4738 &ieeesge->Address.High, dmap->addr.address64.High); in mptsas_ieee_sge_mainframe()
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h170 } address64; /* 64 bit address */ member