Home
last modified time | relevance | path

Searched refs:OSAL_TEST_BIT (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c363 if (OSAL_TEST_BIT(ECORE_MF_OVLAN_CLSS, &p_hwfn->p_dev->mf_bits)) in ecore_sp_pf_start()
370 if (OSAL_TEST_BIT(ECORE_MF_8021Q_TAGGING, &p_hwfn->p_dev->mf_bits)) in ecore_sp_pf_start()
372 else if (OSAL_TEST_BIT(ECORE_MF_8021AD_TAGGING, in ecore_sp_pf_start()
385 if (OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits)) { in ecore_sp_pf_start()
404 if (OSAL_TEST_BIT(ECORE_MF_INTER_PF_SWITCH, in ecore_sp_pf_start()
H A Decore_spq.h202 (OSAL_TEST_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
H A Decore_dev.c847 if (OSAL_TEST_BIT(ECORE_MF_LLH_MAC_CLSS, &p_dev->mf_bits) && in ecore_llh_hw_init_pf()
1178 if (!OSAL_TEST_BIT(ECORE_MF_LLH_MAC_CLSS, &p_dev->mf_bits)) in ecore_llh_add_mac_filter()
1314 if (!OSAL_TEST_BIT(ECORE_MF_LLH_PROTO_CLSS, &p_dev->mf_bits)) in ecore_llh_add_protocol_filter()
1381 if (!OSAL_TEST_BIT(ECORE_MF_LLH_MAC_CLSS, &p_dev->mf_bits)) in ecore_llh_remove_mac_filter()
1435 if (!OSAL_TEST_BIT(ECORE_MF_LLH_PROTO_CLSS, &p_dev->mf_bits)) in ecore_llh_remove_protocol_filter()
1489 if (!OSAL_TEST_BIT(ECORE_MF_LLH_PROTO_CLSS, &p_dev->mf_bits) && in ecore_llh_clear_ppfid_filters()
1490 !OSAL_TEST_BIT(ECORE_MF_LLH_MAC_CLSS, &p_dev->mf_bits)) in ecore_llh_clear_ppfid_filters()
1520 if (!OSAL_TEST_BIT(ECORE_MF_LLH_PROTO_CLSS, &p_dev->mf_bits) && in ecore_llh_clear_all_filters()
1521 !OSAL_TEST_BIT(ECORE_MF_LLH_MAC_CLSS, &p_dev->mf_bits)) in ecore_llh_clear_all_filters()
2781 if (OSAL_TEST_BIT(ECORE_MF_OVLAN_CLSS, in ecore_calc_hw_mode()
[all …]
H A Decore_ll2.c868 if (OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits) && in ecore_sp_ll2_rx_queue_start()
874 if (OSAL_TEST_BIT(ECORE_MF_LL2_NON_UNICAST, in ecore_sp_ll2_rx_queue_start()
1514 if (!OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, in ecore_ll2_establish_connection()
1694 if (OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits) && in ecore_ll2_prepare_tx_packet_set_bd()
1927 if (!OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, in ecore_ll2_terminate_connection()
H A Decore_dev_api.h874 return !!OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits); in ecore_is_mf_ufp()
H A Decore_dcbx.c231 if (OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits)) in ecore_dcbx_set_params()
239 if (OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits) && in ecore_dcbx_set_params()
385 if (OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, in ecore_dcbx_process_tlv()
H A Dbcm_osal.h368 #define OSAL_TEST_BIT(bit, bitmap) bit_test((bitstr_t *)bitmap, bit) macro
H A Decore_cxt.c2076 if (!OSAL_TEST_BIT(rel_cid, (*pp_map)->cid_map)) { in ecore_cxt_test_cid_acquired()
2285 if (!OSAL_TEST_BIT(ECORE_MF_DISABLE_ARFS, in ecore_cxt_set_pf_params()
H A Decore_mcp.c2085 if (!OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits)) in ecore_mcp_read_ufp_config()
2569 if (OSAL_TEST_BIT(ECORE_DEV_CAP_ROCE, in ecore_mcp_get_shmem_proto_legacy()
H A Decore_l2.c2154 if (OSAL_TEST_BIT(ECORE_MF_DISABLE_ARFS, &p_hwfn->p_dev->mf_bits)) in ecore_arfs_mode_configure()
H A Decore_rdma.c158 return OSAL_TEST_BIT(id_num, bmap->bitmap); in ecore_bmap_test_id()