Home
last modified time | relevance | path

Searched refs:tx_fifo_size (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-drv.c171 hw_feat->tx_fifo_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in xgbe_get_all_hw_features()
235 hw_feat->tx_fifo_size = 1 << (hw_feat->tx_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()
277 hw_feat->tx_fifo_size); in xgbe_get_all_hw_features()
H A Dxgbe-i2c.c226 tx_slots = pdata->i2c.tx_fifo_size - XI2C_IOREAD(pdata, IC_TXFLR); in xgbe_i2c_write()
361 i2c->tx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features()
367 "TX_BUFFER_DEPTH", i2c->tx_fifo_size); in xgbe_i2c_get_features()
H A Dxgbe.h686 unsigned int tx_fifo_size; member
974 unsigned int tx_fifo_size; /* MTL Transmit FIFO Size */ member
H A Dxgbe-dev.c1837 pdata->hw_feat.tx_fifo_size)); in xgbe_get_tx_fifo_size()
H A Dif_axgbe_pci.c1444 pdata->tx_max_fifo_size = pdata->hw_feat.tx_fifo_size; in axgbe_if_attach_post()
/freebsd/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h70 uint32_t tx_fifo_size,
/freebsd/sys/contrib/vchiq/interface/vchi/
H A Dvchi.h131 uint32_t tx_fifo_size; member