Symbol: ecore_sb_info
sys/dev/qlnx/qlnxe/ecore.h
258
struct ecore_sb_info;
sys/dev/qlnx/qlnxe/ecore_int.c
1235
struct ecore_sb_info *sb_info;
sys/dev/qlnx/qlnxe/ecore_int.c
1521
struct ecore_sb_info *p_sb, u32 pi_index,
sys/dev/qlnx/qlnxe/ecore_int.c
1602
struct ecore_sb_info *sb_info)
sys/dev/qlnx/qlnxe/ecore_int.c
1684
struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/ecore_int.c
1742
struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/ecore_int.c
2671
struct ecore_sb_info *p_sb,
sys/dev/qlnx/qlnxe/ecore_int.c
80
struct ecore_sb_info sb_info;
sys/dev/qlnx/qlnxe/ecore_int.h
61
struct ecore_sb_info *sb_info;
sys/dev/qlnx/qlnxe/ecore_int_api.h
115
static OSAL_INLINE void ecore_sb_ack(struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/ecore_int_api.h
204
struct ecore_sb_info *p_sb,
sys/dev/qlnx/qlnxe/ecore_int_api.h
259
struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/ecore_int_api.h
273
struct ecore_sb_info *sb_info);
sys/dev/qlnx/qlnxe/ecore_int_api.h
289
struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/ecore_int_api.h
346
struct ecore_sb_info *p_sb,
sys/dev/qlnx/qlnxe/ecore_int_api.h
84
static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info)
sys/dev/qlnx/qlnxe/ecore_l2_api.h
80
struct ecore_sb_info *p_sb;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2351
struct ecore_sb_info sb_dummy;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2622
struct ecore_sb_info sb_dummy;
sys/dev/qlnx/qlnxe/ecore_vf.c
1134
struct ecore_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i];
sys/dev/qlnx/qlnxe/ecore_vf.c
1693
u16 sb_id, struct ecore_sb_info *p_sb)
sys/dev/qlnx/qlnxe/ecore_vf.h
258
u16 sb_id, struct ecore_sb_info *p_sb);
sys/dev/qlnx/qlnxe/ecore_vf.h
354
static OSAL_INLINE void ecore_vf_set_sb_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED sb_id, struct ecore_sb_info OSAL_UNUSED *p_sb) {}
sys/dev/qlnx/qlnxe/ecore_vf.h
72
struct ecore_sb_info *sbs_info[PFVF_MAX_SBS_PER_VF];
sys/dev/qlnx/qlnxe/qlnx_def.h
179
struct ecore_sb_info *sb_info;
sys/dev/qlnx/qlnxe/qlnx_def.h
413
struct ecore_sb_info sb_array[QLNX_MAX_RSS];
sys/dev/qlnx/qlnxe/qlnx_def.h
686
extern void qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info);
sys/dev/qlnx/qlnxe/qlnx_def.h
687
extern int qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/qlnx_os.c
5691
bzero(&ha->sb_array[0], (sizeof(struct ecore_sb_info) * QLNX_MAX_RSS));
sys/dev/qlnx/qlnxe/qlnx_os.c
5757
qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info)
sys/dev/qlnx/qlnxe/qlnx_os.c
5771
qlnx_sb_init(struct ecore_dev *cdev, struct ecore_sb_info *sb_info,
sys/dev/qlnx/qlnxe/qlnx_os.c
5796
qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, u16 sb_id)
sys/dev/qlnx/qlnxr/qlnxr_def.h
233
struct ecore_sb_info *sb;
sys/dev/qlnx/qlnxr/qlnxr_def.h
374
struct ecore_sb_info sb_array[QLNXR_MAX_MSIX];
sys/dev/qlnx/qlnxr/qlnxr_os.c
459
bzero(dev->sb_array, (sizeof(struct ecore_sb_info) * QLNXR_MAX_MSIX));
sys/dev/qlnx/qlnxr/qlnxr_os.c
490
bzero(dev->sb_array, (sizeof (struct ecore_sb_info) * QLNXR_MAX_MSIX));