Searched refs:is_valid (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm/mv/armada/ |
| H A D | thermal.c | 62 boolean_t (*is_valid)(struct armada_thermal_softc *); member 84 .is_valid = armada_tsen_readout_valid, 250 boolean_t is_valid; in armada_tsen_readout_valid() local 256 is_valid = ((tsen_stat & TSEN_STAT_READOUT_VALID) != 0); in armada_tsen_readout_valid() 258 return (is_valid); in armada_tsen_readout_valid() 271 if ((tdata->is_valid != NULL) && !tdata->is_valid(sc)) in armada_tsen_get_temp()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | ioat.h | 19 bool is_valid; member
|
| H A D | ioat.c | 108 (dma_info + vid)->dmas[vring_id].is_valid = true; in open_ioat()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mae.c | 821 boolean_t is_valid = B_TRUE; in efx_mae_match_spec_is_valid() local 861 is_valid = B_TRUE; in efx_mae_match_spec_is_valid() 864 is_valid = efx_mask_is_prefix(m_size, m_buf); in efx_mae_match_spec_is_valid() 867 is_valid = (efx_mask_is_all_ones(m_size, m_buf) || in efx_mae_match_spec_is_valid() 871 is_valid = efx_mask_is_all_ones(m_size, m_buf); in efx_mae_match_spec_is_valid() 876 is_valid = efx_mask_is_all_zeros(m_size, m_buf); in efx_mae_match_spec_is_valid() 880 if (is_valid == B_FALSE) in efx_mae_match_spec_is_valid() 884 return (is_valid); in efx_mae_match_spec_is_valid()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_l2.c | 2219 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()
|