Home
last modified time | relevance | path

Searched refs:p_params (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c607 p_params->app_willing, p_params->app_valid, in ecore_dcbx_get_app_data()
608 p_params->app_error); in ecore_dcbx_get_app_data()
632 p_params->pfc.willing, pfc_map, p_params->pfc.max_tc, in ecore_dcbx_get_pfc_data()
650 p_params->ets_willing, p_params->ets_enabled, in ecore_dcbx_get_ets_data()
652 p_params->max_ets_tc); in ecore_dcbx_get_ets_data()
653 if (p_params->ets_enabled && !p_params->max_ets_tc) in ecore_dcbx_get_ets_data()
658 p_params->max_ets_tc); in ecore_dcbx_get_ets_data()
1181 if (p_params->pfc.willing) in ecore_dcbx_set_pfc_data()
1186 if (p_params->pfc.enabled) in ecore_dcbx_set_pfc_data()
1217 if (p_params->ets_cbs) in ecore_dcbx_set_ets_data()
[all …]
H A Decore_l2.c425 p_params->b_err_small_pkt ? in ecore_sp_eth_vport_start()
428 p_params->b_err_anti_spoof ? in ecore_sp_eth_vport_start()
437 p_params->b_err_big_pkt ? in ecore_sp_eth_vport_start()
440 p_params->b_err_ctrl_frame ? in ecore_sp_eth_vport_start()
449 switch (p_params->tpa_mode) { in ecore_sp_eth_vport_start()
486 p_params->mtu, in ecore_sp_vport_start()
488 p_params->tpa_mode, in ecore_sp_vport_start()
685 if (!p_params) { in ecore_sp_vport_update_sge_tpa()
705 val = p_params->tpa_max_size; in ecore_sp_vport_update_sge_tpa()
727 u32 *p_bins = p_params->bins; in ecore_sp_update_mcast_bin()
[all …]
H A Decore_hw.c562 struct ecore_dmae_params *p_params) in ecore_dmae_opcode() argument
576 p_params->src_pfid : p_hwfn->rel_pf_id; in ecore_dmae_opcode()
585 p_params->dst_pfid : p_hwfn->rel_pf_id; in ecore_dmae_opcode()
609 p_params->port_id : p_hwfn->port_id; in ecore_dmae_opcode()
955 p_params); in ecore_dmae_execute_command()
1014 struct ecore_dmae_params *p_params) in ecore_dmae_host2grc() argument
1025 size_in_dwords, p_params); in ecore_dmae_host2grc()
1037 struct ecore_dmae_params *p_params) in ecore_dmae_grc2host() argument
1047 size_in_dwords, p_params); in ecore_dmae_grc2host()
1059 struct ecore_dmae_params *p_params) in ecore_dmae_host2host() argument
[all …]
H A Decore_vf.c1298 if (p_params->update_inner_vlan_removal_flg) { in ecore_vf_pf_vport_update()
1311 if (p_params->update_tx_switching_flg) { in ecore_vf_pf_vport_update()
1323 if (p_params->update_approx_mcast_flg) { in ecore_vf_pf_vport_update()
1350 p_params->accept_flags.rx_accept_filter; in ecore_vf_pf_vport_update()
1356 p_params->accept_flags.tx_accept_filter; in ecore_vf_pf_vport_update()
1360 if (p_params->rss_params) { in ecore_vf_pf_vport_update()
1400 if (p_params->update_accept_any_vlan_flg) { in ecore_vf_pf_vport_update()
1410 p_params->update_accept_any_vlan_flg; in ecore_vf_pf_vport_update()
1414 if (p_params->sge_tpa_params) { in ecore_vf_pf_vport_update()
1418 sge_tpa_params = p_params->sge_tpa_params; in ecore_vf_pf_vport_update()
[all …]
H A Decore_l2_api.h257 struct ecore_queue_start_common_params *p_params,
303 struct ecore_queue_start_common_params *p_params,
366 struct ecore_sp_vport_start_params *p_params);
411 struct ecore_sp_vport_update_params *p_params,
549 struct ecore_ntuple_filter_params *p_params);
H A Decore_dcbx_api.h254 struct ecore_lldp_config_params *p_params);
258 struct ecore_lldp_config_params *p_params);
262 struct ecore_lldp_sys_tlvs *p_params);
276 struct ecore_lldp_stats *p_params);
H A Decore_sriov.c1123 p_params->rel_vf_id); in ecore_iov_init_hw_for_vf()
1130 p_params->rel_vf_id, p_params->vport_id); in ecore_iov_init_hw_for_vf()
1137 p_params->rel_vf_id, p_params->rss_eng_id); in ecore_iov_init_hw_for_vf()
1142 if (!p_params->vport_id) { in ecore_iov_init_hw_for_vf()
1145 p_params->rel_vf_id); in ecore_iov_init_hw_for_vf()
1147 if ((!p_params->rss_eng_id) && (p_params->num_queues > 1)) { in ecore_iov_init_hw_for_vf()
1150 p_params->rel_vf_id); in ecore_iov_init_hw_for_vf()
1164 qid, p_params->rel_vf_id, in ecore_iov_init_hw_for_vf()
1173 qid, p_params->rel_vf_id, in ecore_iov_init_hw_for_vf()
3309 p_params->vlan) { in ecore_iov_vf_update_vlan_shadow()
[all …]
H A Decore_dev_api.h165 struct ecore_hw_init_params *p_params);
282 struct ecore_hw_prepare_params *p_params);
507 struct ecore_dmae_params *p_params);
527 struct ecore_dmae_params *p_params);
548 struct ecore_dmae_params *p_params);
H A Decore_vf.h220 struct ecore_sp_vport_update_params *p_params);
317 void __ecore_vf_get_link_params(struct ecore_mcp_link_params *p_params,
352 …n OSAL_UNUSED *p_hwfn, struct ecore_sp_vport_update_params OSAL_UNUSED *p_params) {return ECORE_IN… in ecore_vf_pf_vport_update() argument
362 …id __ecore_vf_get_link_params(struct ecore_mcp_link_params OSAL_UNUSED *p_params, struct ecore_bul… in __ecore_vf_get_link_params() argument
H A Decore_dev.c3593 if (p_params->b_hw_start) { in ecore_hw_init_pf()
3747 if (p_params->p_tunn) { in ecore_vf_start()
3920 p_params); in ecore_hw_init()
5585 p_params->p_relaxed_res = in ecore_get_hw_info()
5890 p_params->p_relaxed_res = in ecore_hw_prepare_single()
5909 p_params->personality, p_params); in ecore_hw_prepare_single()
5945 p_params->epoch); in ecore_hw_prepare_single()
5994 if (p_params->b_relaxed_probe) in ecore_hw_prepare()
6004 p_params); in ecore_hw_prepare()
6032 p_params); in ecore_hw_prepare()
[all …]
H A Decore_l2.h121 struct ecore_queue_start_common_params *p_params,
127 struct ecore_sp_vport_start_params *p_params);
H A Decore_cxt.c2176 switch (p_params->rdma_protocol) { in ecore_rdma_set_pf_params()
2233 p_params->num_srqs); in ecore_rdma_set_pf_params()
2279 if (!p_params->num_vf_cons) in ecore_cxt_set_pf_params()
2282 p_params->num_cons, in ecore_cxt_set_pf_params()
2283 p_params->num_vf_cons); in ecore_cxt_set_pf_params()
2299 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2301 p_params->num_cons, 0); in ecore_cxt_set_pf_params()
2306 p_params->num_tasks, in ecore_cxt_set_pf_params()
2320 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2322 p_params->num_cons, 0); in ecore_cxt_set_pf_params()
[all …]
H A Decore_mcp.h219 struct ecore_load_req_params *p_params);
531 struct ecore_resc_lock_params *p_params);
555 struct ecore_resc_unlock_params *p_params);
H A Decore_mcp.c4330 switch (p_params->timeout) { in __ecore_mcp_resc_lock()
4341 timeout = p_params->timeout; in __ecore_mcp_resc_lock()
4365 mcp_param, opcode, p_params->owner); in __ecore_mcp_resc_lock()
4369 p_params->b_granted = true; in __ecore_mcp_resc_lock()
4372 p_params->b_granted = false; in __ecore_mcp_resc_lock()
4394 if (p_params->sleep_b4_retry) { in ecore_mcp_resc_lock()
4409 if (p_params->b_granted) in ecore_mcp_resc_lock()
4431 param, opcode, p_params->resource); in ecore_mcp_resc_unlock()
4450 p_params->resource); in ecore_mcp_resc_unlock()
4453 p_params->b_released = true; in ecore_mcp_resc_unlock()
[all …]
H A Decore_iov_api.h220 struct ecore_iov_vf_init_params *p_params);
766 …re_ptt OSAL_UNUSED *p_ptt, struct ecore_iov_vf_init_params OSAL_UNUSED *p_params) {return ECORE_IN… in ecore_iov_init_hw_for_vf() argument