Home
last modified time | relevance | path

Searched refs:p_info (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_int.c1827 p_info->usage.free_cnt++; in ecore_int_sb_release()
2187 p_info->usage.cnt); in ecore_int_igu_reset_cam()
2206 p_info->usage.cnt) { in ecore_int_igu_reset_cam()
2222 p_info->usage.free_cnt = p_info->usage.cnt; in ecore_int_igu_reset_cam()
2223 p_info->usage.free_cnt_iov = p_info->usage.iov_cnt; in ecore_int_igu_reset_cam()
2224 p_info->usage.orig = p_info->usage.cnt; in ecore_int_igu_reset_cam()
2225 p_info->usage.iov_orig = p_info->usage.iov_cnt; in ecore_int_igu_reset_cam()
2509 p_info->usage.cnt--; in ecore_int_igu_relocate_sb()
2511 p_info->usage.iov_cnt++; in ecore_int_igu_relocate_sb()
2526 p_info->usage.cnt++; in ecore_int_igu_relocate_sb()
[all …]
H A Decore_mcp.c206 if (!p_info->public_base) { in ecore_load_mcp_offsets()
225 p_info->mfw_mb_addr); in ecore_load_mcp_offsets()
276 struct ecore_mcp_info *p_info; in ecore_mcp_cmd_init() local
286 p_info = p_hwfn->mcp_info; in ecore_mcp_cmd_init()
316 if (!p_info->mfw_mb_shadow || !p_info->mfw_mb_addr) in ecore_mcp_cmd_init()
1683 if (p_info->bandwidth_min < 1 || p_info->bandwidth_min > 100) { in ecore_read_pf_bandwidth()
1686 p_info->bandwidth_min); in ecore_read_pf_bandwidth()
1687 p_info->bandwidth_min = 1; in ecore_read_pf_bandwidth()
1693 if (p_info->bandwidth_max < 1 || p_info->bandwidth_max > 100) { in ecore_read_pf_bandwidth()
1696 p_info->bandwidth_max); in ecore_read_pf_bandwidth()
[all …]
H A Decore_cxt_api.h36 struct ecore_cxt_info *p_info);
H A Decore_cxt.c1914 struct ecore_cxt_info *p_info) in ecore_cxt_get_cid_info() argument
1923 b_acquired = ecore_cxt_test_cid_acquired(p_hwfn, p_info->iid, in ecore_cxt_get_cid_info()
1931 p_info->type = type; in ecore_cxt_get_cid_info()
1938 line = p_info->iid / cxts_per_p; in ecore_cxt_get_cid_info()
1944 p_info->p_cxt = (u8 *)p_mngr->ilt_shadow[line].virt_addr + in ecore_cxt_get_cid_info()
1945 p_info->iid % cxts_per_p * conn_cxt_size; in ecore_cxt_get_cid_info()
1949 (p_info->iid / cxts_per_p), p_info->p_cxt, p_info->iid); in ecore_cxt_get_cid_info()
H A Decore_int_api.h336 struct ecore_sb_info_dbg *p_info);
H A Decore_dcbx.c331 struct ecore_hw_info *p_info; in ecore_dcbx_process_mib_info() local
346 p_info = &p_hwfn->hw_info; in ecore_dcbx_process_mib_info()
355 p_info->num_active_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS); in ecore_dcbx_process_mib_info()
H A Decore_dev.c3417 struct ecore_mcp_function_info *p_info; in ecore_hw_init_pf() local
3419 p_info = &p_hwfn->mcp_info->func_info; in ecore_hw_init_pf()
3420 if (p_info->bandwidth_min) in ecore_hw_init_pf()
3421 p_hwfn->qm_info.pf_wfq = p_info->bandwidth_min; in ecore_hw_init_pf()
H A Decore_sriov.c1048 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; in ecore_iov_free_vf_igu_sbs() local
1061 p_info->entry[igu_id].status |= ECORE_IGU_STATUS_FREE; in ecore_iov_free_vf_igu_sbs()
/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.h149 struct rte_pmd_i40e_profile_info p_info[1]; member
H A Drte_pmd_i40e.c1572 p = &p_list->p_info[i]; in i40e_check_profile_info()
1585 p = &p_list->p_info[i]; in i40e_check_profile_info()
1593 p = &p_list->p_info[i]; in i40e_check_profile_info()
/dpdk/app/test-pmd/
H A Dcmdline.c14882 struct rte_pmd_i40e_profile_info *p_info; in cmd_ddp_get_list_parsed() local
14906 p_info = &p_list->p_info[i]; in cmd_ddp_get_list_parsed()
14908 printf("Track id: 0x%x\n", p_info->track_id); in cmd_ddp_get_list_parsed()
14910 p_info->version.major, in cmd_ddp_get_list_parsed()
14911 p_info->version.minor, in cmd_ddp_get_list_parsed()
14912 p_info->version.update, in cmd_ddp_get_list_parsed()
14913 p_info->version.draft); in cmd_ddp_get_list_parsed()
14914 printf("Profile name: %s\n\n", p_info->name); in cmd_ddp_get_list_parsed()