Searched refs:no_snoop_bits (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h202 * @no_snoop_bits: If non-zero, specifies no-snoop PCI operation,
233 int no_snoop_bits; member in struct:xge_hal_fifo_queue_t
346 * @no_snoop_bits: If non-zero, specifies no-snoop PCI operation,
402 int no_snoop_bits; member in struct:xge_hal_ring_queue_t
H A Dxgehal-fifo.h140 * @no_snoop_bits: See xge_hal_fifo_config_t{}.
159 int no_snoop_bits; member in struct:xge_hal_fifo_t
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo.c200 fifo->no_snoop_bits =
201 (int)(XGE_HAL_TX_FIFO_NO_SNOOP(queue->no_snoop_bits));
H A Dxgehal-ring.c429 /* Beware: no snoop by the bridge if (no_snoop_bits) */
430 val64 |= XGE_HAL_PRC_CTRL_NO_SNOOP(queue->no_snoop_bits);
H A Dxgehal-mgmtaux.c1647 xge_os_strlcpy(dest_addr, "no_snoop_bits", dest_size);
1648 __HAL_AUX_ENTRY(key, ring->no_snoop_bits, "%u");
1732 xge_os_strlcpy(dest_addr, "no_snoop_bits", dest_size);
1733 __HAL_AUX_ENTRY(key, fifo->no_snoop_bits, "%u");
H A Dxgehal-fifo-fp.c84 ctrl |= fifo->no_snoop_bits;
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c286 device_config->ring.queue[index].no_snoop_bits = 1;
433 device_config->fifo.queue[index].no_snoop_bits = 1;

Completed in 57 milliseconds