Home
last modified time | relevance | path

Searched refs:start_pq (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h123 u16 start_pq,
216 u16 start_pq,
H A Decore_init_fw_funcs.c390 u16 start_pq, in ecore_tx_pq_map_rt_init() argument
406 first_pq_group = start_pq / QM_PF_QUEUE_GROUP_SIZE; in ecore_tx_pq_map_rt_init()
407 last_pq_group = (start_pq + num_pqs - 1) / QM_PF_QUEUE_GROUP_SIZE; in ecore_tx_pq_map_rt_init()
422 for (i = 0, pq_id = start_pq; i < num_pqs; i++, pq_id++) { in ecore_tx_pq_map_rt_init()
757 u16 start_pq, in ecore_qm_pf_rt_init() argument
785 start_pq, num_pf_pqs, num_vf_pqs, start_vport, other_mem_size_4kb, pq_params, vport_params); in ecore_qm_pf_rt_init()
898 u16 start_pq, in ecore_send_qm_stop_cmd() argument
904 last_pq = start_pq + num_pqs - 1; in ecore_send_qm_stop_cmd()
910 for (pq_id = start_pq; pq_id <= last_pq; pq_id++) { in ecore_send_qm_stop_cmd()
H A Decore.h547 u16 start_pq; member
H A Decore_dev.c1904 qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ); in ecore_init_qm_params()
2071 *base_pq_idx = p_hwfn->qm_info.start_pq + pq_val; in ecore_init_qm_set_idx()
2267 …qm_info->start_pq, qm_info->start_vport, qm_info->pure_lb_pq, qm_info->offload_pq, qm_info->pure_a… in ecore_dp_init_qm_params()
2294 qm_info->start_pq + i, pq->vport_id, pq->tc_id, pq->wrr_group, pq->rl_valid); in ecore_dp_init_qm_params()
2340 qm_info->start_pq, qm_info->num_pqs); in ecore_qm_reconf()
2360 qm_info->start_pq, qm_info->num_pqs); in ecore_qm_reconf()
H A Decore_cxt.c1609 qm_info->start_pq, in ecore_qm_init_pf()