Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c847 struct qed_llh_filter_details *p_details) in qed_llh_access_filter() argument
869 if (!p_details->enable) { in qed_llh_access_filter()
874 qed_wr(p_hwfn, p_ptt, addr, p_details->enable); in qed_llh_access_filter()
888 (u64)(uintptr_t)&p_details->value, in qed_llh_access_filter()
899 qed_wr(p_hwfn, p_ptt, addr, p_details->mode); in qed_llh_access_filter()
903 qed_wr(p_hwfn, p_ptt, addr, p_details->protocol_type); in qed_llh_access_filter()
907 qed_wr(p_hwfn, p_ptt, addr, p_details->hdr_sel); in qed_llh_access_filter()
910 if (p_details->enable) { in qed_llh_access_filter()
912 qed_wr(p_hwfn, p_ptt, addr, p_details->enable); in qed_llh_access_filter()