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

/freebsd-11-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
1238 struct ecore_sb_info *sb_info; local
1250 sb_info = &p_hwfn->p_sp_sb->sb_info;
1252 if (!sb_info) {
1269 ecore_sb_ack(sb_info, IGU_INT_DISABLE, 0);
1272 if (!sb_info->sb_virt) {
1275 u32 tmp_index = sb_info->sb_ack;
1276 rc = ecore_sb_update_sb_idx(sb_info);
1279 tmp_index, sb_info
1354 struct ecore_sb_attn_info *sb_info = p_hwfn->p_sb_attn; local
1373 struct ecore_sb_attn_info *sb_info = p_hwfn->p_sb_attn; local
1603 ecore_int_sb_setup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_sb_info *sb_info) argument
1685 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
1744 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.h188 struct ecore_sb_info *sb_info; member in struct:qlnx_fastpath
710 extern void qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info);
711 extern int qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info,
H A Dqlnx_os.c5015 ecore_sb_ack(fp->sb_info, IGU_INT_DISABLE, 0);
5100 ecore_sb_update_sb_idx(fp->sb_info);
5102 ecore_sb_ack(fp->sb_info, IGU_INT_ENABLE, 1);
6070 fp->sb_info = &ha->sb_array[rss_id];
6121 qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info) argument
6127 if (sb_info->sb_virt) {
6128 OSAL_DMA_FREE_COHERENT(cdev, ((void *)sb_info->sb_virt),
6129 (sb_info->sb_phys), (sizeof(*sb_info->sb_virt)));
6130 sb_info
6135 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
6160 qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, u16 sb_id) argument
[all...]
/freebsd-11-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-11-stable/sys/dev/sound/isa/
H A Dsb8.c66 struct sb_info;
69 struct sb_info *parent;
76 struct sb_info { struct
90 static int sb_rd(struct sb_info *sb, int reg);
91 static void sb_wr(struct sb_info *sb, int reg, u_int8_t val);
92 static int sb_dspready(struct sb_info *sb);
93 static int sb_cmd(struct sb_info *sb, u_char val);
94 static int sb_cmd1(struct sb_info *sb, u_char cmd, int val);
95 static int sb_cmd2(struct sb_info *sb, u_char cmd, int val);
96 static u_int sb_get_byte(struct sb_info *s
[all...]
H A Dsb16.c73 struct sb_info;
76 struct sb_info *parent;
83 struct sb_info { struct
100 static void sb_lock(struct sb_info *sb);
101 static void sb_unlock(struct sb_info *sb);
102 static int sb_rd(struct sb_info *sb, int reg);
103 static void sb_wr(struct sb_info *sb, int reg, u_int8_t val);
104 static int sb_cmd(struct sb_info *sb, u_char val);
105 /* static int sb_cmd1(struct sb_info *sb, u_char cmd, int val); */
106 static int sb_cmd2(struct sb_info *s
[all...]

Completed in 187 milliseconds