Home
last modified time | relevance | path

Searched refs:mode32 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c254 tx_addr_md_t mode32; in npi_txdma_mode32_set() local
256 mode32.value = 0; in npi_txdma_mode32_set()
258 mode32.bits.ldw.mode32 = 1; in npi_txdma_mode32_set()
260 mode32.bits.ldw.mode32 = 0; in npi_txdma_mode32_set()
262 NXGE_REG_WR64(handle, TX_ADDR_MD_REG, mode32.value); in npi_txdma_mode32_set()
H A Dnpi_rxdma.c1303 md_reg.bits.ldw.mode32 = 1; in npi_rxdma_cfg_32bitmode_enable()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma_hw.h80 uint32_t mode32:1; member
82 uint32_t mode32:1;
H A Dnxge_rxdma.h397 boolean_t mode32; member
H A Dnxge_common.h462 boolean_t mode32; member
H A Dnxge_rxdma_hw.h144 uint32_t mode32:1; member
146 uint32_t mode32:1;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c219 int mode32 = 0; in vhci_mpapi_validate() local
222 mode32 = 1; in vhci_mpapi_validate()
463 if (mode32 == 1) { in vhci_mpapi_validate()