Symbol: buf_ptr
arch/mips/cavium-octeon/executive/cvmx-pko.c
103
buf_ptr = (uint64_t *)cvmx_cmd_queue_buffer(
arch/mips/cavium-octeon/executive/cvmx-pko.c
105
config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr) >> 7;
arch/mips/cavium-octeon/executive/cvmx-pko.c
295
config.s.buf_ptr = 0;
arch/mips/cavium-octeon/executive/cvmx-pko.c
423
uint64_t *buf_ptr = NULL;
arch/mips/cavium-octeon/executive/cvmx-pko.c
518
buf_ptr =
arch/mips/cavium-octeon/executive/cvmx-pko.c
522
config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr);
arch/mips/cavium-octeon/executive/cvmx-pko.c
524
config.s.buf_ptr = 0;
arch/mips/cavium-octeon/executive/cvmx-pko.c
79
uint64_t *buf_ptr;
arch/mips/fw/cfe/cfe_api.c
196
xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name);
arch/mips/fw/cfe/cfe_api.c
321
xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
arch/mips/fw/cfe/cfe_api.c
341
xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name);
arch/mips/fw/cfe/cfe_api.c
366
xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
arch/mips/fw/cfe/cfe_api.c
411
xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
arch/mips/fw/cfe/cfe_api_int.h
47
cfe_xptr_t buf_ptr; /* pointer to a buffer */
arch/mips/include/asm/octeon/cvmx-pko-defs.h
1018
uint64_t buf_ptr:31;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
1030
uint64_t buf_ptr:31;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
1172
uint64_t buf_ptr:36;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
1182
uint64_t buf_ptr:36;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
731
uint64_t buf_ptr:33;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
737
uint64_t buf_ptr:33;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
748
uint64_t buf_ptr:33;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
754
uint64_t buf_ptr:33;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
782
uint64_t buf_ptr:33;
arch/mips/include/asm/octeon/cvmx-pko-defs.h
788
uint64_t buf_ptr:33;
drivers/acpi/pfr_update.c
473
char *buf_ptr;
drivers/acpi/pfr_update.c
491
buf_ptr = memremap(phy_addr, buf_info.buf_size, MEMREMAP_WB);
drivers/acpi/pfr_update.c
492
if (!buf_ptr) {
drivers/acpi/pfr_update.c
497
if (!copy_from_iter_full(buf_ptr, len, &iter)) {
drivers/acpi/pfr_update.c
509
if (!applicable_image(buf_ptr, &cap, pfru_dev))
drivers/acpi/pfr_update.c
513
memunmap(buf_ptr);
drivers/crypto/cavium/cpt/cptvf_reqmanager.c
44
static int setup_sgio_components(struct cpt_vf *cptvf, struct buf_ptr *list,
drivers/crypto/cavium/cpt/request_manager.h
67
struct buf_ptr in[MAX_BUF_CNT];
drivers/crypto/cavium/cpt/request_manager.h
68
struct buf_ptr out[MAX_BUF_CNT];
drivers/firewire/net.c
756
__be32 *buf_ptr;
drivers/firewire/net.c
769
buf_ptr = dev->broadcast_rcv_buffer_ptrs[dev->broadcast_rcv_next_ptr++];
drivers/firewire/net.c
776
gasp_specifier_id(buf_ptr) == IANA_SPECIFIER_ID &&
drivers/firewire/net.c
777
(gasp_version(buf_ptr) == RFC2734_SW_VERSION
drivers/firewire/net.c
779
|| gasp_version(buf_ptr) == RFC3146_SW_VERSION
drivers/firewire/net.c
782
fwnet_incoming_packet(dev, buf_ptr + 2,
drivers/firewire/net.c
784
gasp_source_id(buf_ptr),
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
560
record_req->buf_ptr = (u64)(uintptr_t)data_buf;
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_virt_ras_cmd.c
287
if (!req->buf_size || !req->buf_ptr || !req->cper_num ||
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_virt_ras_cmd.c
321
copy_to_user(u64_to_user_ptr(req->buf_ptr), out_buf, offset)) {
drivers/gpu/drm/amd/ras/rascore/ras_cmd.c
217
if (!req->buf_size || !req->buf_ptr || !req->cper_num ||
drivers/gpu/drm/amd/ras/rascore/ras_cmd.c
250
copy_to_user(u64_to_user_ptr(req->buf_ptr), buffer, offset)) {
drivers/gpu/drm/amd/ras/rascore/ras_cmd.h
359
uint64_t buf_ptr;
drivers/gpu/drm/panfrost/panfrost_perfcnt.c
248
void __user *user_ptr = (void __user *)(uintptr_t)req->buf_ptr;
drivers/hv/mshv_root_main.c
808
!PAGE_ALIGNED(args.buf_ptr))
drivers/hv/mshv_root_main.c
811
if (!access_ok((void __user *)args.buf_ptr, args.buf_sz))
drivers/hv/mshv_root_main.c
867
unsigned long user_pfn = PFN_DOWN(args.buf_ptr);
drivers/hv/mshv_root_main.c
881
if (copy_from_user(&vp_state, (__user void *)args.buf_ptr, data_sz))
drivers/hv/mshv_root_main.c
895
if (copy_to_user((void __user *)args.buf_ptr, &vp_state, data_sz))
drivers/hwtracing/coresight/coresight-etb10.c
284
u8 *buf_ptr;
drivers/hwtracing/coresight/coresight-etb10.c
315
buf_ptr = drvdata->buf;
drivers/hwtracing/coresight/coresight-etb10.c
319
*(u32 *)buf_ptr = read_data;
drivers/hwtracing/coresight/coresight-etb10.c
320
buf_ptr += 4;
drivers/hwtracing/coresight/coresight-etb10.c
327
buf_ptr -= (frame_endoff * 4);
drivers/hwtracing/coresight/coresight-etb10.c
329
*buf_ptr++ = 0x0;
drivers/hwtracing/coresight/coresight-etb10.c
330
*buf_ptr++ = 0x0;
drivers/hwtracing/coresight/coresight-etb10.c
331
*buf_ptr++ = 0x0;
drivers/hwtracing/coresight/coresight-etb10.c
332
*buf_ptr++ = 0x0;
drivers/hwtracing/coresight/coresight-etb10.c
431
u8 *buf_ptr;
drivers/hwtracing/coresight/coresight-etb10.c
532
buf_ptr = buf->data_pages[cur] + offset;
drivers/hwtracing/coresight/coresight-etb10.c
540
*(u32 *)buf_ptr = read_data;
drivers/hwtracing/coresight/coresight-etb10.c
541
buf_ptr += 4;
drivers/hwtracing/coresight/coresight-tmc-etf.c
481
u32 *buf_ptr;
drivers/hwtracing/coresight/coresight-tmc-etf.c
561
buf_ptr = buf->data_pages[cur] + offset;
drivers/hwtracing/coresight/coresight-tmc-etf.c
562
*buf_ptr = readl_relaxed(drvdata->base + TMC_RRD);
drivers/hwtracing/coresight/coresight-tmc-etf.c
565
*buf_ptr = *barrier;
drivers/iio/pressure/icp10100.c
126
uint8_t *buf_ptr = (uint8_t *)buf;
drivers/iio/pressure/icp10100.c
186
*buf_ptr++ = ptr[0];
drivers/iio/pressure/icp10100.c
187
*buf_ptr++ = ptr[1];
drivers/infiniband/ulp/isert/ib_isert.c
1923
(void *)cmd->buf_ptr, ISCSI_HDR_LEN,
drivers/infiniband/ulp/isert/ib_isert.c
1963
void *txt_rsp_buf = cmd->buf_ptr;
drivers/media/i2c/saa6588.c
170
unsigned char __user *buf_ptr = a->buffer;
drivers/media/i2c/saa6588.c
206
if (copy_to_user(buf_ptr, buf, 3)) {
drivers/media/i2c/saa6588.c
210
buf_ptr += 3;
drivers/media/usb/cx231xx/cx231xx-i2c.c
134
buf_ptr = (u8 *) (msg->buf + 1);
drivers/media/usb/cx231xx/cx231xx-i2c.c
143
req_data.p_buffer = (u8 *) (buf_ptr + loop * 16);
drivers/media/usb/cx231xx/cx231xx-i2c.c
82
u8 *buf_ptr = NULL;
drivers/media/usb/pvrusb2/pvrusb2-debugifc.h
16
char *buf_ptr, unsigned int buf_size);
drivers/media/usb/pvrusb2/pvrusb2-debugifc.h
22
char *buf_ptr,unsigned int buf_size);
drivers/media/usb/pvrusb2/pvrusb2-debugifc.h
26
const char *buf_ptr,unsigned int buf_size);
drivers/media/usb/pvrusb2/pvrusb2-hdw.h
319
char *buf_ptr,unsigned int buf_size);
drivers/net/ethernet/cavium/liquidio/octeon_network.h
477
u64 buf_ptr)
drivers/net/ethernet/cavium/liquidio/octeon_network.h
481
buf_ptr, (PAGE_SIZE << 0),
drivers/net/ethernet/marvell/mv643xx_eth.c
1091
if (!IS_TSO_HEADER(txq, desc->buf_ptr)) {
drivers/net/ethernet/marvell/mv643xx_eth.c
1095
desc->buf_ptr,
drivers/net/ethernet/marvell/mv643xx_eth.c
1100
desc->buf_ptr,
drivers/net/ethernet/marvell/mv643xx_eth.c
195
u32 buf_ptr; /* Descriptor buffer pointer */
drivers/net/ethernet/marvell/mv643xx_eth.c
203
u32 buf_ptr; /* pointer to buffer for this descriptor*/
drivers/net/ethernet/marvell/mv643xx_eth.c
210
u32 buf_ptr; /* Descriptor buffer pointer */
drivers/net/ethernet/marvell/mv643xx_eth.c
218
u32 buf_ptr; /* pointer to buffer for this descriptor*/
drivers/net/ethernet/marvell/mv643xx_eth.c
533
dma_unmap_single(mp->dev->dev.parent, rx_desc->buf_ptr,
drivers/net/ethernet/marvell/mv643xx_eth.c
630
rx_desc->buf_ptr = dma_map_single(mp->dev->dev.parent,
drivers/net/ethernet/marvell/mv643xx_eth.c
748
desc->buf_ptr = txq->tso_hdrs_dma
drivers/net/ethernet/marvell/mv643xx_eth.c
753
desc->buf_ptr = dma_map_single(dev->dev.parent, data,
drivers/net/ethernet/marvell/mv643xx_eth.c
756
desc->buf_ptr))) {
drivers/net/ethernet/marvell/mv643xx_eth.c
800
desc->buf_ptr = txq->tso_hdrs_dma +
drivers/net/ethernet/marvell/mv643xx_eth.c
923
desc->buf_ptr = skb_frag_dma_map(mp->dev->dev.parent,
drivers/net/ethernet/marvell/mv643xx_eth.c
970
desc->buf_ptr = dma_map_single(mp->dev->dev.parent, skb->data,
drivers/net/ethernet/marvell/pxa168_eth.c
1264
desc->buf_ptr = dma_map_single(&pep->pdev->dev, skb->data, length,
drivers/net/ethernet/marvell/pxa168_eth.c
179
u32 buf_ptr; /* Descriptor buffer pointer */
drivers/net/ethernet/marvell/pxa168_eth.c
187
u32 buf_ptr; /* pointer to buffer for this descriptor */
drivers/net/ethernet/marvell/pxa168_eth.c
323
p_used_rx_desc->buf_ptr = dma_map_single(&pep->pdev->dev,
drivers/net/ethernet/marvell/pxa168_eth.c
724
addr = desc->buf_ptr;
drivers/net/ethernet/marvell/pxa168_eth.c
797
dma_unmap_single(&pep->pdev->dev, rx_desc->buf_ptr,
drivers/net/ethernet/sfc/falcon/selftest.c
289
const char *buf_ptr, int pkt_len)
drivers/net/ethernet/sfc/falcon/selftest.c
295
BUG_ON(!buf_ptr);
drivers/net/ethernet/sfc/falcon/selftest.c
303
memcpy(&received.packet, buf_ptr,
drivers/net/ethernet/sfc/falcon/selftest.c
371
buf_ptr, pkt_len, 0);
drivers/net/ethernet/sfc/falcon/selftest.h
44
void ef4_loopback_rx_packet(struct ef4_nic *efx, const char *buf_ptr,
drivers/net/ethernet/sfc/selftest.c
286
const char *buf_ptr, int pkt_len)
drivers/net/ethernet/sfc/selftest.c
292
BUG_ON(!buf_ptr);
drivers/net/ethernet/sfc/selftest.c
300
memcpy(&received.packet, buf_ptr,
drivers/net/ethernet/sfc/selftest.c
368
buf_ptr, pkt_len, 0);
drivers/net/ethernet/sfc/selftest.h
44
void efx_loopback_rx_packet(struct efx_nic *efx, const char *buf_ptr,
drivers/net/ethernet/sfc/siena/selftest.c
287
const char *buf_ptr, int pkt_len)
drivers/net/ethernet/sfc/siena/selftest.c
293
BUG_ON(!buf_ptr);
drivers/net/ethernet/sfc/siena/selftest.c
301
memcpy(&received.packet, buf_ptr,
drivers/net/ethernet/sfc/siena/selftest.c
369
buf_ptr, pkt_len, 0);
drivers/net/ethernet/sfc/siena/selftest.h
44
void efx_siena_loopback_rx_packet(struct efx_nic *efx, const char *buf_ptr,
drivers/net/ethernet/ti/netcp_core.c
583
void *buf_ptr;
drivers/net/ethernet/ti/netcp_core.c
598
buf_ptr = (void *)GET_SW_DATA0(ndesc);
drivers/net/ethernet/ti/netcp_core.c
601
__free_page(buf_ptr);
drivers/net/ethernet/ti/netcp_core.c
607
buf_ptr = (void *)GET_SW_DATA0(desc);
drivers/net/ethernet/ti/netcp_core.c
610
if (buf_ptr)
drivers/net/ethernet/ti/netcp_core.c
611
netcp_frag_free(buf_len <= PAGE_SIZE, buf_ptr);
drivers/net/ethernet/ti/netcp_core.c
793
void *buf_ptr;
drivers/net/ethernet/ti/netcp_core.c
807
buf_ptr = (void *)GET_SW_DATA0(desc);
drivers/net/ethernet/ti/netcp_core.c
815
if (unlikely(!buf_ptr)) {
drivers/net/ethernet/ti/netcp_core.c
824
netcp_frag_free((buf_len <= PAGE_SIZE), buf_ptr);
drivers/net/ethernet/ti/netcp_core.c
828
__free_page(buf_ptr);
drivers/net/wireless/ath/ath11k/wmi.c
10011
u8 *buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
10032
buf_ptr = skb->data + sizeof(*cmd);
drivers/net/wireless/ath/ath11k/wmi.c
10033
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
10036
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath11k/wmi.c
10037
memcpy(buf_ptr, sar_val, BIOS_SAR_TABLE_LEN);
drivers/net/wireless/ath/ath11k/wmi.c
10039
buf_ptr += sar_len_aligned;
drivers/net/wireless/ath/ath11k/wmi.c
10040
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
10059
u8 *buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
10076
buf_ptr = skb->data + sizeof(*cmd);
drivers/net/wireless/ath/ath11k/wmi.c
10077
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9773
u8 *buf_ptr = *ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9779
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9794
buf_ptr += sizeof(*tlv);
drivers/net/wireless/ath/ath11k/wmi.c
9797
ns = (struct wmi_ns_offload_tuple *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9827
buf_ptr += sizeof(*ns);
drivers/net/wireless/ath/ath11k/wmi.c
9830
*ptr = buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9840
u8 *buf_ptr = *ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9844
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9847
buf_ptr += sizeof(*tlv);
drivers/net/wireless/ath/ath11k/wmi.c
9850
arp = (struct wmi_arp_offload_tuple *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9864
buf_ptr += sizeof(*arp);
drivers/net/wireless/ath/ath11k/wmi.c
9867
*ptr = buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9877
u8 *buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9901
buf_ptr = skb->data;
drivers/net/wireless/ath/ath11k/wmi.c
9902
cmd = (struct wmi_set_arp_ns_offload_cmd *)buf_ptr;
drivers/net/wireless/ath/ath11k/wmi.c
9911
buf_ptr += sizeof(*cmd);
drivers/net/wireless/ath/ath11k/wmi.c
9913
ath11k_wmi_fill_ns_offload(ar, offload, &buf_ptr, enable, 0);
drivers/net/wireless/ath/ath11k/wmi.c
9914
ath11k_wmi_fill_arp_offload(ar, offload, &buf_ptr, enable);
drivers/net/wireless/ath/ath11k/wmi.c
9917
ath11k_wmi_fill_ns_offload(ar, offload, &buf_ptr, enable, 1);
drivers/net/wireless/ath/ath12k/wmi.c
11142
void *buf_ptr = *ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11148
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11163
buf_ptr += sizeof(*tlv);
drivers/net/wireless/ath/ath12k/wmi.c
11166
ns = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11191
buf_ptr += sizeof(*ns);
drivers/net/wireless/ath/ath12k/wmi.c
11194
*ptr = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11204
void *buf_ptr = *ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11208
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11211
buf_ptr += sizeof(*tlv);
drivers/net/wireless/ath/ath12k/wmi.c
11214
arp = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11227
buf_ptr += sizeof(*arp);
drivers/net/wireless/ath/ath12k/wmi.c
11230
*ptr = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11241
void *buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11264
buf_ptr = skb->data;
drivers/net/wireless/ath/ath12k/wmi.c
11265
cmd = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11272
buf_ptr += sizeof(*cmd);
drivers/net/wireless/ath/ath12k/wmi.c
11274
ath12k_wmi_fill_ns_offload(ar, offload, &buf_ptr, enable, 0);
drivers/net/wireless/ath/ath12k/wmi.c
11275
ath12k_wmi_fill_arp_offload(ar, offload, &buf_ptr, enable);
drivers/net/wireless/ath/ath12k/wmi.c
11278
ath12k_wmi_fill_ns_offload(ar, offload, &buf_ptr, enable, 1);
drivers/net/wireless/ath/ath12k/wmi.c
11623
void *buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11675
buf_ptr = skb->data + sizeof(*cmd);
drivers/net/wireless/ath/ath12k/wmi.c
11676
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11679
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
11686
link_num_param = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11708
buf_ptr += sizeof(*link_num_param) * num_link_num_param;
drivers/net/wireless/ath/ath12k/wmi.c
11711
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11714
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
11717
vdev_bitmap = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11724
buf_ptr += sizeof(*vdev_bitmap) * num_vdev_bitmap;
drivers/net/wireless/ath/ath12k/wmi.c
11728
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11732
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
11735
vdev_bitmap = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11744
buf_ptr += sizeof(*vdev_bitmap) * num_inactive_vdev_bitmap;
drivers/net/wireless/ath/ath12k/wmi.c
11748
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11750
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
11754
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11756
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
11759
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11761
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
11763
tlv = buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
11767
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
11769
ret = ath12k_wmi_fill_disallowed_bmap(ab, buf_ptr, arg);
drivers/net/wireless/ath/ath12k/wmi.c
3125
u8 *buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
3147
buf_ptr = skb->data + sizeof(*cmd);
drivers/net/wireless/ath/ath12k/wmi.c
3148
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
3151
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
3152
memcpy(buf_ptr, psar_value, ATH12K_ACPI_BIOS_SAR_TABLE_LEN);
drivers/net/wireless/ath/ath12k/wmi.c
3154
buf_ptr += sar_table_len_aligned;
drivers/net/wireless/ath/ath12k/wmi.c
3155
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
3158
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
3159
memcpy(buf_ptr, pdbs_value, ATH12K_ACPI_BIOS_SAR_DBS_BACKOFF_LEN);
drivers/net/wireless/ath/ath12k/wmi.c
3181
u8 *buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
3198
buf_ptr = skb->data + sizeof(*cmd);
drivers/net/wireless/ath/ath12k/wmi.c
3199
tlv = (struct wmi_tlv *)buf_ptr;
drivers/net/wireless/ath/ath12k/wmi.c
3201
buf_ptr += TLV_HDR_SIZE;
drivers/net/wireless/ath/ath12k/wmi.c
3202
memcpy(buf_ptr, pgeo_value, ATH12K_ACPI_BIOS_SAR_GEO_OFFSET_LEN);
drivers/rtc/sysfs.c
156
const char *buf_ptr;
drivers/rtc/sysfs.c
167
buf_ptr = buf;
drivers/rtc/sysfs.c
168
if (*buf_ptr == '+') {
drivers/rtc/sysfs.c
169
buf_ptr++;
drivers/rtc/sysfs.c
170
if (*buf_ptr == '=') {
drivers/rtc/sysfs.c
171
buf_ptr++;
drivers/rtc/sysfs.c
177
retval = kstrtos64(buf_ptr, 0, &alarm);
drivers/scsi/bfa/bfad_bsg.h
242
u64 buf_ptr;
drivers/scsi/bfa/bfad_bsg.h
286
u64 buf_ptr;
drivers/scsi/bfa/bfad_bsg.h
400
u64 buf_ptr;
drivers/scsi/bfa/bfad_bsg.h
521
u64 buf_ptr;
drivers/scsi/bfa/bfad_bsg.h
530
u64 buf_ptr;
drivers/scsi/bfa/bfad_bsg.h
561
u64 buf_ptr;
drivers/scsi/bfa/bfad_bsg.h
665
u64 buf_ptr;
drivers/scsi/bfa/bfad_bsg.h
674
u64 buf_ptr;
drivers/scsi/lpfc/lpfc_ct.c
548
struct lpfc_dmabuf *buf_ptr;
drivers/scsi/lpfc/lpfc_ct.c
554
buf_ptr = ctiocb->cmd_dmabuf;
drivers/scsi/lpfc/lpfc_ct.c
555
lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
drivers/scsi/lpfc/lpfc_ct.c
556
kfree(buf_ptr);
drivers/scsi/lpfc/lpfc_ct.c
565
buf_ptr = ctiocb->bpl_dmabuf;
drivers/scsi/lpfc/lpfc_ct.c
566
lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
drivers/scsi/lpfc/lpfc_ct.c
567
kfree(buf_ptr);
drivers/scsi/lpfc/lpfc_els.c
5211
struct lpfc_dmabuf *buf_ptr;
drivers/scsi/lpfc/lpfc_els.c
5215
list_remove_head(&buf_ptr1->list, buf_ptr,
drivers/scsi/lpfc/lpfc_els.c
5218
lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
drivers/scsi/lpfc/lpfc_els.c
5219
kfree(buf_ptr);
drivers/scsi/lpfc/lpfc_els.c
5239
lpfc_els_free_bpl(struct lpfc_hba *phba, struct lpfc_dmabuf *buf_ptr)
drivers/scsi/lpfc/lpfc_els.c
5241
lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
drivers/scsi/lpfc/lpfc_els.c
5242
kfree(buf_ptr);
drivers/scsi/lpfc/lpfc_els.c
5276
struct lpfc_dmabuf *buf_ptr, *buf_ptr1;
drivers/scsi/lpfc/lpfc_els.c
5289
buf_ptr = elsiocb->cmd_dmabuf;
drivers/scsi/lpfc/lpfc_els.c
5291
if (buf_ptr) {
drivers/scsi/lpfc/lpfc_els.c
5294
if (!list_empty(&buf_ptr->list)) {
drivers/scsi/lpfc/lpfc_els.c
5295
list_remove_head(&buf_ptr->list,
drivers/scsi/lpfc/lpfc_els.c
5303
INIT_LIST_HEAD(&buf_ptr->list);
drivers/scsi/lpfc/lpfc_els.c
5304
list_add_tail(&buf_ptr->list, &phba->elsbuf);
drivers/scsi/lpfc/lpfc_els.c
5315
buf_ptr = elsiocb->bpl_dmabuf;
drivers/scsi/lpfc/lpfc_els.c
5316
lpfc_els_free_bpl(phba, buf_ptr);
drivers/scsi/lpfc/lpfc_init.c
1514
struct lpfc_dmabuf *buf_ptr;
drivers/scsi/lpfc/lpfc_init.c
1547
list_remove_head(&completions, buf_ptr,
drivers/scsi/lpfc/lpfc_init.c
1549
lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
drivers/scsi/lpfc/lpfc_init.c
1550
kfree(buf_ptr);
drivers/scsi/lpfc/lpfc_nvme.c
317
struct lpfc_dmabuf *buf_ptr;
drivers/scsi/lpfc/lpfc_nvme.c
323
buf_ptr = cmdwqe->bpl_dmabuf;
drivers/scsi/lpfc/lpfc_nvme.c
340
if (buf_ptr) {
drivers/scsi/lpfc/lpfc_nvme.c
341
lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
drivers/scsi/lpfc/lpfc_nvme.c
342
kfree(buf_ptr);
drivers/scsi/lpfc/lpfc_sli.c
12052
struct lpfc_dmabuf *buf_ptr;
drivers/scsi/lpfc/lpfc_sli.c
12111
list_remove_head(&completions, buf_ptr,
drivers/scsi/lpfc/lpfc_sli.c
12113
lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
drivers/scsi/lpfc/lpfc_sli.c
12114
kfree(buf_ptr);
drivers/spi/spi-npcm-fiu.c
493
u8 *buf_ptr;
drivers/spi/spi-npcm-fiu.c
504
buf_ptr = data + i;
drivers/spi/spi-npcm-fiu.c
505
ret = npcm_fiu_uma_read(mem, op, addr, true, buf_ptr,
drivers/staging/media/atomisp/pci/sh_css_params.c
3712
u8 *buf_ptr;
drivers/staging/media/atomisp/pci/sh_css_params.c
3720
buf_ptr = write_buf;
drivers/staging/media/atomisp/pci/sh_css_params.c
3722
memcpy(buf_ptr, &sh_css_sp_group.config, 3);
drivers/staging/media/atomisp/pci/sh_css_params.c
3723
buf_ptr += 3;
drivers/staging/media/atomisp/pci/sh_css_params.c
3724
*buf_ptr++ = sh_css_sp_group.config.enable_isys_event_queue;
drivers/staging/media/atomisp/pci/sh_css_params.c
3725
*buf_ptr++ = sh_css_sp_group.config.disable_cont_vf;
drivers/staging/media/atomisp/pci/sh_css_params.c
3726
memset(buf_ptr, 0, 3);
drivers/staging/media/atomisp/pci/sh_css_params.c
3727
buf_ptr += 3; /* Padding 3 bytes for struct sh_css_sp_config*/
drivers/staging/media/atomisp/pci/sh_css_params.c
3729
memcpy(buf_ptr, &sh_css_sp_group.config, sizeof(sh_css_sp_group.config));
drivers/staging/media/atomisp/pci/sh_css_params.c
3730
buf_ptr += sizeof(sh_css_sp_group.config);
drivers/staging/media/atomisp/pci/sh_css_params.c
3733
memcpy(buf_ptr, &sh_css_sp_group.pipe, sizeof(sh_css_sp_group.pipe));
drivers/staging/media/atomisp/pci/sh_css_params.c
3734
buf_ptr += sizeof(sh_css_sp_group.pipe);
drivers/staging/media/atomisp/pci/sh_css_params.c
3737
memcpy(buf_ptr, &sh_css_sp_group.pipe_io, sizeof(sh_css_sp_group.pipe_io));
drivers/staging/media/atomisp/pci/sh_css_params.c
3738
buf_ptr += sizeof(sh_css_sp_group.pipe_io);
drivers/staging/media/atomisp/pci/sh_css_params.c
3739
memcpy(buf_ptr, &sh_css_sp_group.pipe_io_status,
drivers/staging/media/atomisp/pci/sh_css_params.c
3741
buf_ptr += sizeof(sh_css_sp_group.pipe_io_status);
drivers/staging/media/atomisp/pci/sh_css_params.c
3744
memcpy(buf_ptr, &sh_css_sp_group.debug, sizeof(sh_css_sp_group.debug));
drivers/staging/media/atomisp/pci/sh_css_params.c
3745
buf_ptr += sizeof(sh_css_sp_group.debug);
drivers/staging/media/atomisp/pci/sh_css_params.c
3749
buf_ptr - write_buf);
drivers/target/iscsi/cxgbit/cxgbit_target.c
1139
cmd->buf_ptr = ping_data;
drivers/target/iscsi/iscsi_target.c
1931
cmd->buf_ptr = ping_data;
drivers/target/iscsi/iscsi_target.c
3065
cmd->buf_ptr,
drivers/target/iscsi/iscsi_target.c
3480
cmd->buf_ptr = payload;
drivers/target/iscsi/iscsi_target.c
3548
cmd->buf_ptr,
drivers/target/iscsi/iscsi_target.c
3581
cmd->buf_ptr,
drivers/target/iscsi/iscsi_target.c
801
cmd->buf_ptr = kmemdup(buf, ISCSI_HDR_LEN, GFP_KERNEL);
drivers/target/iscsi/iscsi_target.c
802
if (!cmd->buf_ptr) {
drivers/target/iscsi/iscsi_target.c
838
cmd->buf_ptr = kmemdup(buf, ISCSI_HDR_LEN, GFP_KERNEL);
drivers/target/iscsi/iscsi_target.c
839
if (!cmd->buf_ptr) {
drivers/target/iscsi/iscsi_target_util.c
667
kfree(cmd->buf_ptr);
drivers/tee/optee/optee_msg.h
118
u64 buf_ptr;
drivers/tee/optee/smc_abi.c
104
p->u.memref.shm_offs = mp->u.tmem.buf_ptr - pa;
drivers/tee/optee/smc_abi.c
193
mp->u.tmem.buf_ptr = 0;
drivers/tee/optee/smc_abi.c
201
mp->u.tmem.buf_ptr = pa;
drivers/tee/optee/smc_abi.c
508
msg_arg->params->u.tmem.buf_ptr = virt_to_phys(pages_list) |
drivers/tee/optee/smc_abi.c
744
arg->params[0].u.tmem.buf_ptr = virt_to_phys(pages_list) |
drivers/tee/optee/smc_abi.c
759
arg->params[0].u.tmem.buf_ptr = pa;
drivers/tee/optee/smc_abi.c
986
msg_arg->params[1].u.tmem.buf_ptr = protmem->paddr;
drivers/tee/tee_core.c
568
uarg = u64_to_user_ptr(buf.buf_ptr);
drivers/tee/tee_core.c
635
uarg = u64_to_user_ptr(buf.buf_ptr);
drivers/tee/tee_core.c
687
uarg = u64_to_user_ptr(buf.buf_ptr);
drivers/tee/tee_core.c
825
uarg = u64_to_user_ptr(buf.buf_ptr);
drivers/tee/tee_core.c
944
uarg = u64_to_user_ptr(buf.buf_ptr);
drivers/tty/mips_ejtag_fdc.c
312
const u8 *buf_ptr = buf;
drivers/tty/mips_ejtag_fdc.c
343
word = mips_ejtag_fdc_encode(&buf_ptr, &buf_len, 1);
drivers/usb/host/fhci-tds.c
213
out_be32(&td->buf_ptr, 0);
drivers/usb/host/fhci-tds.c
296
buf = in_be32(&td->buf_ptr);
drivers/usb/host/fhci-tds.c
309
out_be32(&td->buf_ptr, 0);
drivers/usb/host/fhci-tds.c
405
out_be32(&td->buf_ptr, virt_to_phys(pkt->data));
drivers/usb/host/fhci-tds.c
477
in_be32(&td->buf_ptr);
drivers/usb/host/fhci-tds.c
484
else if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER)
drivers/usb/host/fhci-tds.c
485
out_be32(&td->buf_ptr, DUMMY2_BD_BUFFER);
drivers/usb/host/fhci-tds.c
499
out_be32(&td->buf_ptr, 0);
drivers/usb/host/fhci-tds.c
505
out_be32(&td->buf_ptr, 0);
drivers/usb/host/fhci-tds.c
526
u32 buf_ptr;
drivers/usb/host/fhci-tds.c
537
buf_ptr = in_be32(&td->buf_ptr);
drivers/usb/host/fhci-tds.c
543
out_be32(&td->buf_ptr, 0);
drivers/usb/host/fhci-tds.c
551
buf_ptr = in_be32(&td->buf_ptr);
drivers/usb/host/fhci-tds.c
553
} while ((td_status & TD_R) || buf_ptr);
drivers/usb/host/fhci-tds.c
597
if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) {
drivers/usb/host/fhci-tds.c
611
if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) {
drivers/usb/host/fhci-tds.c
612
out_be32(&old_td->buf_ptr, 0);
drivers/usb/host/fhci-tds.c
616
out_be32(&old_td->buf_ptr, DUMMY2_BD_BUFFER);
drivers/usb/host/fhci-tds.c
67
__be32 buf_ptr;
drivers/usb/host/fhci-tds.c
87
out_be32(&ep->empty_td->buf_ptr, DUMMY_BD_BUFFER);
drivers/usb/serial/iuu_phoenix.c
179
char *buf_ptr = port->write_urb->transfer_buffer;
drivers/usb/serial/iuu_phoenix.c
183
*buf_ptr++ = IUU_RST_SET;
drivers/usb/serial/iuu_phoenix.c
184
*buf_ptr++ = IUU_DELAY_MS;
drivers/usb/serial/iuu_phoenix.c
185
*buf_ptr++ = wt;
drivers/usb/serial/iuu_phoenix.c
186
*buf_ptr = IUU_RST_CLEAR;
drivers/usb/serial/iuu_phoenix.c
348
char *buf_ptr = port->write_urb->transfer_buffer;
drivers/usb/serial/iuu_phoenix.c
351
buf_ptr[0] = IUU_SET_LED;
drivers/usb/serial/iuu_phoenix.c
352
get_random_bytes(buf_ptr + 1, 6);
drivers/usb/serial/iuu_phoenix.c
353
buf_ptr[7] = 1;
drivers/usb/serial/iuu_phoenix.c
355
iuu_rgbf_fill_buffer(buf_ptr, 255, 255, 0, 0, 0, 0, 255);
drivers/usb/serial/iuu_phoenix.c
369
char *buf_ptr = port->write_urb->transfer_buffer;
drivers/usb/serial/iuu_phoenix.c
376
iuu_rgbf_fill_buffer(buf_ptr, 0, 0, 255, 255, 0, 0, 255);
drivers/usb/serial/iuu_phoenix.c
602
char *buf_ptr = port->write_urb->transfer_buffer;
drivers/usb/serial/iuu_phoenix.c
605
*buf_ptr++ = IUU_UART_ESC;
drivers/usb/serial/iuu_phoenix.c
606
*buf_ptr++ = IUU_UART_TX;
drivers/usb/serial/iuu_phoenix.c
607
*buf_ptr++ = priv->writelen;
drivers/usb/serial/iuu_phoenix.c
609
memcpy(buf_ptr, priv->writebuf, priv->writelen);
drivers/usb/serial/iuu_phoenix.c
614
buf_len, buf_len, buf_ptr);
drivers/vdpa/solidrun/snet_main.c
469
u8 *buf_ptr = buf;
drivers/vdpa/solidrun/snet_main.c
478
*buf_ptr++ = ioread8(cfg_ptr + i);
drivers/vdpa/solidrun/snet_main.c
486
const u8 *buf_ptr = buf;
drivers/vdpa/solidrun/snet_main.c
495
iowrite8(*buf_ptr++, cfg_ptr + i);
fs/verity/read_metadata.c
190
buf = u64_to_user_ptr(arg.buf_ptr);
include/linux/dma/ti-cppi5.h
46
u64 buf_ptr;
include/linux/dma/ti-cppi5.h
488
desc->buf_ptr = buf;
include/linux/dma/ti-cppi5.h
503
desc->buf_ptr = desc->org_buf_ptr;
include/target/iscsi/iscsi_target_core.h
438
void *buf_ptr;
include/uapi/drm/panfrost_drm.h
274
__u64 buf_ptr;
include/uapi/linux/fsverity.h
94
__u64 buf_ptr;
include/uapi/linux/mshv.h
314
__u64 buf_ptr;
include/uapi/linux/tee.h
133
__u64 buf_ptr;
samples/bpf/xdp_router_ipv4_user.c
65
char *buf_ptr;
samples/bpf/xdp_router_ipv4_user.c
67
buf_ptr = buf;
samples/bpf/xdp_router_ipv4_user.c
69
len = recv(sock, buf_ptr, sizeof(buf) - nll, 0);
samples/bpf/xdp_router_ipv4_user.c
73
nh = (struct nlmsghdr *)buf_ptr;
samples/bpf/xdp_router_ipv4_user.c
77
buf_ptr += len;
security/integrity/ima/ima_template_lib.c
102
ima_print_digest(m, buf_ptr, buflen);
security/integrity/ima/ima_template_lib.c
105
seq_printf(m, "%s", buf_ptr);
security/integrity/ima/ima_template_lib.c
110
seq_printf(m, "%u", *(u8 *)buf_ptr);
security/integrity/ima/ima_template_lib.c
115
le16_to_cpu(*(__le16 *)buf_ptr));
security/integrity/ima/ima_template_lib.c
117
seq_printf(m, "%u", *(u16 *)buf_ptr);
security/integrity/ima/ima_template_lib.c
122
le32_to_cpu(*(__le32 *)buf_ptr));
security/integrity/ima/ima_template_lib.c
124
seq_printf(m, "%u", *(u32 *)buf_ptr);
security/integrity/ima/ima_template_lib.c
129
le64_to_cpu(*(__le64 *)buf_ptr));
security/integrity/ima/ima_template_lib.c
131
seq_printf(m, "%llu", *(u64 *)buf_ptr);
security/integrity/ima/ima_template_lib.c
49
u8 *buf, *buf_ptr;
security/integrity/ima/ima_template_lib.c
69
for (buf_ptr = buf; buf_ptr - buf < datalen; buf_ptr++)
security/integrity/ima/ima_template_lib.c
70
if (*buf_ptr == ' ')
security/integrity/ima/ima_template_lib.c
71
*buf_ptr = '_';
security/integrity/ima/ima_template_lib.c
84
u8 *buf_ptr = field_data->data;
security/integrity/ima/ima_template_lib.c
90
buf_ptr = strrchr(field_data->data, ':');
security/integrity/ima/ima_template_lib.c
91
if (buf_ptr != field_data->data)
security/integrity/ima/ima_template_lib.c
95
buf_ptr += 2;
security/integrity/ima/ima_template_lib.c
96
buflen -= buf_ptr - field_data->data;