Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c868 u8 num_pfs = 0, max_pfs_per_port = 0; in qed_dbg_dev_init() local
878 num_pfs = MAX_NUM_PFS_K2; in qed_dbg_dev_init()
884 num_pfs = MAX_NUM_PFS_BB; in qed_dbg_dev_init()
922 num_pfs / dev_data->num_ports, in qed_dbg_dev_init()
Dqed_dev.c2588 u16 num_pfs, pf_id; in qed_hw_init_common() local
2627 num_pfs = NUM_OF_ENG_PFS(p_hwfn->cdev); in qed_hw_init_common()
2628 for (pf_id = 0; pf_id < num_pfs; pf_id++) { in qed_hw_init_common()