| /kernel/linux/linux-5.10/tools/perf/util/c++/ |
| H A D | clang.cpp | 206 void *buffer; in perf_clang__compile_bpf() local 208 buffer = malloc(size); in perf_clang__compile_bpf() 209 if (!buffer) in perf_clang__compile_bpf() 211 memcpy(buffer, O->data(), size); in perf_clang__compile_bpf() 212 *p_obj_buf = buffer; in perf_clang__compile_bpf()
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | utmisc.c | 336 struct acpi_buffer buffer; in acpi_ut_display_init_pathname() local 348 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_ut_display_init_pathname() 349 status = acpi_ns_handle_to_pathname(obj_handle, &buffer, TRUE); in acpi_ut_display_init_pathname() 371 acpi_ut_get_type_name(type), (char *)buffer.pointer); in acpi_ut_display_init_pathname() 380 ACPI_FREE(buffer.pointer); in acpi_ut_display_init_pathname()
|
| /kernel/linux/linux-6.6/drivers/block/zram/ |
| H A D | zcomp.c | 40 free_pages((unsigned long)zstrm->buffer, 1); in zcomp_strm_free() 42 zstrm->buffer = NULL; in zcomp_strm_free() 47 * ->buffer. Return a negative value on error. 56 zstrm->buffer = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, 1); in zcomp_strm_init() 57 if (IS_ERR_OR_NULL(zstrm->tfm) || !zstrm->buffer) { in zcomp_strm_init() 121 * Our dst memory (zstrm->buffer) is always `2 * PAGE_SIZE' sized in zcomp_compress() 124 * to add some padding to the compressed buffer. Speaking of padding, in zcomp_compress() 131 * the dst buffer, zram_drv will take care of the fact that in zcomp_compress() 132 * compressed buffer is too big. in zcomp_compress() 138 zstrm->buffer, dst_le in zcomp_compress() [all...] |
| /kernel/linux/linux-6.6/crypto/ |
| H A D | polyval-generic.c | 63 u8 buffer[POLYVAL_BLOCK_SIZE]; member 163 pos = dctx->buffer + dctx->bytes - 1; in polyval_update() 177 crypto_xor(dctx->buffer, tmp, POLYVAL_BLOCK_SIZE); in polyval_update() 185 pos = dctx->buffer + POLYVAL_BLOCK_SIZE - 1; in polyval_update() 200 copy_and_reverse(dst, dctx->buffer); in polyval_final()
|
| /kernel/linux/linux-6.6/drivers/iio/chemical/ |
| H A D | ams-iaq-core.c | 34 struct ams_iaqcore_reading buffer; member 68 .buf = (char *) &data->buffer, in ams_iaqcore_read_measurement() 112 *val2 = be16_to_cpu(data->buffer.co2_ppm); in ams_iaqcore_read_raw() 116 *val = be32_to_cpu(data->buffer.resistance); in ams_iaqcore_read_raw() 121 *val2 = be16_to_cpu(data->buffer.voc_ppb); in ams_iaqcore_read_raw()
|
| /kernel/liteos_a/fs/proc/os_adapt/ |
| H A D | fs_cache_proc.c | 181 static int FsCacheClear(struct ProcFile *pf, const char *buffer, size_t buflen, loff_t *ppos) in FsCacheClear() argument 183 if (buffer == NULL || buflen < sizeof(CLEAR_ALL_CACHE)) { in FsCacheClear() 189 if (!strcmp(buffer, CLEAR_ALL_CACHE)) { in FsCacheClear() 192 } else if (!strcmp(buffer, CLEAR_PAGE_CACHE)) { in FsCacheClear() 194 } else if (!strcmp(buffer, CLEAR_PATH_CACHE)) { in FsCacheClear()
|
| /test/xts/device_attest/services/core/dfx/ |
| H A D | attest_dfx.c | 21 // 写到buffer,统一输出。 30 char* buffer = (char *)ATTEST_MEM_MALLOC(MAX_ATTEST_BUFF_LEN); in PrintChallengeResult() local 31 if (buffer == NULL) { in PrintChallengeResult() 34 char* curBuffer = buffer; in PrintChallengeResult() 40 ATTEST_LOG_INFO("%s", buffer); in PrintChallengeResult() 41 ATTEST_MEM_FREE(buffer); in PrintChallengeResult()
|
| /test/xts/device_attest_lite/services/core/dfx/ |
| H A D | attest_dfx.c | 21 // 写到buffer,统一输出。 30 char* buffer = (char *)ATTEST_MEM_MALLOC(MAX_ATTEST_BUFF_LEN); in PrintChallengeResult() local 31 if (buffer == NULL) { in PrintChallengeResult() 34 char* curBuffer = buffer; in PrintChallengeResult() 40 ATTEST_LOG_INFO("%s", buffer); in PrintChallengeResult() 41 ATTEST_MEM_FREE(buffer); in PrintChallengeResult()
|
| /kernel/linux/linux-5.10/sound/pci/rme9652/ |
| H A D | hdspm.c | 188 /* 16 page addresses for each of the 64 channels DMA buffer in and out 289 #define HDSPM_Latency0 (1<<1) /* buffer size = 2^n */ 450 #define HDSPM_BufferPositionMask 0x000FFC0 /* Bit 6..15 : h/w buffer pointer */ 792 need to use in order to find the relevant channel buffer. RME 795 and the value is the DMA channel (i.e. channel buffer number) 1881 unsigned char buf[128]; /* this buffer is designed to match the MIDI in snd_hdspm_midi_input_read() 4753 struct snd_info_buffer *buffer) in snd_hdspm_proc_read_tco() 4762 snd_iprintf(buffer, "--- TCO ---\n"); in snd_hdspm_proc_read_tco() 4769 snd_iprintf(buffer, "TCO module detected.\n"); in snd_hdspm_proc_read_tco() 4772 snd_iprintf(buffer, " LT in snd_hdspm_proc_read_tco() 4752 snd_hdspm_proc_read_tco(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_tco() argument 4864 snd_hdspm_proc_read_madi(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_madi() argument 5026 snd_hdspm_proc_read_aes32(struct snd_info_entry * entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_aes32() argument 5179 snd_hdspm_proc_read_raydat(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_raydat() argument 5237 snd_hdspm_proc_read_debug(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_debug() argument 5254 snd_hdspm_proc_ports_in(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_ports_in() argument 5267 snd_hdspm_proc_ports_out(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_ports_out() argument [all...] |
| /kernel/linux/linux-6.6/sound/pci/rme9652/ |
| H A D | hdspm.c | 187 /* 16 page addresses for each of the 64 channels DMA buffer in and out 288 #define HDSPM_Latency0 (1<<1) /* buffer size = 2^n */ 449 #define HDSPM_BufferPositionMask 0x000FFC0 /* Bit 6..15 : h/w buffer pointer */ 791 need to use in order to find the relevant channel buffer. RME 794 and the value is the DMA channel (i.e. channel buffer number) 1880 unsigned char buf[128]; /* this buffer is designed to match the MIDI in snd_hdspm_midi_input_read() 4744 struct snd_info_buffer *buffer) in snd_hdspm_proc_read_tco() 4753 snd_iprintf(buffer, "--- TCO ---\n"); in snd_hdspm_proc_read_tco() 4760 snd_iprintf(buffer, "TCO module detected.\n"); in snd_hdspm_proc_read_tco() 4763 snd_iprintf(buffer, " LT in snd_hdspm_proc_read_tco() 4743 snd_hdspm_proc_read_tco(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_tco() argument 4855 snd_hdspm_proc_read_madi(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_madi() argument 5017 snd_hdspm_proc_read_aes32(struct snd_info_entry * entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_aes32() argument 5170 snd_hdspm_proc_read_raydat(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_raydat() argument 5228 snd_hdspm_proc_read_debug(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_read_debug() argument 5245 snd_hdspm_proc_ports_in(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_ports_in() argument 5258 snd_hdspm_proc_ports_out(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_hdspm_proc_ports_out() argument [all...] |
| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| H A D | acer-wmi.c | 842 obj->buffer.length == sizeof(struct wmab_ret)) { in AMW0_find_mailled() 843 ret = *((struct wmab_ret *) obj->buffer.pointer); in AMW0_find_mailled() 908 obj->buffer.length == sizeof(struct wmab_ret)) { in AMW0_set_capabilities() 909 ret = *((struct wmab_ret *) obj->buffer.pointer); in AMW0_set_capabilities() 922 * It's ok to use existing buffer for next wmab_execute call. in AMW0_set_capabilities() 931 && obj->buffer.length == sizeof(struct wmab_ret)) { in AMW0_set_capabilities() 932 ret = *((struct wmab_ret *) obj->buffer.pointer); in AMW0_set_capabilities() 983 (obj->buffer.length == sizeof(u32) || in WMI_execute_u32() 984 obj->buffer.length == sizeof(u64))) { in WMI_execute_u32() 985 tmp = *((u32 *) obj->buffer in WMI_execute_u32() [all...] |
| /kernel/linux/linux-5.10/sound/pci/ |
| H A D | ad1889.c | 71 unsigned long size; /* DMA buffer size */ 622 snd_ad1889_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ad1889_proc_read() argument 629 snd_iprintf(buffer, "Wave output: %s\n", in snd_ad1889_proc_read() 631 snd_iprintf(buffer, "Wave Channels: %s\n", in snd_ad1889_proc_read() 633 snd_iprintf(buffer, "Wave Quality: %d-bit linear\n", in snd_ad1889_proc_read() 641 snd_iprintf(buffer, "Wave FIFO: %d %s words\n\n", tmp, in snd_ad1889_proc_read() 645 snd_iprintf(buffer, "Synthesis output: %s\n", in snd_ad1889_proc_read() 653 snd_iprintf(buffer, "Synthesis FIFO: %d %s words\n\n", tmp, in snd_ad1889_proc_read() 657 snd_iprintf(buffer, "ADC input: %s\n", in snd_ad1889_proc_read() 659 snd_iprintf(buffer, "AD in snd_ad1889_proc_read() [all...] |
| /kernel/linux/linux-6.6/drivers/acpi/ |
| H A D | osl.c | 154 static char buffer[512]; in acpi_os_vprintf() local 156 vsprintf(buffer, fmt, args); in acpi_os_vprintf() 160 kdb_printf("%s", buffer); in acpi_os_vprintf() 162 if (printk_get_level(buffer)) in acpi_os_vprintf() 163 printk("%s", buffer); in acpi_os_vprintf() 165 printk(KERN_CONT "%s", buffer); in acpi_os_vprintf() 168 if (acpi_debugger_write_log(buffer) < 0) { in acpi_os_vprintf() 169 if (printk_get_level(buffer)) in acpi_os_vprintf() 170 printk("%s", buffer); in acpi_os_vprintf() 172 printk(KERN_CONT "%s", buffer); in acpi_os_vprintf() 949 acpi_debugger_read_cmd(char *buffer, size_t buffer_length) acpi_debugger_read_cmd() argument 1310 acpi_os_get_line(char *buffer, u32 buffer_length, u32 *bytes_read) acpi_os_get_line() argument [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | scsi_ioctl.c | 38 * @buffer: userspace buffer for identification 40 * Return an identifying string at @buffer, if @buffer is non-NULL, filling 41 * to the length stored at * (int *) @buffer. 43 static int ioctl_probe(struct Scsi_Host *host, void __user *buffer) in ioctl_probe() argument 48 if (buffer) { in ioctl_probe() 49 if (get_user(len, (unsigned int __user *) buffer)) in ioctl_probe() 60 if (copy_to_user(buffer, string, len)) in ioctl_probe() 495 * accommodate the sense buffer whe 511 char *buffer = NULL; sg_scsi_ioctl() local 708 compat_caddr_t buffer; global() member [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | usb.c | 63 static void handle_rx_packet(struct plfxlc_usb *usb, const u8 *buffer, in handle_rx_packet() argument 66 plfxlc_mac_rx(plfxlc_usb_to_hw(usb), buffer, length); in handle_rx_packet() local 74 const u8 *buffer; in rx_urb_complete() local 119 buffer = urb->transfer_buffer; in rx_urb_complete() 120 length = le32_to_cpu(*(__le32 *)(buffer + sizeof(struct rx_status))) in rx_urb_complete() 125 handle_rx_packet(usb, buffer, length); in rx_urb_complete() 129 status = buffer[PLF_MSG_STATUS_OFFSET]; in rx_urb_complete() 170 void *buffer; in alloc_rx_urb() local 176 buffer = usb_alloc_coherent(udev, USB_MAX_RX_SIZE, GFP_KERNEL, in alloc_rx_urb() 178 if (!buffer) { in alloc_rx_urb() 444 get_usb_req(struct usb_device *udev, void *buffer, u32 buffer_len, enum plf_usb_req_enum usb_req_id, struct plf_usb_req *usb_req) get_usb_req() argument 490 plfxlc_usb_wreq_async(struct plfxlc_usb *usb, const u8 *buffer, int buffer_len, enum plf_usb_req_enum usb_req_id, usb_complete_t complete_fn, void *context) plfxlc_usb_wreq_async() argument 512 plfxlc_usb_wreq(struct usb_interface *ez_usb, void *buffer, int buffer_len, enum plf_usb_req_enum usb_req_id) plfxlc_usb_wreq() argument [all...] |
| /kernel/linux/linux-6.6/sound/pci/ |
| H A D | ad1889.c | 70 unsigned long size; /* DMA buffer size */ 621 snd_ad1889_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ad1889_proc_read() argument 628 snd_iprintf(buffer, "Wave output: %s\n", in snd_ad1889_proc_read() 630 snd_iprintf(buffer, "Wave Channels: %s\n", in snd_ad1889_proc_read() 632 snd_iprintf(buffer, "Wave Quality: %d-bit linear\n", in snd_ad1889_proc_read() 640 snd_iprintf(buffer, "Wave FIFO: %d %s words\n\n", tmp, in snd_ad1889_proc_read() 644 snd_iprintf(buffer, "Synthesis output: %s\n", in snd_ad1889_proc_read() 652 snd_iprintf(buffer, "Synthesis FIFO: %d %s words\n\n", tmp, in snd_ad1889_proc_read() 656 snd_iprintf(buffer, "ADC input: %s\n", in snd_ad1889_proc_read() 658 snd_iprintf(buffer, "AD in snd_ad1889_proc_read() [all...] |
| /test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
| H A D | videodec_ndk_sample.cpp | 70 sptr<SurfaceBuffer> buffer; variable 72 cs->AcquireBuffer(buffer, flushFence, timestamp, damage); 74 cs->ReleaseBuffer(buffer, -1); 195 bool VDecNdkSample::MdCompare(unsigned char buffer[], int len, const char *source[]) in MdCompare() argument 489 auto buffer = signal_->inBufferQueue_.front(); in InputFuncTest() local 495 int ret = PushData(index, buffer); in InputFuncTest() 506 int32_t VDecNdkSample::PushData(uint32_t index, OH_AVMemory *buffer) in PushData() argument 539 return SendData(bufferSize, index, buffer); in PushData() 542 uint32_t VDecNdkSample::SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer) in SendData() argument 560 int32_t size = OH_AVMemory_GetSize(buffer); in SendData() 653 OH_AVMemory *buffer = signal_->outBufferQueue_.front(); OutputFuncTest() local 676 ProcessOutputData(OH_AVMemory *buffer, uint32_t index) ProcessOutputData() argument [all...] |
| /test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
| H A D | ActsMediaPlayerAudioTest.cpp | 77 IdleBuffer buffer;
in OnBufferAvailable() local 79 buffer.idx = index;
in OnBufferAvailable() 80 buffer.offset = offset;
in OnBufferAvailable() 81 buffer.size = size;
in OnBufferAvailable() 82 aviableBuffer.push_back(buffer);
in OnBufferAvailable() 86 int StreamSourceSample::GetAvailableBuffer(IdleBuffer *buffer)
in GetAvailableBuffer() argument 93 *buffer = aviableBuffer[0];
in GetAvailableBuffer() 105 IdleBuffer buffer;
in StreamProcess() local 118 ret = sample->streamSample->GetAvailableBuffer(&buffer);
in StreamProcess() 123 data = sample->streamSample->GetBufferAddress(buffer in StreamProcess() [all...] |
| /kernel/linux/linux-5.10/drivers/firmware/efi/ |
| H A D | vars.c | 36 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer, in validate_device_path() argument 42 node = (struct efi_generic_dev_path *)buffer; in validate_device_path() 57 node = (struct efi_generic_dev_path *)(buffer + offset); in validate_device_path() 62 * of the buffer or we reached the end of the buffer without in validate_device_path() 69 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer, in validate_boot_order() argument 80 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer, in validate_load_option() argument 103 filepathlength = buffer[4] | buffer[5] << 8; in validate_load_option() 109 desclength = ucs2_strsize((efi_char16_t *)(buffer in validate_load_option() 131 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer, unsigned long len) validate_uint16() argument 142 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer, unsigned long len) validate_ascii_string() argument [all...] |
| /kernel/linux/linux-5.10/drivers/i2c/ |
| H A D | i2c-core-acpi.c | 508 u8 *buffer; in acpi_gsb_i2c_read_bytes() local 510 buffer = kzalloc(data_len, GFP_KERNEL); in acpi_gsb_i2c_read_bytes() 511 if (!buffer) in acpi_gsb_i2c_read_bytes() 522 msgs[1].buf = buffer; in acpi_gsb_i2c_read_bytes() 535 memcpy(data, buffer, data_len); in acpi_gsb_i2c_read_bytes() 541 kfree(buffer); in acpi_gsb_i2c_read_bytes() 550 u8 *buffer; in acpi_gsb_i2c_write_bytes() local 553 buffer = kzalloc(data_len + 1, GFP_KERNEL); in acpi_gsb_i2c_write_bytes() 554 if (!buffer) in acpi_gsb_i2c_write_bytes() 557 buffer[ in acpi_gsb_i2c_write_bytes() [all...] |
| /kernel/linux/linux-5.10/sound/core/seq/ |
| H A D | seq_queue.c | 755 struct snd_info_buffer *buffer) in snd_seq_info_queues_read() 778 snd_iprintf(buffer, "queue %d: [%s]\n", q->queue, q->name); in snd_seq_info_queues_read() 779 snd_iprintf(buffer, "owned by client : %d\n", owner); in snd_seq_info_queues_read() 780 snd_iprintf(buffer, "lock status : %s\n", locked ? "Locked" : "Free"); in snd_seq_info_queues_read() 781 snd_iprintf(buffer, "queued time events : %d\n", snd_seq_prioq_avail(q->timeq)); in snd_seq_info_queues_read() 782 snd_iprintf(buffer, "queued tick events : %d\n", snd_seq_prioq_avail(q->tickq)); in snd_seq_info_queues_read() 783 snd_iprintf(buffer, "timer state : %s\n", tmr->running ? "Running" : "Stopped"); in snd_seq_info_queues_read() 784 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq); in snd_seq_info_queues_read() 785 snd_iprintf(buffer, "current tempo : %d\n", tmr->tempo); in snd_seq_info_queues_read() 786 snd_iprintf(buffer, "curren in snd_seq_info_queues_read() 754 snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_seq_info_queues_read() argument [all...] |
| /kernel/linux/linux-5.10/sound/usb/6fire/ |
| H A D | pcm.c | 217 src = (u32 *) (urb->buffer + total_length); in usb6fire_pcm_capture() 219 src = (u32 *) (urb->buffer - 1 + total_length); in usb6fire_pcm_capture() 255 dest = (u32 *) (urb->buffer - 1); in usb6fire_pcm_playback() 257 dest = (u32 *) (urb->buffer); in usb6fire_pcm_playback() 337 memset(out_urb->buffer, 0, total_length); in usb6fire_pcm_in_urb_handler() 354 dest = out_urb->buffer; in usb6fire_pcm_in_urb_handler() 556 urb->instance.transfer_buffer = urb->buffer; in usb6fire_pcm_init_urb() 573 rt->out_urbs[i].buffer = kcalloc(PCM_MAX_PACKET_SIZE, in usb6fire_pcm_buffers_init() 576 if (!rt->out_urbs[i].buffer) in usb6fire_pcm_buffers_init() 578 rt->in_urbs[i].buffer in usb6fire_pcm_buffers_init() [all...] |
| /kernel/linux/linux-5.10/fs/isofs/ |
| H A D | rock.c | 28 void *buffer; member 91 kfree(rs->buffer); in rock_continue() 92 rs->buffer = NULL; in rock_continue() 107 rs->buffer = kmalloc(rs->cont_size, GFP_KERNEL); in rock_continue() 108 if (!rs->buffer) { in rock_continue() 117 memcpy(rs->buffer, bh->b_data + rs->cont_offset, in rock_continue() 120 rs->chr = rs->buffer; in rock_continue() 130 kfree(rs->buffer); in rock_continue() 131 rs->buffer = NULL; in rock_continue() 286 kfree(rs.buffer); in get_rock_ridge_filename() [all...] |
| /kernel/linux/linux-5.10/mm/ |
| H A D | util.c | 842 int overcommit_ratio_handler(struct ctl_table *table, int write, void *buffer, in overcommit_ratio_handler() argument 847 ret = proc_dointvec(table, write, buffer, lenp, ppos); in overcommit_ratio_handler() 858 int overcommit_policy_handler(struct ctl_table *table, int write, void *buffer, in overcommit_policy_handler() argument 879 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in overcommit_policy_handler() 888 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in overcommit_policy_handler() 894 int overcommit_kbytes_handler(struct ctl_table *table, int write, void *buffer, in overcommit_kbytes_handler() argument 899 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in overcommit_kbytes_handler() 1006 * get_cmdline() - copy the cmdline value to a buffer. 1008 * @buffer: the buffer t 1015 get_cmdline(struct task_struct *task, char *buffer, int buflen) get_cmdline() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_fdir.c | 145 __be16 *pay_word = (__be16 *)ghdr->buffer; in iavf_fill_fdir_gtpu_hdr() 163 ehdr->buffer[IAVF_GTPU_EH_QFI_IDX] = in iavf_fill_fdir_gtpu_hdr() 207 hdr->buffer[0] = (fltr->flex_words[i].word >> 8) & 0xff; in iavf_fill_fdir_pfcp_hdr() 264 *(__be32 *)hdr->buffer = htonl(spi); in iavf_fill_fdir_nat_t_esp_hdr() 315 struct iphdr *iph = (struct iphdr *)hdr->buffer; in iavf_fill_fdir_ip4_hdr() 354 struct ipv6hdr *iph = (struct ipv6hdr *)hdr->buffer; in iavf_fill_fdir_ip6_hdr() 398 struct tcphdr *tcph = (struct tcphdr *)hdr->buffer; in iavf_fill_fdir_tcp_hdr() 427 struct udphdr *udph = (struct udphdr *)hdr->buffer; in iavf_fill_fdir_udp_hdr() 459 struct sctphdr *sctph = (struct sctphdr *)hdr->buffer; in iavf_fill_fdir_sctp_hdr() 488 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)hdr->buffer; in iavf_fill_fdir_ah_hdr() [all...] |