Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_l2.c233 p_cid->abs = p_cid->rel; in _ecore_eth_queue_to_cid()
247 &p_cid->abs.queue_id); in _ecore_eth_queue_to_cid()
256 &p_cid->abs.stats_id); in _ecore_eth_queue_to_cid()
260 p_cid->abs.stats_id = p_cid->rel.stats_id; in _ecore_eth_queue_to_cid()
277 p_cid->rel.vport_id, p_cid->abs.vport_id, in _ecore_eth_queue_to_cid()
279 p_cid->abs.queue_id, in _ecore_eth_queue_to_cid()
534 OSAL_CPU_TO_LE16(p_queue->abs.queue_id); in ecore_sp_vport_update_rss()
940 p_ramrod->vport_id = p_cid->abs.vport_id; in ecore_eth_rxq_start_ramrod()
1076 p_ramrod->vport_id = p_cid->abs.vport_id; in ecore_sp_eth_rx_queues_update()
1113 p_ramrod->vport_id = p_cid->abs.vport_id; in ecore_eth_pf_rx_queue_stop()
[all …]
H A Decore_l2.h56 struct ecore_queue_cid_params abs; member
H A Decore_dev.c6331 USTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id); in ecore_set_rxq_coalesce()
6372 XSTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id); in ecore_set_txq_coalesce()
/dpdk/drivers/common/cnxk/
H A Droc_utils.c236 if (abs(errorcode) < 300) in roc_error_msg_get()
237 err_msg = strerror(abs(errorcode)); in roc_error_msg_get()
H A Dcnxk_utils.c60 if (abs(errorcode) < 300) in roc_nix_tm_err_to_rte_err()
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_hw_specific.h302 unsigned int abs:1; member
310 unsigned int abs:1;
/dpdk/drivers/bus/pci/
H A Dpci_params.c39 return -abs(rte_pci_addr_cmp(addr1, addr2)); in pci_addr_kv_cmp()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h89 unsigned int abs:1; member
97 unsigned int abs:1;
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c632 if (abs((int)difftime(time(NULL), start_time)) < in mlx5_link_update()
/dpdk/drivers/net/qede/
H A Dqede_rxtx.c923 abs(hw_bd_cons - sw_tx_cons)); in qede_process_tx_compl()