Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Drhead_nic.c222 MIN(128, MAX(encp->enc_rxq_limit, encp->enc_txq_limit)); in rhead_nic_probe()
287 MAX(min_evq_count, MAX(min_rxq_count, min_txq_count)); in rhead_nic_set_drv_limits()
294 MAX(max_evq_count, MAX(max_rxq_count, max_txq_count)); in rhead_nic_set_drv_limits()
H A Dsiena_mac.c72 MAX(MC_CMD_SET_MAC_IN_LEN, MC_CMD_SET_MCAST_HASH_IN_LEN), in siena_mac_reconfigure()
73 MAX(MC_CMD_SET_MAC_OUT_LEN, MC_CMD_SET_MCAST_HASH_OUT_LEN)); in siena_mac_reconfigure()
H A Def10_nic.c2331 MIN(128, MAX(encp->enc_rxq_limit, encp->enc_txq_limit)); in ef10_nic_probe()
2405 MAX(min_evq_count, MAX(min_rxq_count, min_txq_count)); in ef10_nic_set_drv_limits()
2412 MAX(max_evq_count, MAX(max_rxq_count, max_txq_count)); in ef10_nic_set_drv_limits()
2429 MAX(edlp->edl_min_pio_alloc_size, in ef10_nic_set_drv_limits()
H A Dsiena_phy.c247 MAX(MC_CMD_SET_ID_LED_IN_LEN, MC_CMD_SET_LINK_IN_LEN), in siena_phy_reconfigure()
248 MAX(MC_CMD_SET_ID_LED_OUT_LEN, MC_CMD_SET_LINK_OUT_LEN)); in siena_phy_reconfigure()
H A Defx_mcdi.h573 MAX(MAX(_in_len, _out_len), (2 * sizeof (efx_dword_t))),\
H A Defx_mac.c691 low = MAX((unsigned int)rngp->first, el_min); in efx_mac_stats_mask_add_range()
/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst52 samples in DPDK that enum/define terminated with a ``.*MAX.*`` value which is
54 ``.*MAX.*`` value. So extending this enum/define increases the ``.*MAX.*``
63 One solution can be using a fixed size array instead of ``.*MAX.*`` value.
/dpdk/drivers/common/sfc_efx/
H A Defsys.h87 #ifndef MAX
88 #define MAX(v1, v2) ((v1) > (v2) ? (v1) : (v2)) macro
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst129 Ports are specified as a range of 16-bit numbers in the format MIN:MAX,
130 where MIN and MAX are the inclusive minimum and maximum values of the range.
132 When MIN and MAX are the same value, a single port is represented, for example, 20:20.
/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1009 const uint32_t nic_align_start = MAX(1, encp->enc_rx_buf_align_start); in sfc_rx_mb_pool_buf_size()
1010 const uint32_t nic_align_end = MAX(1, encp->enc_rx_buf_align_end); in sfc_rx_mb_pool_buf_size()
/dpdk/doc/guides/nics/
H A Dhns3.rst61 Number of MAX queues reserved for PF.
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c190 sc->num_queues = MAX(dev->data->nb_rx_queues, dev->data->nb_tx_queues); in bnx2x_dev_configure()
/dpdk/examples/ip_fragmentation/
H A Dmain.c121 #define MBUF_TABLE_SIZE (2 * MAX(MAX_PKT_BURST, MAX_PACKET_FRAG))