Searched refs:txd_size (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/tehuti/ |
D | tn40.h | 129 u8 txd_size; member
|
D | tehuti.c | 1531 if (bdx_fifo_init(priv, &priv->txd_fifo0.m, priv->txd_size, in bdx_tx_init() 1542 if (bdx_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size))) in bdx_tx_init() 2007 priv->txd_size = 2; in bdx_probe() 2254 ring->tx_pending = bdx_tx_fifo_size_to_packets(priv->txd_size); in bdx_get_ringparam() 2289 (tx_size == priv->txd_size)) in bdx_set_ringparam() 2298 priv->txf_size = priv->txd_size = tx_size; in bdx_set_ringparam()
|
D | tehuti.h | 274 u8 txd_size; member
|
D | tn40.c | 650 ret = tn40_fifo_alloc(priv, &priv->txd_fifo0.m, priv->txd_size, in tn40_create_tx_ring() 665 ret = tn40_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size)); in tn40_create_tx_ring() 1743 priv->txd_size = 3; in tn40_probe()
|
/linux-6.12.1/drivers/net/ethernet/mediatek/ |
D | mtk_wed.c | 698 u32 txd_size; in mtk_wed_tx_buffer_alloc() local 700 txd_size = dev->wlan.init_buf(buf, buf_phys, in mtk_wed_tx_buffer_alloc() 702 desc->buf1 = cpu_to_le32(buf_phys + txd_size); in mtk_wed_tx_buffer_alloc() 703 ctrl = FIELD_PREP(MTK_WDMA_DESC_CTRL_LEN0, txd_size); in mtk_wed_tx_buffer_alloc() 707 MTK_WED_BUF_SIZE - txd_size); in mtk_wed_tx_buffer_alloc() 711 MTK_WED_BUF_SIZE - txd_size); in mtk_wed_tx_buffer_alloc()
|
D | mtk_eth_soc.c | 1211 void *txd, u32 txd_size) in mtk_desc_to_tx_buf() argument 1213 int idx = (txd - ring->dma) / txd_size; in mtk_desc_to_tx_buf() 1224 static int txd_to_idx(struct mtk_tx_ring *ring, void *dma, u32 txd_size) in txd_to_idx() argument 1226 return (dma - ring->dma) / txd_size; in txd_to_idx()
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_hw.h | 65 u8 txd_size; member
|
D | aq_ring.c | 172 self->dx_size = aq_nic_cfg->aq_hw_caps->txd_size; in aq_ring_tx_alloc()
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
D | hw_atl2.c | 34 .txd_size = HW_ATL2_TXD_SIZE, \
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_a0.c | 31 .txd_size = HW_ATL_A0_TXD_SIZE, \
|
D | hw_atl_b0.c | 33 .txd_size = HW_ATL_B0_TXD_SIZE, \
|