Searched refs:rx_fifo_size (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-drv.c | 169 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 D | xgbe-i2c.c | 359 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 D | xgbe.h | 685 unsigned int rx_fifo_size; member 973 unsigned int rx_fifo_size; /* MTL Receive FIFO Size */ member
|
H A D | xgbe-dev.c | 1844 pdata->hw_feat.rx_fifo_size)); in xgbe_get_rx_fifo_size()
|
H A D | if_axgbe_pci.c | 1429 pdata->rx_max_fifo_size = pdata->hw_feat.rx_fifo_size; in axgbe_if_attach_post()
|
/freebsd/sys/dev/iicbus/controller/qcom/ |
H A D | geni_iic_var.h | 54 unsigned rx_fifo_size; member
|
H A D | geni_iic.c | 264 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 D | connection.h | 69 uint32_t rx_fifo_size,
|
/freebsd/sys/contrib/vchiq/interface/vchi/ |
H A D | vchi.h | 130 uint32_t rx_fifo_size; member
|