Home
last modified time | relevance | path

Searched refs:mf_bits (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c342 if (test_bit(QED_MF_OVLAN_CLSS, &p_hwfn->cdev->mf_bits)) in qed_sp_pf_start()
349 if (test_bit(QED_MF_8021Q_TAGGING, &p_hwfn->cdev->mf_bits)) { in qed_sp_pf_start()
351 } else if (test_bit(QED_MF_8021AD_TAGGING, &p_hwfn->cdev->mf_bits)) { in qed_sp_pf_start()
363 if (test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits)) { in qed_sp_pf_start()
383 if (test_bit(QED_MF_INTER_PF_SWITCH, &p_hwfn->cdev->mf_bits)) in qed_sp_pf_start()
Dqed_dev.c1222 if (test_bit(QED_MF_OVLAN_CLSS, &p_hwfn->cdev->mf_bits)) in qed_calc_hw_mode()
1748 &cdev->mf_bits) || in qed_hw_init()
1750 &cdev->mf_bits))) { in qed_hw_init()
1751 if (test_bit(QED_MF_8021Q_TAGGING, &cdev->mf_bits)) in qed_hw_init()
2755 cdev->mf_bits = BIT(QED_MF_OVLAN_CLSS); in qed_hw_get_nvm_info()
2758 cdev->mf_bits = BIT(QED_MF_OVLAN_CLSS) | in qed_hw_get_nvm_info()
2764 cdev->mf_bits = BIT(QED_MF_OVLAN_CLSS) | in qed_hw_get_nvm_info()
2769 cdev->mf_bits = BIT(QED_MF_LLH_MAC_CLSS) | in qed_hw_get_nvm_info()
2775 cdev->mf_bits = BIT(QED_MF_LLH_MAC_CLSS) | in qed_hw_get_nvm_info()
2779 cdev->mf_bits |= BIT(QED_MF_NEED_DEF_PF); in qed_hw_get_nvm_info()
[all …]
Dqed_ll2.c972 if (test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits) && in qed_sp_ll2_rx_queue_start()
978 if (test_bit(QED_MF_LL2_NON_UNICAST, &p_hwfn->cdev->mf_bits) && in qed_sp_ll2_rx_queue_start()
1549 if (!test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits)) in qed_ll2_establish_connection()
1715 if (test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits) && in qed_ll2_prepare_tx_packet_set_bd()
1957 if (!test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits)) in qed_ll2_terminate_connection()
2470 if (test_bit(QED_MF_UFP_SPECIFIC, &cdev->mf_bits) && in qed_ll2_start_xmit()
Dqed_dcbx.c208 if ((test_bit(QED_MF_8021Q_TAGGING, &p_hwfn->cdev->mf_bits) || in qed_dcbx_set_params()
209 test_bit(QED_MF_8021AD_TAGGING, &p_hwfn->cdev->mf_bits))) in qed_dcbx_set_params()
217 if (test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits) && in qed_dcbx_set_params()
327 if (test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits) && !eth_tlv) in qed_dcbx_process_tlv()
Dqed.h742 unsigned long mf_bits; member
Dqed_fcoe.c316 if (test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits)) in qed_sp_fcoe_conn_offload()
Dqed_mcp.c1584 if (test_bit(QED_MF_OVLAN_CLSS, &p_hwfn->cdev->mf_bits)) { in qed_mcp_update_stag()
1617 if (!test_bit(QED_MF_UFP_SPECIFIC, &p_hwfn->cdev->mf_bits)) in qed_mcp_read_ufp_config()
Dqed_main.c277 &cdev->mf_bits); in qed_fill_dev_info()