/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 204 struct sk_buff *skb, u32 extra, u32 buf_offset, in wl1271_tx_allocate() argument 213 if (buf_offset + total_len > wl->aggr_buf_size) in wl1271_tx_allocate() 377 struct sk_buff *skb, u32 buf_offset, u8 hlid) in wl1271_prepare_tx_frame() argument 423 ret = wl1271_tx_allocate(wl, wlvif, skb, extra, buf_offset, hlid, in wl1271_prepare_tx_frame() 445 memcpy(wl->aggr_buf + buf_offset, skb->data, skb->len); in wl1271_prepare_tx_frame() 446 memset(wl->aggr_buf + buf_offset + skb->len, 0, total_len - skb->len); in wl1271_prepare_tx_frame() 769 u32 buf_offset = 0, last_len = 0; in wlcore_tx_work_locked() local 790 ret = wl1271_prepare_tx_frame(wl, wlvif, skb, buf_offset, in wlcore_tx_work_locked() 799 buf_offset = wlcore_hw_pre_pkt_send(wl, buf_offset, in wlcore_tx_work_locked() 802 wl->aggr_buf, buf_offset, true); in wlcore_tx_work_locked() [all …]
|
D | hw_ops.h | 205 wlcore_hw_pre_pkt_send(struct wl1271 *wl, u32 buf_offset, u32 last_len) in wlcore_hw_pre_pkt_send() argument 208 return wl->ops->pre_pkt_send(wl, buf_offset, last_len); in wlcore_hw_pre_pkt_send() 210 return buf_offset; in wlcore_hw_pre_pkt_send()
|
D | wlcore.h | 108 u32 (*pre_pkt_send)(struct wl1271 *wl, u32 buf_offset, u32 last_len);
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | oaktrail_hdmi_i2c.c | 74 int buf_offset; member 101 i2c_dev->buf_offset = 0; in xfer_read() 183 offset = i2c_dev->buf_offset; in hdmi_i2c_read() 188 i2c_dev->buf_offset += (0x10 * 4); in hdmi_i2c_read()
|
/linux-4.1.27/drivers/firmware/ |
D | qcom_scm.c | 88 __le32 buf_offset; member 102 __le32 buf_offset; member 127 cmd->buf_offset = cpu_to_le32(offset); in alloc_qcom_scm_command() 175 return (void *)rsp + le32_to_cpu(rsp->buf_offset); in qcom_scm_get_response_buffer()
|
/linux-4.1.27/fs/btrfs/ |
D | zlib.c | 348 unsigned long buf_offset; in zlib_decompress() local 367 buf_offset = start_byte - buf_start; in zlib_decompress() 369 buf_offset = 0; in zlib_decompress() 372 PAGE_CACHE_SIZE - buf_offset); in zlib_decompress() 376 memcpy(kaddr + pg_offset, workspace->buf + buf_offset, bytes); in zlib_decompress()
|
D | compression.c | 983 unsigned long buf_offset; in btrfs_decompress_buf2page() local 1006 buf_offset = start_byte - buf_start; in btrfs_decompress_buf2page() 1007 working_bytes -= buf_offset; in btrfs_decompress_buf2page() 1009 buf_offset = 0; in btrfs_decompress_buf2page() 1016 PAGE_CACHE_SIZE - buf_offset); in btrfs_decompress_buf2page() 1019 memcpy(kaddr + *pg_offset, buf + buf_offset, bytes); in btrfs_decompress_buf2page() 1024 buf_offset += bytes; in btrfs_decompress_buf2page() 1052 buf_offset = start_byte - buf_start; in btrfs_decompress_buf2page() 1054 current_buf_start = buf_start + buf_offset; in btrfs_decompress_buf2page()
|
D | lzo.c | 271 unsigned long buf_offset = 0; in lzo_decompress_biovec() local 317 buf_offset = 0; in lzo_decompress_biovec() 321 memcpy(buf + buf_offset, data_in + in_offset, bytes); in lzo_decompress_biovec() 322 buf_offset += bytes; in lzo_decompress_biovec()
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iser_initiator.c | 454 unsigned long buf_offset; in iser_send_data_out() local 462 buf_offset = ntohl(hdr->offset); in iser_send_data_out() 465 __func__,(int)itt,(int)data_seg_len,(int)buf_offset); in iser_send_data_out() 484 tx_dsg->addr = mem_reg->sge.addr + buf_offset; in iser_send_data_out() 489 if (buf_offset + data_seg_len > iser_task->data[ISER_DIR_OUT].data_len) { in iser_send_data_out() 492 buf_offset, data_seg_len, in iser_send_data_out() 498 itt, buf_offset, data_seg_len); in iser_send_data_out()
|
/linux-4.1.27/arch/mips/fw/cfe/ |
D | cfe_api.c | 203 xiocb.plist.xiocb_buffer.buf_offset = 0; in cfe_getdevinfo() 332 xiocb.plist.xiocb_buffer.buf_offset = offset; in cfe_ioctl() 353 xiocb.plist.xiocb_buffer.buf_offset = 0; in cfe_open() 378 xiocb.plist.xiocb_buffer.buf_offset = offset; in cfe_readblk() 423 xiocb.plist.xiocb_buffer.buf_offset = offset; in cfe_writeblk()
|
D | cfe_api_int.h | 59 u64 buf_offset; /* offset on device (bytes) */ member
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1551 u32 buf_offset, u32 last_len) in wl18xx_pre_pkt_send() argument 1558 buf_offset - last_len); in wl18xx_pre_pkt_send() 1562 return ALIGN(buf_offset, WL12XX_BUS_BLOCK_SIZE); in wl18xx_pre_pkt_send() 1566 return buf_offset; in wl18xx_pre_pkt_send()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 664 unsigned long buf_offset; in vmxnet3_map_pkt() local 701 buf_offset = ctx->copy_size; in vmxnet3_map_pkt() 716 skb->data + buf_offset, buf_size, in vmxnet3_map_pkt() 736 buf_offset += buf_size; in vmxnet3_map_pkt() 743 buf_offset = 0; in vmxnet3_map_pkt() 756 buf_offset, buf_size, in vmxnet3_map_pkt() 776 buf_offset += buf_size; in vmxnet3_map_pkt()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_buf.c | 1134 int *buf_offset, in xfs_buf_ioapply_map() argument 1150 offset = *buf_offset; in xfs_buf_ioapply_map() 1162 *buf_offset += size; in xfs_buf_ioapply_map()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 1290 u32 entry_offset, dump, no_entries, buf_offset = 0; in qlcnic_dump_fw() local 1383 buf_offset += entry->hdr.cap_size; in qlcnic_dump_fw() 1385 buffer = fw_dump->data + buf_offset; in qlcnic_dump_fw()
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi_host.c | 1099 int buf_offset = buf - msm_host->rx_buf; in dsi_cmd_dma_rx() local 1126 repeated_bytes = buf_offset - bytes_shifted; in dsi_cmd_dma_rx()
|