Home
last modified time | relevance | path

Searched refs:rx_fifo_size (Results 1 – 7 of 7) 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.c1845 pdata->hw_feat.rx_fifo_size)); in xgbe_get_rx_fifo_size()
H A Dif_axgbe_pci.c1446 pdata->rx_max_fifo_size = pdata->hw_feat.rx_fifo_size; in axgbe_if_attach_post()
/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