Home
last modified time | relevance | path

Searched refs:sample_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c414 switch (sample_bytes - sample_len) { in ath_cmn_copy_fft_frame()
418 sample_len - 1); in ath_cmn_copy_fft_frame()
422 memcpy(out, in, sample_len); in ath_cmn_copy_fft_frame()
431 sample_len - 32); in ath_cmn_copy_fft_frame()
440 sample_len - 31); in ath_cmn_copy_fft_frame()
527 sample_len = SPECTRAL_HT20_SAMPLE_LEN; in ath_cmn_process_fft()
580 ((sample_bytes > sample_len) && in ath_cmn_process_fft()
598 (sample_bytes >= sample_len) && in ath_cmn_process_fft()
599 (sample_bytes < sample_len + 2) && in ath_cmn_process_fft()
620 sample_buf, sample_len, in ath_cmn_process_fft()
[all …]
/openbmc/linux/kernel/bpf/
H A Dringbuf.c660 u32 hdr_len, sample_len, total_len, flags, *hdr; in __bpf_user_ringbuf_peek() local
677 sample_len = hdr_len & ~flags; in __bpf_user_ringbuf_peek()
678 total_len = round_up(sample_len + BPF_RINGBUF_HDR_SZ, 8); in __bpf_user_ringbuf_peek()
689 err = bpf_dynptr_check_size(sample_len); in __bpf_user_ringbuf_peek()
708 *size = sample_len; in __bpf_user_ringbuf_peek()