Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.c1333 struct ecore_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in ecore_int_sb_attn_free() local
1335 if (!p_sb) in ecore_int_sb_attn_free()
1338 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1339 OSAL_DMA_FREE_COHERENT(p_hwfn->p_dev, p_sb->sb_attn, in ecore_int_sb_attn_free()
1340 p_sb->sb_phys, in ecore_int_sb_attn_free()
1344 OSAL_FREE(p_hwfn->p_dev, p_sb); in ecore_int_sb_attn_free()
1408 struct ecore_sb_attn_info *p_sb; in ecore_int_sb_attn_alloc() local
1413 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc()
1414 if (!p_sb) { in ecore_int_sb_attn_alloc()
1424 OSAL_FREE(p_dev, p_sb); in ecore_int_sb_attn_alloc()
[all …]
H A Decore_int_api.h204 struct ecore_sb_info *p_sb,
346 struct ecore_sb_info *p_sb,
H A Decore_vf.h258 u16 sb_id, struct ecore_sb_info *p_sb);
354 …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
H A Decore_vf.c1134 struct ecore_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in ecore_vf_pf_vport_start() local
1136 if (p_sb) in ecore_vf_pf_vport_start()
1137 req->sb_addr[i] = p_sb->sb_phys; in ecore_vf_pf_vport_start()
1698 u16 sb_id, struct ecore_sb_info *p_sb) in ecore_vf_set_sb_info() argument
1712 p_iov->sbs_info[sb_id] = p_sb; in ecore_vf_set_sb_info()
H A Decore_l2_api.h80 struct ecore_sb_info *p_sb; member
H A Decore_sriov.c2380 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_rxq()
2654 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_txq()
H A Decore_l2.c250 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _ecore_eth_queue_to_cid()
H A Dqlnx_os.c6678 qparams.p_sb = fp->sb_info; in qlnx_start_queues()
6717 qparams.p_sb = fp->sb_info; in qlnx_start_queues()