Searched defs:mode32 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c260 tx_addr_md_t mode32; local
262 mode32.value = 0;
264 mode32.bits.ldw.mode32 = 1;
266 mode32.bits.ldw.mode32 = 0;
268 NXGE_REG_WR64(handle, TX_ADDR_MD_REG, mode32.value);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c217 int mode32 = 0; local
220 mode32 = 1;
248 if (mode32 == 1) {
286 if (mode32 == 1) {
308 if (mode32 == 1) {
384 if (mode32 == 1) {
477 if (mode32 == 1) {
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h462 boolean_t mode32; member in struct:nxge_common
H A Dnxge_rxdma.h397 boolean_t mode32; member in struct:_rxdma_globals
H A Dnxge_txdma_hw.h82 uint32_t mode32:1; member in struct:_tx_addr_md_t::__anon8709::__anon8710
84 uint32_t mode32:1;
H A Dnxge_rxdma_hw.h144 uint32_t mode32:1; member in struct:_rx_addr_md_t::__anon8516::__anon8517
146 uint32_t mode32:1;

Completed in 99 milliseconds