Searched refs:p_sb (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_int.c | 1333 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 D | ecore_int_api.h | 204 struct ecore_sb_info *p_sb, 346 struct ecore_sb_info *p_sb,
|
H A D | ecore_vf.h | 258 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 D | ecore_vf.c | 1134 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 D | ecore_l2_api.h | 80 struct ecore_sb_info *p_sb; member
|
H A D | ecore_sriov.c | 2380 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 D | ecore_l2.c | 250 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _ecore_eth_queue_to_cid()
|
H A D | qlnx_os.c | 6678 qparams.p_sb = fp->sb_info; in qlnx_start_queues() 6717 qparams.p_sb = fp->sb_info; in qlnx_start_queues()
|