Home
last modified time | relevance | path

Searched refs:is_valid (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c1243 boolean_t is_valid = B_TRUE; in efx_mae_match_spec_is_valid() local
1293 if (is_valid != B_FALSE) in efx_mae_match_spec_is_valid()
1301 is_valid = B_TRUE; in efx_mae_match_spec_is_valid()
1304 is_valid = efx_mask_is_prefix(m_size, m_buf); in efx_mae_match_spec_is_valid()
1311 is_valid = efx_mask_is_all_ones(m_size, m_buf); in efx_mae_match_spec_is_valid()
1322 is_valid = efx_mask_is_all_ones(alt_m_size, in efx_mae_match_spec_is_valid()
1333 if (is_valid == B_FALSE) in efx_mae_match_spec_is_valid()
1355 if (is_valid == B_FALSE) in efx_mae_match_spec_is_valid()
1363 is_valid = B_TRUE; in efx_mae_match_spec_is_valid()
1375 if (is_valid == B_FALSE) in efx_mae_match_spec_is_valid()
[all …]
/dpdk/drivers/net/qede/base/
H A Decore_l2.c2219 u32 coalesce, address, is_valid; in ecore_get_rxq_coalesce() local
2239 is_valid = GET_FIELD(coalesce, COALESCING_TIMESET_VALID); in ecore_get_rxq_coalesce()
2240 if (!is_valid) in ecore_get_rxq_coalesce()
2254 u32 coalesce, address, is_valid; in ecore_get_txq_coalesce() local
2274 is_valid = GET_FIELD(coalesce, COALESCING_TIMESET_VALID); in ecore_get_txq_coalesce()
2275 if (!is_valid) in ecore_get_txq_coalesce()