Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c605 p_params->app_willing, p_params->app_valid, in ecore_dcbx_get_app_data()
606 p_params->app_error); in ecore_dcbx_get_app_data()
630 p_params->pfc.willing, pfc_map, p_params->pfc.max_tc, in ecore_dcbx_get_pfc_data()
648 p_params->ets_willing, p_params->ets_enabled, in ecore_dcbx_get_ets_data()
650 p_params->max_ets_tc); in ecore_dcbx_get_ets_data()
651 if (p_params->ets_enabled && !p_params->max_ets_tc) in ecore_dcbx_get_ets_data()
656 p_params->max_ets_tc); in ecore_dcbx_get_ets_data()
1179 if (p_params->pfc.willing) in ecore_dcbx_set_pfc_data()
1184 if (p_params->pfc.enabled) in ecore_dcbx_set_pfc_data()
1215 if (p_params->ets_cbs) in ecore_dcbx_set_ets_data()
[all …]
H A Decore_l2.c423 p_params->b_err_small_pkt ? in ecore_sp_eth_vport_start()
426 p_params->b_err_anti_spoof ? in ecore_sp_eth_vport_start()
435 p_params->b_err_big_pkt ? in ecore_sp_eth_vport_start()
438 p_params->b_err_ctrl_frame ? in ecore_sp_eth_vport_start()
447 switch (p_params->tpa_mode) { in ecore_sp_eth_vport_start()
484 p_params->mtu, in ecore_sp_vport_start()
486 p_params->tpa_mode, in ecore_sp_vport_start()
683 if (!p_params) { in ecore_sp_vport_update_sge_tpa()
703 val = p_params->tpa_max_size; in ecore_sp_vport_update_sge_tpa()
725 u32 *p_bins = p_params->bins; in ecore_sp_update_mcast_bin()
[all …]
H A Decore_hw.c560 struct ecore_dmae_params *p_params) in ecore_dmae_opcode() argument
574 p_params->src_pfid : p_hwfn->rel_pf_id; in ecore_dmae_opcode()
583 p_params->dst_pfid : p_hwfn->rel_pf_id; in ecore_dmae_opcode()
607 p_params->port_id : p_hwfn->port_id; in ecore_dmae_opcode()
953 p_params); in ecore_dmae_execute_command()
1012 struct ecore_dmae_params *p_params) in ecore_dmae_host2grc() argument
1023 size_in_dwords, p_params); in ecore_dmae_host2grc()
1035 struct ecore_dmae_params *p_params) in ecore_dmae_grc2host() argument
1045 size_in_dwords, p_params); in ecore_dmae_grc2host()
1057 struct ecore_dmae_params *p_params) in ecore_dmae_host2host() argument
[all …]
H A Decore_vf.c1296 if (p_params->update_inner_vlan_removal_flg) { in ecore_vf_pf_vport_update()
1309 if (p_params->update_tx_switching_flg) { in ecore_vf_pf_vport_update()
1321 if (p_params->update_approx_mcast_flg) { in ecore_vf_pf_vport_update()
1348 p_params->accept_flags.rx_accept_filter; in ecore_vf_pf_vport_update()
1354 p_params->accept_flags.tx_accept_filter; in ecore_vf_pf_vport_update()
1358 if (p_params->rss_params) { in ecore_vf_pf_vport_update()
1398 if (p_params->update_accept_any_vlan_flg) { in ecore_vf_pf_vport_update()
1408 p_params->update_accept_any_vlan_flg; in ecore_vf_pf_vport_update()
1412 if (p_params->sge_tpa_params) { in ecore_vf_pf_vport_update()
1416 sge_tpa_params = p_params->sge_tpa_params; in ecore_vf_pf_vport_update()
[all …]
H A Decore_l2_api.h255 struct ecore_queue_start_common_params *p_params,
301 struct ecore_queue_start_common_params *p_params,
364 struct ecore_sp_vport_start_params *p_params);
409 struct ecore_sp_vport_update_params *p_params,
547 struct ecore_ntuple_filter_params *p_params);
H A Decore_dcbx_api.h252 struct ecore_lldp_config_params *p_params);
256 struct ecore_lldp_config_params *p_params);
260 struct ecore_lldp_sys_tlvs *p_params);
274 struct ecore_lldp_stats *p_params);
H A Decore_sriov.c1121 p_params->rel_vf_id); in ecore_iov_init_hw_for_vf()
1128 p_params->rel_vf_id, p_params->vport_id); in ecore_iov_init_hw_for_vf()
1135 p_params->rel_vf_id, p_params->rss_eng_id); in ecore_iov_init_hw_for_vf()
1140 if (!p_params->vport_id) { in ecore_iov_init_hw_for_vf()
1143 p_params->rel_vf_id); in ecore_iov_init_hw_for_vf()
1145 if ((!p_params->rss_eng_id) && (p_params->num_queues > 1)) { in ecore_iov_init_hw_for_vf()
1148 p_params->rel_vf_id); in ecore_iov_init_hw_for_vf()
1162 qid, p_params->rel_vf_id, in ecore_iov_init_hw_for_vf()
1171 qid, p_params->rel_vf_id, in ecore_iov_init_hw_for_vf()
3307 p_params->vlan) { in ecore_iov_vf_update_vlan_shadow()
[all …]
H A Decore_dev_api.h163 struct ecore_hw_init_params *p_params);
280 struct ecore_hw_prepare_params *p_params);
505 struct ecore_dmae_params *p_params);
525 struct ecore_dmae_params *p_params);
546 struct ecore_dmae_params *p_params);
H A Decore_vf.h218 struct ecore_sp_vport_update_params *p_params);
315 void __ecore_vf_get_link_params(struct ecore_mcp_link_params *p_params,
350 …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
360 …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.c3591 if (p_params->b_hw_start) { in ecore_hw_init_pf()
3745 if (p_params->p_tunn) { in ecore_vf_start()
3918 p_params); in ecore_hw_init()
5583 p_params->p_relaxed_res = in ecore_get_hw_info()
5888 p_params->p_relaxed_res = in ecore_hw_prepare_single()
5907 p_params->personality, p_params); in ecore_hw_prepare_single()
5943 p_params->epoch); in ecore_hw_prepare_single()
5992 if (p_params->b_relaxed_probe) in ecore_hw_prepare()
6002 p_params); in ecore_hw_prepare()
6030 p_params); in ecore_hw_prepare()
[all …]
H A Decore_l2.h119 struct ecore_queue_start_common_params *p_params,
125 struct ecore_sp_vport_start_params *p_params);
H A Decore_cxt.c2174 switch (p_params->rdma_protocol) { in ecore_rdma_set_pf_params()
2231 p_params->num_srqs); in ecore_rdma_set_pf_params()
2277 if (!p_params->num_vf_cons) in ecore_cxt_set_pf_params()
2280 p_params->num_cons, in ecore_cxt_set_pf_params()
2281 p_params->num_vf_cons); in ecore_cxt_set_pf_params()
2297 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2299 p_params->num_cons, 0); in ecore_cxt_set_pf_params()
2304 p_params->num_tasks, in ecore_cxt_set_pf_params()
2318 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2320 p_params->num_cons, 0); in ecore_cxt_set_pf_params()
[all …]
H A Decore_mcp.h217 struct ecore_load_req_params *p_params);
529 struct ecore_resc_lock_params *p_params);
553 struct ecore_resc_unlock_params *p_params);
H A Decore_mcp.c4328 switch (p_params->timeout) { in __ecore_mcp_resc_lock()
4339 timeout = p_params->timeout; in __ecore_mcp_resc_lock()
4363 mcp_param, opcode, p_params->owner); in __ecore_mcp_resc_lock()
4367 p_params->b_granted = true; in __ecore_mcp_resc_lock()
4370 p_params->b_granted = false; in __ecore_mcp_resc_lock()
4392 if (p_params->sleep_b4_retry) { in ecore_mcp_resc_lock()
4407 if (p_params->b_granted) in ecore_mcp_resc_lock()
4429 param, opcode, p_params->resource); in ecore_mcp_resc_unlock()
4448 p_params->resource); in ecore_mcp_resc_unlock()
4451 p_params->b_released = true; in ecore_mcp_resc_unlock()
[all …]
H A Decore_iov_api.h218 struct ecore_iov_vf_init_params *p_params);
764 …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