• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/qlnx/qlnxe/

Lines Matching defs:port_id

185 							u8 port_id,
190 return NUM_OF_PHYS_TCS * (ECORE_IS_E5(p_hwfn->p_dev) ? MAX_NUM_PORTS_E5 : MAX_NUM_PORTS_BB) + port_id;
192 return port_id * (ECORE_IS_E5(p_hwfn->p_dev) ? NUM_OF_PHYS_TCS : max_phys_tcs_per_port) + tc;
282 u8 tc, ext_voq, port_id, num_tcs_in_port;
289 for (port_id = 0; port_id < max_ports_per_engine; port_id++) {
292 if (!port_params[port_id].active)
299 phys_lines = port_params[port_id].num_pbf_cmd_lines;
307 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
313 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port);
314 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
319 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, PURE_LB_TC, max_phys_tcs_per_port);
349 u8 tc, ext_voq, port_id, num_tcs_in_port;
351 for (port_id = 0; port_id < max_ports_per_engine; port_id++) {
352 if (!port_params[port_id].active)
356 usable_blocks = port_params[port_id].num_btb_blocks - BTB_HEADROOM_BLOCKS;
363 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1)
372 if (((port_params[port_id].active_phys_tcs >> tc) & 0x1) == 1) {
373 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, tc, max_phys_tcs_per_port);
379 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, PURE_LB_TC, max_phys_tcs_per_port);
387 u8 port_id,
431 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, pq_params[i].tc_id, max_phys_tcs_per_port);
475 pq_info = PQ_INFO_ELEMENT(first_tx_pq_id, pf_id, pq_params[i].tc_id, port_id, rl_valid ? 1 : 0, rl_valid ? pq_params[i].vport_id : 0);
537 u8 port_id,
555 ext_voq = ecore_get_ext_voq(p_hwfn, port_id, pq_params[i].tc_id, max_phys_tcs_per_port);
754 u8 port_id,
788 ecore_tx_pq_map_rt_init(p_hwfn, p_ptt, port_id, pf_id, max_phys_tcs_per_port, is_pf_loading, num_pf_cids, num_vf_cids,
793 if (ecore_pf_wfq_rt_init(p_hwfn, port_id, pf_id, pf_wfq, max_phys_tcs_per_port, num_pf_pqs + num_vf_pqs, pq_params))