Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c449 clients[cli_idx].pf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
495 p_blk = qed_cxt_set_blk(&p_cli->pf_blks[CDUC_BLK]); in qed_cxt_cfg_ilt_compute()
532 p_blk = qed_cxt_set_blk(&p_cli->pf_blks[CDUT_SEG_BLK(i)]); in qed_cxt_cfg_ilt_compute()
548 qed_cxt_set_blk(&p_cli->pf_blks[CDUT_FL_SEG_BLK(i, PF)]); in qed_cxt_cfg_ilt_compute()
567 line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line; in qed_cxt_cfg_ilt_compute()
581 p_cli->pf_total_lines = curr_line - p_cli->pf_blks[0].start_line; in qed_cxt_cfg_ilt_compute()
632 p_blk = qed_cxt_set_blk(&p_cli->pf_blks[0]); in qed_cxt_cfg_ilt_compute()
670 p_blk = qed_cxt_set_blk(&p_cli->pf_blks[0]); in qed_cxt_cfg_ilt_compute()
685 p_blk = qed_cxt_set_blk(&p_cli->pf_blks[0]); in qed_cxt_cfg_ilt_compute()
715 p_blk = qed_cxt_set_blk(&p_cli->pf_blks[SRQ_BLK]); in qed_cxt_cfg_ilt_compute()
[all …]
Dqed_cxt.h288 struct qed_ilt_cli_blk pf_blks[ILT_CLI_PF_BLOCKS]; member