Searched refs:MAX (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_nic.c | 222 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 D | siena_mac.c | 72 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 D | ef10_nic.c | 2331 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 D | siena_phy.c | 247 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 D | efx_mcdi.h | 573 MAX(MAX(_in_len, _out_len), (2 * sizeof (efx_dword_t))),\
|
| H A D | efx_mac.c | 691 low = MAX((unsigned int)rngp->first, el_min); in efx_mac_stats_mask_add_range()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 52 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 D | efsys.h | 87 #ifndef MAX 88 #define MAX(v1, v2) ((v1) > (v2) ? (v1) : (v2)) macro
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 129 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 D | sfc_rx.c | 1009 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 D | hns3.rst | 61 Number of MAX queues reserved for PF.
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 190 sc->num_queues = MAX(dev->data->nb_rx_queues, dev->data->nb_tx_queues); in bnx2x_dev_configure()
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 121 #define MBUF_TABLE_SIZE (2 * MAX(MAX_PKT_BURST, MAX_PACKET_FRAG))
|