Home
last modified time | relevance | path

Searched refs:num_pqs (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c462 u16 num_pqs, first_pq_group, last_pq_group, i, j, pq_id, pq_group; in qed_tx_pq_map_rt_init() local
466 num_pqs = p_params->num_pf_pqs + p_params->num_vf_pqs; in qed_tx_pq_map_rt_init()
469 last_pq_group = (p_params->start_pq + num_pqs - 1) / in qed_tx_pq_map_rt_init()
488 for (i = 0, pq_id = p_params->start_pq; i < num_pqs; i++, pq_id++) { in qed_tx_pq_map_rt_init()
943 bool is_tx_pq, u16 start_pq, u16 num_pqs) in qed_send_qm_stop_cmd()
948 last_pq = start_pq + num_pqs - 1; in qed_send_qm_stop_cmd()
940 qed_send_qm_stop_cmd(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool is_release_cmd, bool is_tx_pq, u16 start_pq, u16 num_pqs) qed_send_qm_stop_cmd() argument
H A Dqed_dev.c1592 qm_info->num_pqs = 0; in qed_init_qm_reset_params()
1651 u16 pq_idx = qm_info->num_pqs, max_pq = qed_init_qm_get_num_pqs(p_hwfn); in qed_init_qm_pq()
1667 qm_info->num_pqs++; in qed_init_qm_pq()
1807 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_LB, qm_info->num_pqs); in qed_init_qm_lb_pq()
1818 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_OOO, qm_info->num_pqs); in qed_init_qm_ooo_pq()
1829 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_ACK, qm_info->num_pqs); in qed_init_qm_pure_ack_pq()
1855 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_OFLD, qm_info->num_pqs); in qed_init_qm_offload_pq()
1866 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_LLT, qm_info->num_pqs); in qed_init_qm_low_latency_pq()
1878 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_MCOS, qm_info->num_pqs); in qed_init_qm_mcos_pqs()
1891 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_VFS, qm_info->num_pqs); in qed_init_qm_vf_pqs()
[all...]
H A Dqed_cxt.c637 p_hwfn->qm_info.num_pqs, in qed_cxt_cfg_ilt_compute()
642 "QM ILT Info, (cids=%d, vf_cids=%d, tids=%d, num_pqs=%d, num_vf_pqs=%d, memory_size=%d)\n", in qed_cxt_cfg_ilt_compute()
646 p_hwfn->qm_info.num_pqs, p_hwfn->qm_info.num_vf_pqs, total); in qed_cxt_cfg_ilt_compute()
1432 params.num_pf_pqs = qm_info->num_pqs - qm_info->num_vf_pqs; in qed_qm_init_pf()
H A Dqed.h381 u16 num_pqs; member
H A Dqed_hsi.h3866 * @param num_pqs - Number of PQs to stop, starting from start_pq.
3874 bool is_tx_pq, u16 start_pq, u16 num_pqs);
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c1605 qm_info->num_pqs = 0; in qed_init_qm_reset_params()
1664 u16 pq_idx = qm_info->num_pqs, max_pq = qed_init_qm_get_num_pqs(p_hwfn); in qed_init_qm_pq()
1680 qm_info->num_pqs++; in qed_init_qm_pq()
1820 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_LB, qm_info->num_pqs); in qed_init_qm_lb_pq()
1831 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_OOO, qm_info->num_pqs); in qed_init_qm_ooo_pq()
1842 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_ACK, qm_info->num_pqs); in qed_init_qm_pure_ack_pq()
1868 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_OFLD, qm_info->num_pqs); in qed_init_qm_offload_pq()
1879 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_LLT, qm_info->num_pqs); in qed_init_qm_low_latency_pq()
1891 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_MCOS, qm_info->num_pqs); in qed_init_qm_mcos_pqs()
1904 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_VFS, qm_info->num_pqs); in qed_init_qm_vf_pqs()
[all...]
H A Dqed_init_fw_funcs.c623 u16 num_pqs, first_pq_group, last_pq_group, i, j, pq_id, pq_group; in qed_tx_pq_map_rt_init() local
627 num_pqs = p_params->num_pf_pqs + p_params->num_vf_pqs; in qed_tx_pq_map_rt_init()
630 last_pq_group = (p_params->start_pq + num_pqs - 1) / in qed_tx_pq_map_rt_init()
649 for (i = 0, pq_id = p_params->start_pq; i < num_pqs; i++, pq_id++) { in qed_tx_pq_map_rt_init()
1142 bool is_tx_pq, u16 start_pq, u16 num_pqs) in qed_send_qm_stop_cmd()
1147 last_pq = start_pq + num_pqs - 1; in qed_send_qm_stop_cmd()
1139 qed_send_qm_stop_cmd(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool is_release_cmd, bool is_tx_pq, u16 start_pq, u16 num_pqs) qed_send_qm_stop_cmd() argument
H A Dqed_cxt.c637 p_hwfn->qm_info.num_pqs, in qed_cxt_cfg_ilt_compute()
642 "QM ILT Info, (cids=%d, vf_cids=%d, tids=%d, num_pqs=%d, num_vf_pqs=%d, memory_size=%d)\n", in qed_cxt_cfg_ilt_compute()
646 p_hwfn->qm_info.num_pqs, p_hwfn->qm_info.num_vf_pqs, total); in qed_cxt_cfg_ilt_compute()
1418 params.num_pf_pqs = qm_info->num_pqs - qm_info->num_vf_pqs; in qed_qm_init_pf()
H A Dqed.h380 u16 num_pqs; member
H A Dqed_hsi.h2548 * @num_pqs: Number of PQs to stop, starting from start_pq.
2556 bool is_tx_pq, u16 start_pq, u16 num_pqs);

Completed in 105 milliseconds