Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c1387 if (!p_sb) in ecore_int_sb_attn_free()
1390 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1392 p_sb->sb_phys, in ecore_int_sb_attn_free()
1462 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc()
1463 if (!p_sb) { in ecore_int_sb_attn_alloc()
1473 OSAL_FREE(p_dev, p_sb); in ecore_int_sb_attn_alloc()
1478 p_hwfn->p_sb_attn = p_sb; in ecore_int_sb_attn_alloc()
1836 if (!p_sb) in ecore_int_sp_sb_free()
1857 p_sb = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sp_sb_alloc()
1858 if (!p_sb) { in ecore_int_sp_sb_alloc()
[all …]
H A Decore_int_api.h193 struct ecore_sb_info *p_sb,
335 struct ecore_sb_info *p_sb,
H A Decore_vf.h245 u16 sb_id, struct ecore_sb_info *p_sb);
H A Decore_l2_api.h37 struct ecore_sb_info *p_sb; member
H A Decore_vf.c1141 struct ecore_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in ecore_vf_pf_vport_start() local
1143 if (p_sb) in ecore_vf_pf_vport_start()
1144 req->sb_addr[i] = p_sb->sb_phys; in ecore_vf_pf_vport_start()
1736 u16 sb_id, struct ecore_sb_info *p_sb) in ecore_vf_set_sb_info() argument
1750 p_iov->sbs_info[sb_id] = p_sb; in ecore_vf_set_sb_info()
H A Decore_sriov.c2416 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_rxq()
2692 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_txq()
H A Decore_l2.c218 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _ecore_eth_queue_to_cid()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c782 params.p_sb = fp->sb_info; in qede_rx_queue_start()
841 params.p_sb = fp->sb_info; in qede_tx_queue_start()