Searched refs:tx_desc_cnt (Results 1 – 10 of 10) sorted by relevance
44 ATL1E_PARAM(tx_desc_cnt, "Transmit description count");191 val = tx_desc_cnt[bd]; in atl1e_check_options()
145 ring->tx_pending = adpt->tx_desc_cnt; in emac_get_ringparam()161 adpt->tx_desc_cnt = in emac_set_ringparam()
343 unsigned int tx_desc_cnt; member
405 adpt->tx_desc_cnt = EMAC_DEF_TX_DESCS; in emac_init_adapter()
753 unsigned int num_tx_descs = adpt->tx_desc_cnt; in emac_mac_rx_tx_rings_alloc_all()757 adpt->tx_q.tpd.count = adpt->tx_desc_cnt; in emac_mac_rx_tx_rings_alloc_all()
536 comp_ring_size = priv->tx_desc_cnt; in gve_adminq_create_tx_queue()540 cpu_to_be16(priv->tx_desc_cnt); in gve_adminq_create_tx_queue()699 priv->tx_desc_cnt = be16_to_cpu(descriptor->tx_queue_entries); in gve_set_desc_cnt()700 if (priv->tx_desc_cnt * sizeof(priv->tx->desc[0]) < PAGE_SIZE) { in gve_set_desc_cnt()702 priv->tx_desc_cnt); in gve_set_desc_cnt()720 priv->tx_desc_cnt = be16_to_cpu(descriptor->tx_queue_entries); in gve_set_desc_cnt_dqo()
480 cmd->tx_max_pending = priv->tx_desc_cnt; in gve_get_ringparam()482 cmd->tx_pending = priv->tx_desc_cnt; in gve_get_ringparam()
210 gve_clean_tx_done(priv, tx, priv->tx_desc_cnt, false); in gve_tx_free_ring()213 gve_clean_xdp_done(priv, tx, priv->tx_desc_cnt); in gve_tx_free_ring()240 u32 slots = priv->tx_desc_cnt; in gve_tx_alloc_ring()
647 u16 tx_desc_cnt; /* num desc per ring */ member
271 tx->mask = priv->tx_desc_cnt - 1; in gve_tx_alloc_ring_dqo()