Home
last modified time | relevance | path

Searched refs:ISP2 (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/common/sfc_efx/
H A Defsys.h94 #ifndef ISP2
95 #define ISP2(x) rte_is_power_of_2(x) macro
/dpdk/drivers/common/sfc_efx/base/
H A Defx_tx.c375 EFSYS_ASSERT(ISP2(encp->enc_txq_max_ndescs)); in efx_tx_qcreate()
376 EFSYS_ASSERT(ISP2(encp->enc_txq_min_ndescs)); in efx_tx_qcreate()
378 if (!ISP2(ndescs) || in efx_tx_qcreate()
H A Drhead_virtio.c44 if ((!ISP2(evvcp->evvc_vq_size)) || in rhead_virtio_qstart()
H A Defx_ev.c310 EFSYS_ASSERT(ISP2(encp->enc_evq_max_nevs)); in efx_ev_qcreate_irq()
311 EFSYS_ASSERT(ISP2(encp->enc_evq_min_nevs)); in efx_ev_qcreate_irq()
313 if (!ISP2(ndescs) || in efx_ev_qcreate_irq()
H A Defx_rx.c900 EFSYS_ASSERT(ISP2(encp->enc_rxq_max_ndescs)); in efx_rx_qcreate_internal()
901 EFSYS_ASSERT(ISP2(encp->enc_rxq_min_ndescs)); in efx_rx_qcreate_internal()
908 if (!ISP2(ndescs) || in efx_rx_qcreate_internal()
H A Def10_rx.c64 (table_nentries != 0 && !ISP2(table_nentries))) { in efx_mcdi_rss_context_alloc()
H A Defx_nic.c1141 !ISP2(pcie_link_width)) { in efx_nic_calculate_pcie_link_bandwidth()