Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1233 struct ecore_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in ecore_int_sb_attn_free() local
1235 if (!p_sb) in ecore_int_sb_attn_free()
1238 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1239 OSAL_DMA_FREE_COHERENT(p_hwfn->p_dev, p_sb->sb_attn, in ecore_int_sb_attn_free()
1240 p_sb->sb_phys, in ecore_int_sb_attn_free()
1244 OSAL_FREE(p_hwfn->p_dev, p_sb); in ecore_int_sb_attn_free()
1308 struct ecore_sb_attn_info *p_sb; in ecore_int_sb_attn_alloc() local
1313 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc()
1314 if (!p_sb) { in ecore_int_sb_attn_alloc()
1324 OSAL_FREE(p_dev, p_sb); in ecore_int_sb_attn_alloc()
[all …]
H A Decore_int_api.h199 struct ecore_sb_info *p_sb,
341 struct ecore_sb_info *p_sb,
H A Decore_vf.h251 u16 sb_id, struct ecore_sb_info *p_sb);
350 …LINE void ecore_vf_set_sb_info(struct ecore_hwfn *p_hwfn, u16 sb_id, struct ecore_sb_info *p_sb) {} in ecore_vf_set_sb_info() argument
H A Decore_l2_api.h77 struct ecore_sb_info *p_sb; member
H A Decore_l2.c243 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _ecore_eth_queue_to_cid()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2551 void * p_sb; in lm_vf_setup_alloc_resc() local
2596 …pdev->vars.status_blocks_arr[sb_id].host_hc_status_block.vf_sb = p_sb = mm_alloc_phys_mem(pdev, me… in lm_vf_setup_alloc_resc()
2600 …pdev->vars.status_blocks_arr[sb_id].host_hc_status_block.e2_sb = p_sb = mm_alloc_phys_mem(pdev, me… in lm_vf_setup_alloc_resc()
2608 p_sb = (void *)pdev->vars.status_blocks_arr[sb_id].host_hc_status_block.vf_sb; in lm_vf_setup_alloc_resc()
2610 p_sb = (void *)pdev->vars.status_blocks_arr[sb_id].host_hc_status_block.e2_sb; in lm_vf_setup_alloc_resc()
2614 if CHK_NULL(p_sb) in lm_vf_setup_alloc_resc()
2619 mm_mem_zero(p_sb, mem_size); in lm_vf_setup_alloc_resc()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c1728 params.p_sb = fp->sb_info; in qede_fastpath_start_queues()
1764 params.p_sb = fp->sb_info; in qede_fastpath_start_queues()