Home
last modified time | relevance | path

Searched refs:stream_index (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pci/
H A Dide.c18 static int __sel_ide_offset(u16 ide_cap, u8 nr_link_ide, u8 stream_index, in __sel_ide_offset() argument
28 return offset + stream_index * PCI_IDE_SEL_BLOCK_SIZE(nr_ide_mem); in __sel_ide_offset()
35 settings->stream_index, pdev->nr_ide_mem); in sel_ide_offset()
197 struct stream_index { struct
199 u8 stream_index; argument
202 static void free_stream_index(struct stream_index *stream) in free_stream_index()
204 ida_free(stream->ida, stream->stream_index); in free_stream_index()
207 DEFINE_FREE(free_stream, struct stream_index *, if (_T) free_stream_index(_T)) in DEFINE_FREE() argument
208 static struct stream_index *alloc_stream_index(struct ida *ida, u16 max, in DEFINE_FREE()
209 struct stream_index *stream) in DEFINE_FREE()
[all …]
/linux/include/linux/
H A Dpci-ide.h48 u8 stream_index; member
/linux/sound/pci/asihpi/
H A Dhpi_internal.h625 u16 stream_index; /**< outstream or instream index. */ member
H A Dhpi6000.c1744 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
H A Dhpifunc.c791 &hm.u.d.u.stream.stream_index)) in hpi_outstream_group_add()
1147 &hm.u.d.u.stream.stream_index)) in hpi_instream_group_add()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c3892 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local
3911 stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) % in mwl8k_watchdog_ba_events()
3913 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events()
3918 mwl8k_destroy_ba(hw, stream_index); in mwl8k_watchdog_ba_events()