Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c595.c232 register short rx_fifo; in t595_poll() local
259 rx_fifo = status & RX_BYTES_MASK; in t595_poll()
260 if (rx_fifo==0) in t595_poll()
267 printf("[l=%d",rx_fifo); in t595_poll()
270 if(rx_fifo & 1) in t595_poll()
272 nic->packetlen=rx_fifo; in t595_poll()
279 rx_fifo = status & RX_BYTES_MASK; in t595_poll()
281 if(rx_fifo>0) { in t595_poll()
283 if(rx_fifo & 1) in t595_poll()
285 nic->packetlen+=rx_fifo; in t595_poll()
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c1151 nge_rx_fifo_wm rx_fifo; in nge_chip_start() local
1253 rx_fifo.wm_val = nge_reg_get32(ngep, NGE_RX_FIFO_WM); in nge_chip_start()
1254 rx_fifo.wm_bits.data_hwm = ngep->rx_datahwm; in nge_chip_start()
1255 rx_fifo.wm_bits.prd_lwm = ngep->rx_prdlwm; in nge_chip_start()
1256 rx_fifo.wm_bits.prd_hwm = ngep->rx_prdhwm; in nge_chip_start()
1257 nge_reg_put32(ngep, NGE_RX_FIFO_WM, rx_fifo.wm_val); in nge_chip_start()