Home
last modified time | relevance | path

Searched refs:stream_num (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/net/sctp/
H A Dulpevent.h131 __u16 stream_num, __be16 *stream_list, gfp_t gfp);
H A Dsm.h257 __u16 stream_num, __be16 *stream_list,
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr.c544 int err, is_capture, sample_rate, stream_num; in pcxhr_set_format() local
588 stream_num = is_capture ? 0 : stream->substream->number; in pcxhr_set_format()
593 stream_num, 0); in pcxhr_set_format()
624 int err, is_capture, stream_num; in pcxhr_update_r_buffer() local
630 stream_num = is_capture ? 0 : subs->number; in pcxhr_update_r_buffer()
640 stream_num, 0); in pcxhr_update_r_buffer()
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva.h260 u32 stream_num; member
H A Dhva-h264.c602 u32 frame_num = pctx->stream_num; in hva_h264_prepare_task()
1023 pctx->stream_num++; in hva_h264_encode()
H A Dhva-v4l2.c838 dst_buf->sequence = ctx->stream_num - 1; in hva_run_work()
1083 ctx->stream_num = 0; in hva_stop_streaming()
/openbmc/linux/net/sctp/
H A Dulpevent.c889 const struct sctp_association *asoc, __u16 flags, __u16 stream_num, in sctp_ulpevent_make_stream_reset_event() argument
897 length = sizeof(struct sctp_stream_reset_event) + 2 * stream_num; in sctp_ulpevent_make_stream_reset_event()
911 for (i = 0; i < stream_num; i++) in sctp_ulpevent_make_stream_reset_event()
H A Dsm_make_chunk.c3680 __u16 stream_num, __be16 *stream_list, in sctp_make_strreset_req() argument
3683 __u16 stream_len = stream_num * sizeof(__u16); in sctp_make_strreset_req()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c2570 u32 *track_stream = &current_ld_sd->mru_bit_map, stream_num; in megasas_stream_detect() local
2578 stream_num = (*track_stream >> in megasas_stream_detect()
2581 current_sd = &current_ld_sd->stream_track[stream_num]; in megasas_stream_detect()
2615 unshifted_values | shifted_values | stream_num; in megasas_stream_detect()
2623 stream_num = (*track_stream >> in megasas_stream_detect()
2626 current_sd = &current_ld_sd->stream_track[stream_num]; in megasas_stream_detect()
2629 *track_stream = (((*track_stream & ZERO_LAST_STREAM) << 4) | stream_num); in megasas_stream_detect()