Searched refs:pf_start_line (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c473 p_mngr->pf_start_line = RESC_START(p_hwfn, QED_ILT);
482 p_hwfn->my_id, p_hwfn->p_cxt_mngr->pf_start_line);
487 curr_line = p_mngr->pf_start_line;
724 *line_count = curr_line - p_hwfn->p_cxt_mngr->pf_start_line;
726 if (curr_line - p_hwfn->p_cxt_mngr->pf_start_line >
960 p_hwfn->p_cxt_mngr->pf_start_line + lines_to_skip;
1589 line = clients[i].first.val - p_mngr->pf_start_line;
1593 for (; line <= clients[i].last.val - p_mngr->pf_start_line;
2162 p_hwfn->p_cxt_mngr->pf_start_line;
2224 shadow_line = line - p_hwfn->p_cxt_mngr->pf_start_line;
[all...]
H A Dqed_cxt.h334 u32 pf_start_line; member in struct:qed_cxt_mngr
H A Dqed_debug.c4653 u32 pf_start_line, start_page_id, offset = *given_offset; local
4674 pf_start_line = p_hwfn->p_cxt_mngr->pf_start_line;
4706 start_page_id = clients[ILT_CLI_CDUC].first.val - pf_start_line;
4735 cdut_pf_init_pages - pf_start_line;
4744 cdut_pf_pages + cdut_vf_init_pages - pf_start_line;
4757 start_page_id = clients[ILT_CLI_SRC].first.val - pf_start_line;
4881 p_hwfn->p_cxt_mngr->pf_start_line);

Completed in 197 milliseconds