Home
last modified time | relevance | path

Searched refs:resc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c126 …vf_info->num_sbs = response->resc.num_sbs = min (vf_info->num_allocated_chains, request->resc_requ… in lm_pf_vf_fill_acquire_response()
127 response->resc.igu_cnt = vf_info->num_sbs; in lm_pf_vf_fill_acquire_response()
129 for (i = 0; i < response->resc.num_sbs; i++) in lm_pf_vf_fill_acquire_response()
131 response->resc.hw_sbs[i].hw_sb_id = LM_VF_IGU_SB_ID(vf_info, i); in lm_pf_vf_fill_acquire_response()
132 response->resc.hw_sbs[i].sb_qid = LM_FW_VF_DHC_QZONE_ID(vf_info, i); in lm_pf_vf_fill_acquire_response()
133 response->resc.hw_qid[i] = LM_FW_VF_QZONE_ID(vf_info, i); in lm_pf_vf_fill_acquire_response()
136 if (response->resc.num_sbs < vf_info->num_allocated_chains) in lm_pf_vf_fill_acquire_response()
138 for (i = response->resc.num_sbs; i < vf_info->num_allocated_chains; i++) in lm_pf_vf_fill_acquire_response()
146 vf_info->num_allocated_chains = response->resc.num_sbs; in lm_pf_vf_fill_acquire_response()
149 …vf_info->num_rxqs = response->resc.num_rxqs = min(vf_info->num_sbs, request->resc_request.num_rxqs… in lm_pf_vf_fill_acquire_response()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h448 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) argument
449 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc]) argument
450 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ argument
451 RESC_NUM(_p_hwfn, resc))
452 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
H A Decore_vfpf_if.h255 } resc; member
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame2.c403 int resc = 0; in _dwarf_get_fde_list_internal() local
405 resc = dwarf_find_existing_cie_ptr(prefix.cf_start_addr, in _dwarf_get_fde_list_internal()
409 if (resc == DW_DLV_OK) { in _dwarf_get_fde_list_internal()
412 } else if (resc == DW_DLV_NO_ENTRY) { in _dwarf_get_fde_list_internal()
414 resc = dwarf_create_cie_from_after_start(dbg, in _dwarf_get_fde_list_internal()
423 if (resc != DW_DLV_OK) { in _dwarf_get_fde_list_internal()
426 return resc; in _dwarf_get_fde_list_internal()
436 return resc; in _dwarf_get_fde_list_internal()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dvfpf_if.h164 } resc; member
H A Dhw_channel.h242 } resc; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex449 …\item \myfunc{resc\_alloc}{resc_alloc} – Allocates the various ecore-related memory, e.g., context…
451 …\item \myfunc{resc\_setup}{resc_setup} – Configures the various slowpath elements. Notice that sin…
513 …\item \myfunc{resc\_free}{resc_free} – Releases the memory allocated by the ecore during \texttt{e…
1488 …rams} structure, the value needs to be populated before invoking \myfunc{resc\_alloc}{resc_alloc}…