Searched refs:p_sb (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/dev/qlnx/qlnxe/ |
| HD | ecore_int.c | 1336 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 …]
|
| HD | ecore_int_api.h | 206 struct ecore_sb_info *p_sb, 348 struct ecore_sb_info *p_sb,
|
| HD | ecore_vf.h | 260 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
|
| HD | ecore_vf.c | 1138 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()
|
| HD | ecore_l2_api.h | 82 struct ecore_sb_info *p_sb; member
|
| HD | ecore_sriov.c | 2383 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()
|
| HD | ecore_l2.c | 252 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _ecore_eth_queue_to_cid()
|
| HD | qlnx_os.c | 6936 qparams.p_sb = fp->sb_info; in qlnx_start_queues() 6975 qparams.p_sb = fp->sb_info; in qlnx_start_queues()
|