Searched refs:stream_index (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/whci/ |
D | wusb.c | 93 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm) in whc_bwa_set() argument 97 if (stream_index >= 0) in whc_bwa_set() 98 whc_write_wusbcmd(whc, WUSBCMD_WUSBSI_MASK, WUSBCMD_WUSBSI(stream_index)); in whc_bwa_set()
|
D | whcd.h | 157 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm);
|
/drivers/usb/wusbcore/ |
D | wusbhc.h | 284 int (*bwa_set)(struct wusbhc *wusbhc, s8 stream_index,
|
/drivers/usb/host/ |
D | hwa-hc.c | 333 static int __hwahc_op_bwa_set(struct wusbhc *wusbhc, s8 stream_index, in __hwahc_op_bwa_set() argument 346 stream_index, in __hwahc_op_bwa_set()
|
/drivers/net/wireless/ |
D | mwl8k.c | 3804 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local 3823 stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) % in mwl8k_watchdog_ba_events() 3825 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events() 3830 mwl8k_destroy_ba(hw, stream_index); in mwl8k_watchdog_ba_events()
|