Home
last modified time | relevance | path

Searched refs:qed_vf_check_mac (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h835 bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac);
1118 static inline bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac) in qed_vf_check_mac() function
Dqed_vf.c1617 bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac) in qed_vf_check_mac() function
Dqed_l2.c2308 return qed_vf_check_mac(&cdev->hwfns[0], mac); in qed_check_mac()