Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_int.c1337 if (!p_sb) in ecore_int_sb_attn_free()
1340 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1342 p_sb->sb_phys, in ecore_int_sb_attn_free()
1415 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc()
1416 if (!p_sb) { in ecore_int_sb_attn_alloc()
1426 OSAL_FREE(p_dev, p_sb); in ecore_int_sb_attn_alloc()
1783 if (!p_sb) in ecore_int_sp_sb_free()
1805 p_sb = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sp_sb_alloc()
1806 if (!p_sb) { in ecore_int_sp_sb_alloc()
1822 p_hwfn->p_sp_sb = p_sb; in ecore_int_sp_sb_alloc()
[all …]
H A Decore_int_api.h206 struct ecore_sb_info *p_sb,
348 struct ecore_sb_info *p_sb,
H A Decore_vf.h260 u16 sb_id, struct ecore_sb_info *p_sb);
356 …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.c1136 struct ecore_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in ecore_vf_pf_vport_start() local
1138 if (p_sb) in ecore_vf_pf_vport_start()
1139 req->sb_addr[i] = p_sb->sb_phys; in ecore_vf_pf_vport_start()
1700 u16 sb_id, struct ecore_sb_info *p_sb) in ecore_vf_set_sb_info() argument
1714 p_iov->sbs_info[sb_id] = p_sb; in ecore_vf_set_sb_info()
H A Decore_l2_api.h82 struct ecore_sb_info *p_sb; member
H A Decore_sriov.c2382 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_rxq()
2656 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_txq()
H A Decore_l2.c252 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _ecore_eth_queue_to_cid()
H A Dqlnx_os.c6801 qparams.p_sb = fp->sb_info; in qlnx_start_queues()
6840 qparams.p_sb = fp->sb_info; in qlnx_start_queues()