• Home
  • Raw
  • Download

Lines Matching refs:tc

181 #define PQ_INFO_ELEMENT(vp, pf, tc, port, rl_valid, rl) \  argument
182 (((vp) << 0) | ((pf) << 12) | ((tc) << 16) | ((port) << 20) | \
194 u8 port_id, u8 tc, u8 max_phys_tcs_per_port) in qed_get_ext_voq() argument
196 if (tc == PURE_LB_TC) in qed_get_ext_voq()
199 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq()
300 u8 tc, ext_voq, port_id, num_tcs_in_port; in qed_cmdq_lines_rt_init() local
321 for (tc = 0; tc < max_phys_tcs_per_port; tc++) in qed_cmdq_lines_rt_init()
323 tc) & 0x1) == 1) in qed_cmdq_lines_rt_init()
328 for (tc = 0; tc < max_phys_tcs_per_port; tc++) { in qed_cmdq_lines_rt_init()
331 tc, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init()
333 tc) & 0x1) == 1) in qed_cmdq_lines_rt_init()
374 u8 tc, ext_voq, port_id, num_tcs_in_port; in qed_btb_blocks_rt_init() local
388 for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) in qed_btb_blocks_rt_init()
390 tc) & 0x1) == 1) in qed_btb_blocks_rt_init()
402 for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) { in qed_btb_blocks_rt_init()
404 tc) & 0x1) == 1) { in qed_btb_blocks_rt_init()
408 tc, in qed_btb_blocks_rt_init()
694 u8 tc; in qed_vp_wfq_rt_init() local
709 for (tc = 0; tc < NUM_OF_TCS; tc++) { in qed_vp_wfq_rt_init()
710 vport_pq_id = vport_params[i].first_tx_pq_id[tc]; in qed_vp_wfq_rt_init()
831 u8 tc; in qed_qm_pf_rt_init() local
836 for (tc = 0; tc < NUM_OF_TCS; tc++) in qed_qm_pf_rt_init()
837 vport_params[i].first_tx_pq_id[tc] = QM_INVALID_PQ_ID; in qed_qm_pf_rt_init()
902 u8 tc; in qed_init_vport_wfq() local
911 for (tc = 0; tc < NUM_OF_TCS; tc++) { in qed_init_vport_wfq()
912 vport_pq_id = first_tx_pq_id[tc]; in qed_init_vport_wfq()