Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.h83 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *last_line);
Dqed_dev.c2210 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc()
2227 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc()
Dqed_cxt.c456 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *line_count) in qed_cxt_cfg_ilt_compute() function