Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c873 struct qed_llh_filter_details *p_details) in qed_llh_access_filter() argument
895 if (!p_details->enable) { in qed_llh_access_filter()
900 qed_wr(p_hwfn, p_ptt, addr, p_details->enable); in qed_llh_access_filter()
914 (u64)(uintptr_t)&p_details->value, in qed_llh_access_filter()
925 qed_wr(p_hwfn, p_ptt, addr, p_details->mode); in qed_llh_access_filter()
929 qed_wr(p_hwfn, p_ptt, addr, p_details->protocol_type); in qed_llh_access_filter()
933 qed_wr(p_hwfn, p_ptt, addr, p_details->hdr_sel); in qed_llh_access_filter()
936 if (p_details->enable) { in qed_llh_access_filter()
938 qed_wr(p_hwfn, p_ptt, addr, p_details->enable); in qed_llh_access_filter()