• Home
  • Raw
  • Download

Lines Matching refs:tc

201 #define PQ_INFO_ELEMENT(vp, pf, tc, port, rl_valid, rl) \  argument
202 (((vp) << 0) | ((pf) << 12) | ((tc) << 16) | ((port) << 20) | \
211 u8 port_id, u8 tc, u8 max_phys_tcs_per_port) in qed_get_ext_voq() argument
213 if (tc == PURE_LB_TC) in qed_get_ext_voq()
216 return port_id * max_phys_tcs_per_port + tc; in qed_get_ext_voq()
320 u8 tc, ext_voq, port_id, num_tcs_in_port; in qed_cmdq_lines_rt_init() local
342 for (tc = 0; tc < max_phys_tcs_per_port; tc++) in qed_cmdq_lines_rt_init()
344 tc) & 0x1) == 1) in qed_cmdq_lines_rt_init()
349 for (tc = 0; tc < max_phys_tcs_per_port; tc++) { in qed_cmdq_lines_rt_init()
352 tc, max_phys_tcs_per_port); in qed_cmdq_lines_rt_init()
354 tc) & 0x1) == 1) in qed_cmdq_lines_rt_init()
376 u8 tc, ext_voq, port_id, num_tcs_in_port; in qed_btb_blocks_rt_init() local
390 for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) in qed_btb_blocks_rt_init()
392 tc) & 0x1) == 1) in qed_btb_blocks_rt_init()
404 for (tc = 0; tc < NUM_OF_PHYS_TCS; tc++) { in qed_btb_blocks_rt_init()
406 tc) & 0x1) == 1) { in qed_btb_blocks_rt_init()
410 tc, in qed_btb_blocks_rt_init()
677 u8 tc, i; in qed_vp_wfq_rt_init() local
692 for (tc = 0; tc < NUM_OF_TCS; tc++) { in qed_vp_wfq_rt_init()
693 vport_pq_id = vport_params[i].first_tx_pq_id[tc]; in qed_vp_wfq_rt_init()
856 u8 tc, i; in qed_qm_pf_rt_init() local
860 for (tc = 0; tc < NUM_OF_TCS; tc++) in qed_qm_pf_rt_init()
861 vport_params[i].first_tx_pq_id[tc] = QM_INVALID_PQ_ID; in qed_qm_pf_rt_init()
932 u8 tc; in qed_init_vport_wfq() local
940 for (tc = 0; tc < NUM_OF_TCS; tc++) { in qed_init_vport_wfq()
941 vport_pq_id = first_tx_pq_id[tc]; in qed_init_vport_wfq()