tm_iids           580 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_tm_iids tm_iids;
tm_iids           586 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	memset(&tm_iids, 0, sizeof(tm_iids));
tm_iids           792 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	qed_cxt_tm_iids(p_hwfn, p_mngr, &tm_iids);
tm_iids           793 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	total = tm_iids.pf_cids + tm_iids.pf_tids_total;
tm_iids           805 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	total = tm_iids.per_vf_cids + tm_iids.per_vf_tids;
tm_iids          1764 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	struct qed_tm_iids tm_iids;
tm_iids          1768 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	memset(&tm_iids, 0, sizeof(tm_iids));
tm_iids          1769 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	qed_cxt_tm_iids(p_hwfn, p_mngr, &tm_iids);
tm_iids          1776 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.per_vf_cids);
tm_iids          1787 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.pf_cids);
tm_iids          1799 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		     tm_iids.pf_cids ? 0x1 : 0x0);
tm_iids          1803 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	tm_offset = tm_iids.per_vf_cids;
tm_iids          1808 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.per_vf_tids);
tm_iids          1821 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	tm_offset = tm_iids.pf_cids;
tm_iids          1824 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.pf_tids[i]);
tm_iids          1836 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		active_seg_mask |= (tm_iids.pf_tids[i] ? BIT(i) : 0);
tm_iids          1838 drivers/net/ethernet/qlogic/qed/qed_cxt.c 		tm_offset += tm_iids.pf_tids[i];