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

/include/linux/uwb/
H A Dspec.h352 static inline void uwb_ie_drp_set_stream_index(struct uwb_ie_drp *ie, int stream_index) argument
355 drp_control = (drp_control & ~(0x7 << 3)) | (stream_index << 3);

Completed in 178 milliseconds