Home
last modified time | relevance | path

Searched refs:rx_fifo_size (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-drv.c169 hw_feat->rx_fifo_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in xgbe_get_all_hw_features()
234 hw_feat->rx_fifo_size = 1 << (hw_feat->rx_fifo_size + 7); in xgbe_get_all_hw_features()
237 hw_feat->tx_fifo_size, hw_feat->rx_fifo_size); in xgbe_get_all_hw_features()
275 hw_feat->rx_fifo_size); in xgbe_get_all_hw_features()
H A Dxgbe-i2c.c359 i2c->rx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features()
366 "RX_BUFFER_DEPTH", i2c->rx_fifo_size, in xgbe_i2c_get_features()
H A Dxgbe.h685 unsigned int rx_fifo_size; member
973 unsigned int rx_fifo_size; /* MTL Receive FIFO Size */ member
H A Dxgbe-dev.c1844 pdata->hw_feat.rx_fifo_size)); in xgbe_get_rx_fifo_size()
H A Dif_axgbe_pci.c1429 pdata->rx_max_fifo_size = pdata->hw_feat.rx_fifo_size; in axgbe_if_attach_post()
/freebsd/sys/dev/iicbus/controller/qcom/
H A Dgeni_iic_var.h54 unsigned rx_fifo_size; member
H A Dgeni_iic.c264 WR(sc, GENI_RX_WATERMARK_REG, sc->rx_fifo_size - 4); in geniiic_read()
522 sc->rx_fifo_size = (RD(sc, GENI_HW_PARAM_1) >> 16) & 0x3f; in geniiic_attach()
523 device_printf(sc->dev, " RX fifo size= 0x%x\n", sc->rx_fifo_size); in geniiic_attach()
/freebsd/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h69 uint32_t rx_fifo_size,
/freebsd/sys/contrib/vchiq/interface/vchi/
H A Dvchi.h130 uint32_t rx_fifo_size; member