Searched refs:tm_iids (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 465 struct qed_tm_iids tm_iids; in qed_cxt_cfg_ilt_compute() local 471 memset(&tm_iids, 0, sizeof(tm_iids)); in qed_cxt_cfg_ilt_compute() 682 qed_cxt_tm_iids(p_hwfn, p_mngr, &tm_iids); in qed_cxt_cfg_ilt_compute() 683 total = tm_iids.pf_cids + tm_iids.pf_tids_total; in qed_cxt_cfg_ilt_compute() 695 total = tm_iids.per_vf_cids + tm_iids.per_vf_tids; in qed_cxt_cfg_ilt_compute() 1662 struct qed_tm_iids tm_iids; in qed_tm_init_pf() local 1666 memset(&tm_iids, 0, sizeof(tm_iids)); in qed_tm_init_pf() 1667 qed_cxt_tm_iids(p_hwfn, p_mngr, &tm_iids); in qed_tm_init_pf() 1674 SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.per_vf_cids); in qed_tm_init_pf() 1685 SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.pf_cids); in qed_tm_init_pf() [all …]
|