Home
last modified time | relevance | path

Searched refs:ecore_sb_info (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int_api.h50 struct ecore_sb_info { struct
84 static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info) in ecore_sb_update_sb_idx() argument
115 static OSAL_INLINE void ecore_sb_ack(struct ecore_sb_info *sb_info, in ecore_sb_ack()
204 struct ecore_sb_info *p_sb,
259 struct ecore_sb_info *sb_info,
273 struct ecore_sb_info *sb_info);
289 struct ecore_sb_info *sb_info,
346 struct ecore_sb_info *p_sb,
H A Decore_vf.h72 struct ecore_sb_info *sbs_info[PFVF_MAX_SBS_PER_VF];
258 u16 sb_id, struct ecore_sb_info *p_sb);
354 …(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED sb_id, struct ecore_sb_info OSAL_UNUSED *p… in ecore_vf_set_sb_info()
H A Dqlnx_def.h179 struct ecore_sb_info *sb_info;
415 struct ecore_sb_info sb_array[QLNX_MAX_RSS];
691 extern void qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info);
692 extern int qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info,
H A Decore_int.h61 struct ecore_sb_info *sb_info;
H A Decore_int.c80 struct ecore_sb_info sb_info;
1235 struct ecore_sb_info *sb_info; in ecore_int_sp_dpc()
1521 struct ecore_sb_info *p_sb, u32 pi_index, in ecore_int_cau_conf_pi()
1602 struct ecore_sb_info *sb_info) in ecore_int_sb_setup()
1684 struct ecore_sb_info *sb_info, in ecore_int_sb_init()
1742 struct ecore_sb_info *sb_info, in ecore_int_sb_release()
2671 struct ecore_sb_info *p_sb, in ecore_int_get_sb_dbg()
H A Decore_l2_api.h80 struct ecore_sb_info *p_sb;
H A Decore.h258 struct ecore_sb_info;
H A Decore_vf.c1134 struct ecore_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in ecore_vf_pf_vport_start()
1698 u16 sb_id, struct ecore_sb_info *p_sb) in ecore_vf_set_sb_info()
H A Dqlnx_os.c5818 bzero(&ha->sb_array[0], (sizeof(struct ecore_sb_info) * QLNX_MAX_RSS)); in qlnx_alloc_mem_arrays()
5884 qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info) in qlnx_free_mem_sb()
5898 qlnx_sb_init(struct ecore_dev *cdev, struct ecore_sb_info *sb_info, in qlnx_sb_init()
5923 qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, u16 sb_id) in qlnx_alloc_mem_sb()
H A Decore_sriov.c2351 struct ecore_sb_info sb_dummy; in ecore_iov_vf_mbx_start_rxq()
2622 struct ecore_sb_info sb_dummy; in ecore_iov_vf_mbx_start_txq()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h233 struct ecore_sb_info *sb;
374 struct ecore_sb_info sb_array[QLNXR_MAX_MSIX];
H A Dqlnxr_os.c459 bzero(dev->sb_array, (sizeof(struct ecore_sb_info) * QLNXR_MAX_MSIX)); in qlnxr_free_resources()
490 bzero(dev->sb_array, (sizeof (struct ecore_sb_info) * QLNXR_MAX_MSIX)); in qlnxr_alloc_resources()