Searched refs:sb_info (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_int_api.h86 static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info) argument
93 prod = OSAL_LE32_TO_CPU(sb_info->sb_virt->prod_index) &
95 if (sb_info->sb_ack != prod) {
96 sb_info->sb_ack = prod;
100 OSAL_MMIOWB(sb_info->p_dev);
108 * @param sb_info - This is the structure allocated and
117 static OSAL_INLINE void ecore_sb_ack(struct ecore_sb_info *sb_info, argument
127 if (sb_info->p_dev->int_mode == ECORE_INT_MODE_POLL)
131 OSAL_CPU_TO_LE32((sb_info->sb_ack <<
139 DIRECT_REG_WR(sb_info
[all...]
H A Decore_int.c82 struct ecore_sb_info sb_info; member in struct:ecore_sb_sp_info
1237 struct ecore_sb_info *sb_info; local
1249 sb_info = &p_hwfn->p_sp_sb->sb_info;
1251 if (!sb_info) {
1268 ecore_sb_ack(sb_info, IGU_INT_DISABLE, 0);
1271 if (!sb_info->sb_virt) {
1274 u32 tmp_index = sb_info->sb_ack;
1275 rc = ecore_sb_update_sb_idx(sb_info);
1278 tmp_index, sb_info
1353 struct ecore_sb_attn_info *sb_info = p_hwfn->p_sb_attn; local
1372 struct ecore_sb_attn_info *sb_info = p_hwfn->p_sb_attn; local
1602 ecore_int_sb_setup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_sb_info *sb_info) argument
1684 ecore_int_sb_init(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_sb_info *sb_info, void *sb_virt_addr, dma_addr_t sb_phy_addr, u16 sb_id) argument
1743 ecore_int_sb_release(struct ecore_hwfn *p_hwfn, struct ecore_sb_info *sb_info, u16 sb_id) argument
[all...]
H A Decore_int.h63 struct ecore_sb_info *sb_info; member in struct:ecore_igu_block
H A Dqlnx_def.h181 struct ecore_sb_info *sb_info; member in struct:qlnx_fastpath
693 extern void qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info);
694 extern int qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info,
H A Dqlnx_os.c4902 ecore_sb_ack(fp->sb_info, IGU_INT_DISABLE, 0);
4984 ecore_sb_update_sb_idx(fp->sb_info);
4986 ecore_sb_ack(fp->sb_info, IGU_INT_ENABLE, 1);
5945 fp->sb_info = &ha->sb_array[rss_id];
5996 qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info) argument
6002 if (sb_info->sb_virt) {
6003 OSAL_DMA_FREE_COHERENT(cdev, ((void *)sb_info->sb_virt),
6004 (sb_info->sb_phys), (sizeof(*sb_info->sb_virt)));
6005 sb_info
6010 qlnx_sb_init(struct ecore_dev *cdev, struct ecore_sb_info *sb_info, void *sb_virt_addr, bus_addr_t sb_phy_addr, u16 sb_id) argument
6035 qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, u16 sb_id) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dget_window_size.c105 CONSOLE_SCREEN_BUFFER_INFO sb_info; local
109 GetConsoleScreenBufferInfo((HANDLE) fh, &sb_info)) {
111 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top;
113 *columns = 1 + sb_info.srWindow.Right - sb_info.srWindow.Left;
/freebsd-13-stable/sys/dev/sound/isa/
H A Dsb8.c68 struct sb_info;
71 struct sb_info *parent;
78 struct sb_info { struct
92 static int sb_rd(struct sb_info *sb, int reg);
93 static void sb_wr(struct sb_info *sb, int reg, u_int8_t val);
94 static int sb_dspready(struct sb_info *sb);
95 static int sb_cmd(struct sb_info *sb, u_char val);
96 static int sb_cmd1(struct sb_info *sb, u_char cmd, int val);
97 static int sb_cmd2(struct sb_info *sb, u_char cmd, int val);
98 static u_int sb_get_byte(struct sb_info *s
[all...]
H A Dsb16.c75 struct sb_info;
78 struct sb_info *parent;
85 struct sb_info { struct
102 static void sb_lock(struct sb_info *sb);
103 static void sb_unlock(struct sb_info *sb);
104 static int sb_rd(struct sb_info *sb, int reg);
105 static void sb_wr(struct sb_info *sb, int reg, u_int8_t val);
106 static int sb_cmd(struct sb_info *sb, u_char val);
107 /* static int sb_cmd1(struct sb_info *sb, u_char cmd, int val); */
108 static int sb_cmd2(struct sb_info *s
[all...]

Completed in 146 milliseconds