Home
last modified time | relevance | path

Searched refs:tx_ring_size (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c131 .tx_ring_size = DP_TCL_DATA_RING_SIZE,
213 .tx_ring_size = DP_TCL_DATA_RING_SIZE,
298 .tx_ring_size = DP_TCL_DATA_RING_SIZE,
380 .tx_ring_size = DP_TCL_DATA_RING_SIZE,
465 .tx_ring_size = DP_TCL_DATA_RING_SIZE,
548 .tx_ring_size = DP_TCL_DATA_RING_SIZE,
629 .tx_ring_size = DP_TCL_DATA_RING_SIZE_WCN6750,
710 .tx_ring_size = DP_TCL_DATA_RING_SIZE,
H A Dhw.h230 u32 tx_ring_size; member
H A Ddp.c409 ab->hw_params.tx_ring_size); in ath11k_dp_srng_common_setup()
/freebsd/sys/dev/gve/
H A Dgve_adminq.h277 __be16 tx_ring_size; member
H A Dgve_adminq.c277 .tx_ring_size = htobe16(priv->tx_desc_cnt), in gve_adminq_create_tx_queue()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c93 params->prof[i].tx_ring_size = MLX4_EN_DEF_TX_RING_SIZE; in mlx4_en_get_profile()
H A Dmlx4_en_netdev.c1714 prof->tx_ring_size, i, TX, node)) in mlx4_en_alloc_resources()
1718 prof->tx_ring_size, TXBB_SIZE, node, i)) in mlx4_en_alloc_resources()
2160 if_setsendqlen(dev, prof->tx_ring_size); in mlx4_en_init_netdev()
2375 priv->prof->tx_ring_size = tx_size; in mlx4_en_set_ring_size()
2403 priv->prof->tx_ring_size); in mlx4_en_set_rx_ring_size()
2414 size = priv->prof->tx_ring_size; in mlx4_en_set_tx_ring_size()
H A Den.h430 u32 tx_ring_size; member
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c1256 uint32_t i, j, size, tx_ring_size; in ql_alloc_dma() local
1270 tx_ring_size = (sizeof(q80_tx_cmd_t) * NUM_TX_DESCRIPTORS); in ql_alloc_dma()
1271 size = (tx_ring_size * ha->hw.num_tx_rings); in ql_alloc_dma()
1290 vaddr += tx_ring_size; in ql_alloc_dma()
1291 paddr += tx_ring_size; in ql_alloc_dma()
/freebsd/sys/dev/oce/
H A Doce_if.h856 uint32_t tx_ring_size; member
H A Doce_queue.c95 sc->wq[i] = oce_wq_init(sc, sc->tx_ring_size, in oce_queue_init_all()
H A Doce_if.c308 sc->tx_ring_size = OCE_TX_RING_SIZE; in oce_attach()
/freebsd/sys/dev/mxge/
H A Dif_mxge.c3334 int tx_ring_size; in mxge_alloc_rings() local
3340 tx_ring_size = cmd.data0; in mxge_alloc_rings()
3346 tx_ring_entries = tx_ring_size / sizeof (mcp_kreq_ether_send_t); in mxge_alloc_rings()
/freebsd/sys/dev/bxe/
H A Dbxe.h1478 int tx_ring_size; member
H A Dbxe.c2635 return (int16_t)(sc->tx_ring_size) - used; in bxe_tx_avail()
7696 ether_stat->txq_size = sc->tx_ring_size; in bxe_drv_info_ether_stat()
13026 if_setsendqlen(ifp, sc->tx_ring_size); in bxe_init_ifnet()
14559 sc->tx_ring_size = TX_BD_USABLE; in bxe_get_params()