Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 85) sorted by relevance

1234

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82598.c83 u16 *max, u8 *tsa) in ixgbe_dcb_config_rx_arbiter_82598()
141 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_desc_arbiter_82598()
188 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_data_arbiter_82598()
321 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb.c22 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits()
204 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max_cee()
431 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local
471 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local
512 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local
617 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local
677 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, in ixgbe_dcb_hw_config()
H A Dixgbe_dcb_82599.c92 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_rx_arbiter_82599()
154 u16 *max, u8 *bwg_id, u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82599()
203 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_tx_data_arbiter_82599()
567 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.c22 u16 *max, u8 *bwg_id, u8 *tsa, in txgbe_dcb_config_rx_arbiter_raptor()
85 u16 *max, u8 *bwg_id, u8 *tsa) in txgbe_dcb_config_tx_desc_arbiter_raptor()
132 u16 *max, u8 *bwg_id, u8 *tsa, in txgbe_dcb_config_tx_data_arbiter_raptor()
/dpdk/lib/ring/
H A Drte_ring_generic_pvt.h61 unsigned int max = n; in __rte_ring_move_prod_head() local
130 unsigned int max = n; in __rte_ring_move_cons_head() local
H A Drte_ring_c11_pvt.h61 unsigned int max = n; in __rte_ring_move_prod_head() local
135 unsigned int max = n; in __rte_ring_move_cons_head() local
H A Drte_ring_rts_elem_pvt.h56 uint32_t max; in __rte_ring_rts_head_wait() local
/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.h16 int max; /**< Maximum number of entries */ member
H A Ddpool.c98 uint32_t max; in dpool_defrag() local
/dpdk/examples/vm_power_manager/guest_cli/
H A Dparse.c25 unsigned int min, max; in parse_set() local
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c180 mlx5_vdpa_timer_sleep(struct mlx5_vdpa_priv *priv, uint32_t max) in mlx5_vdpa_timer_sleep()
223 uint32_t max = 0; in mlx5_vdpa_queues_complete() local
260 uint32_t max; in mlx5_vdpa_event_handle() local
/dpdk/examples/vm_power_manager/
H A Dparse.c24 unsigned int min, max; in parse_set() local
/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_rxtx.h34 otx_ep_incr_index(uint32_t index, uint32_t count, uint32_t max) in otx_ep_incr_index()
/dpdk/app/test/
H A Dtest_memory.c38 size_t i, max = ms->len; in check_mem() local
H A Dtest_lcores.c123 unsigned int max; member
H A Dtest_common.c220 const uint32_t max = 0x10000; in test_log2() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_aso.c356 uint16_t max; in mlx5_aso_sq_enqueue_burst() local
535 const uint16_t max = (uint16_t)(sq->head - sq->tail); in mlx5_aso_completion_handle() local
757 uint16_t max; in mlx5_aso_mtr_completion_handle() local
1122 uint16_t max; in mlx5_aso_ct_completion_handle() local
/dpdk/lib/acl/
H A Dacl_run_scalar.c69 scan_forward(uint32_t input, uint32_t max) in scan_forward()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_options_parse.c154 parse_range(const char *arg, uint8_t *min, uint8_t *max, uint8_t *inc) in parse_range()
218 parse_list(const char *arg, uint8_t *list, uint8_t *min, uint8_t *max) in parse_list()
/dpdk/lib/compressdev/
H A Drte_compressdev.h33 uint8_t max; /**< Maximum log2 value */ member
/dpdk/examples/l3fwd-power/
H A Dperf_core.c181 int min, max; in parse_perf_core_list() local
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h130 #define max(a, b) RTE_MAX(a, b) macro
179 #define usleep_range(min, max) msleep(DIV_ROUND_UP(min, 1000)) argument
/dpdk/lib/eal/common/
H A Deal_common_options.c825 uint32_t min, max, idx; in eal_parse_service_corelist() local
902 int min, max; in eal_parse_corelist() local
1014 unsigned min, max; in eal_parse_set() local
/dpdk/app/test-eventdev/
H A Dparser.c316 int min, max; in parse_lcores_list() local
/dpdk/drivers/raw/ifpga/base/osdep_rte/
H A Dosdep_generic.h40 #define max(a, b) RTE_MAX(a, b) macro

1234