Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_int.c1336 struct ecore_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in ecore_int_sb_attn_free() local
1338 if (!p_sb) in ecore_int_sb_attn_free()
1341 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1342 OSAL_DMA_FREE_COHERENT(p_hwfn->p_dev, p_sb->sb_attn, in ecore_int_sb_attn_free()
1343 p_sb->sb_phys, in ecore_int_sb_attn_free()
1347 OSAL_FREE(p_hwfn->p_dev, p_sb); in ecore_int_sb_attn_free()
1411 struct ecore_sb_attn_info *p_sb; in ecore_int_sb_attn_alloc() local
1416 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc()
1417 if (!p_sb) { in ecore_int_sb_attn_alloc()
1427 OSAL_FREE(p_dev, p_sb); in ecore_int_sb_attn_alloc()
[all …]
HDecore_int_api.h206 struct ecore_sb_info *p_sb,
348 struct ecore_sb_info *p_sb,
HDecore_vf.h260 u16 sb_id, struct ecore_sb_info *p_sb);
357 …t ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED sb_id, struct ecore_sb_info OSAL_UNUSED *p_sb) {} in ecore_vf_set_sb_info() argument
HDecore_vf.c1138 struct ecore_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in ecore_vf_pf_vport_start() local
1140 if (p_sb) in ecore_vf_pf_vport_start()
1141 req->sb_addr[i] = p_sb->sb_phys; in ecore_vf_pf_vport_start()
1702 u16 sb_id, struct ecore_sb_info *p_sb) in ecore_vf_set_sb_info() argument
1716 p_iov->sbs_info[sb_id] = p_sb; in ecore_vf_set_sb_info()
HDecore_l2_api.h82 struct ecore_sb_info *p_sb; member
HDecore_sriov.c2383 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_rxq()
2657 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_txq()
HDecore_l2.c252 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _ecore_eth_queue_to_cid()
HDqlnx_os.c6936 qparams.p_sb = fp->sb_info; in qlnx_start_queues()
6975 qparams.p_sb = fp->sb_info; in qlnx_start_queues()