Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1634 uint8_t *portwidth; in mptsas_sasportpage_0_cb() local
1645 portwidth = va_arg(ap, uint8_t *); in mptsas_sasportpage_0_cb()
1654 *portwidth = ddi_get8(accessp, &sasportpage->PortWidth); in mptsas_sasportpage_0_cb()
1664 uint64_t *sas_wwn, uint8_t *portwidth) in mptsas_get_sas_port_page0() argument
1677 mptsas_sasportpage_0_cb, sas_wwn, portwidth); in mptsas_get_sas_port_page0()
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h1372 uint64_t *sas_wwn, uint8_t *portwidth);