/linux-4.1.27/net/batman-adv/ |
D | sysfs.c | 223 static int batadv_store_bool_attr(char *buff, size_t count, in batadv_store_bool_attr() 260 __batadv_store_bool_attr(char *buff, size_t count, in __batadv_store_bool_attr() 275 static int batadv_store_uint_attr(const char *buff, size_t count, in batadv_store_uint_attr() 314 __batadv_store_uint_attr(const char *buff, size_t count, in __batadv_store_uint_attr() 331 struct attribute *attr, char *buff) in batadv_show_bat_algo() 346 char *buff) in batadv_show_gw_mode() 370 struct attribute *attr, char *buff, in batadv_store_gw_mode() 438 struct attribute *attr, char *buff) in batadv_show_gw_bwidth() 451 struct attribute *attr, char *buff, in batadv_store_gw_bwidth() 472 struct attribute *attr, char *buff) in batadv_show_isolation_mark() [all …]
|
D | gateway_common.c | 32 static bool batadv_parse_gw_bandwidth(struct net_device *net_dev, char *buff, in batadv_parse_gw_bandwidth() 139 ssize_t batadv_gw_bandwidth_set(struct net_device *net_dev, char *buff, in batadv_gw_bandwidth_set()
|
D | icmp_socket.c | 149 static ssize_t batadv_socket_write(struct file *file, const char __user *buff, in batadv_socket_write()
|
/linux-4.1.27/arch/x86/lib/ |
D | csum-partial_64.c | 34 static unsigned do_csum(const unsigned char *buff, unsigned len) in do_csum() 133 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 143 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/frv/lib/ |
D | checksum.c | 46 static unsigned long do_csum(const unsigned char * buff, int len) in do_csum() 107 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 124 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/metag/lib/ |
D | checksum.c | 49 static unsigned int do_csum(const unsigned char *buff, int len) in do_csum() 116 __wsum csum_partial(const void *buff, int len, __wsum wsum) in csum_partial() 132 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-tps80031.c | 69 u8 buff[TPS80031_RTC_TIME_NUM_REGS]; in tps80031_rtc_read_time() local 91 u8 buff[7]; in tps80031_rtc_set_time() local 145 u8 buff[TPS80031_RTC_ALARM_NUM_REGS]; in tps80031_rtc_set_alarm() local 166 u8 buff[6]; in tps80031_rtc_read_alarm() local
|
D | rtc-tps6586x.c | 75 u8 buff[6]; in tps6586x_rtc_read_time() local 102 u8 buff[5]; in tps6586x_rtc_set_time() local 164 u8 buff[3]; in tps6586x_rtc_set_alarm() local 217 u8 buff[3]; in tps6586x_rtc_read_alarm() local
|
/linux-4.1.27/arch/alpha/lib/ |
D | checksum.c | 81 static inline unsigned long do_csum(const unsigned char * buff, int len) in do_csum() 164 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 181 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/fs/squashfs/ |
D | lz4_wrapper.c | 35 void *buff, int len) in lz4_comp_opts() 54 static void *lz4_init(struct squashfs_sb_info *msblk, void *buff) in lz4_init() 98 void *buff = stream->input, *data; in lz4_uncompress() local
|
D | lzo_wrapper.c | 41 static void *lzo_init(struct squashfs_sb_info *msblk, void *buff) in lzo_init() 83 void *buff = stream->input, *data; in lzo_uncompress() local
|
D | xz_wrapper.c | 52 void *buff, int len) in squashfs_xz_comp_opts() 94 static void *squashfs_xz_init(struct squashfs_sb_info *msblk, void *buff) in squashfs_xz_init()
|
D | decompressor.h | 39 void *buff, int length) in squashfs_comp_opts()
|
D | zlib_wrapper.c | 37 static void *zlib_init(struct squashfs_sb_info *dummy, void *buff) in zlib_init()
|
D | cache.c | 317 void *buff = entry->data[offset / PAGE_CACHE_SIZE] in squashfs_copy_data() local
|
/linux-4.1.27/lib/ |
D | checksum.c | 50 static unsigned int do_csum(const unsigned char *buff, int len) in do_csum() 129 __wsum csum_partial(const void *buff, int len, __wsum wsum) in csum_partial() 146 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/ia64/lib/ |
D | checksum.c | 79 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 96 __sum16 ip_compute_csum (const void *buff, int len) in ip_compute_csum()
|
D | csum_partial_copy.c | 34 unsigned long do_csum_c(const unsigned char * buff, int len, unsigned int psum) in do_csum_c()
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 77 char buff[100]; in dump_usb_interface() local 88 char buff[100]; in dump_usb_device() local 245 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor, in usbip_names_get_product() 262 void usbip_names_get_class(char *buff, size_t size, uint8_t class, in usbip_names_get_class()
|
D | vhci_driver.c | 303 char buff[200]; /* what size should be ? */ in usbip_vhci_attach_device2() local 347 char buff[200]; /* what size should be ? */ in usbip_vhci_detach_device() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | nvreg.h | 471 #define NV_PVIDEO_UVPLANE_BASE(buff) (0x00008800+(buff)*4) argument 472 #define NV_PVIDEO_UVPLANE_LIMIT(buff) (0x00008808+(buff)*4) argument 473 #define NV_PVIDEO_UVPLANE_OFFSET_BUFF(buff) (0x00008820+(buff)*4) argument 474 #define NV_PVIDEO_BASE(buff) (0x00008900+(buff)*4) argument 475 #define NV_PVIDEO_LIMIT(buff) (0x00008908+(buff)*4) argument 476 #define NV_PVIDEO_LUMINANCE(buff) (0x00008910+(buff)*4) argument 477 #define NV_PVIDEO_CHROMINANCE(buff) (0x00008918+(buff)*4) argument 478 #define NV_PVIDEO_OFFSET_BUFF(buff) (0x00008920+(buff)*4) argument 479 #define NV_PVIDEO_SIZE_IN(buff) (0x00008928+(buff)*4) argument 480 #define NV_PVIDEO_POINT_IN(buff) (0x00008930+(buff)*4) argument [all …]
|
/linux-4.1.27/arch/frv/kernel/ |
D | sysctl.c | 54 char buff[8]; in procctl_frv_cachemode() local 129 char buff[16], *p; in procctl_frv_pin_cxnr() local
|
/linux-4.1.27/arch/parisc/lib/ |
D | checksum.c | 41 static inline unsigned int do_csum(const unsigned char * buff, int len) in do_csum() 105 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial()
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbip_network.c | 107 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, in usbip_net_xmit() 134 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) in usbip_net_recv() 139 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) in usbip_net_send()
|
D | usbip_attach.c | 51 char buff[MAX_BUFF+1]; in record_connection() local
|
/linux-4.1.27/drivers/s390/char/ |
D | vmcp.c | 60 vmcp_read(struct file *file, char __user *buff, size_t count, loff_t *ppos) in vmcp_read() 83 vmcp_write(struct file *file, const char __user *buff, size_t count, in vmcp_write()
|
/linux-4.1.27/arch/mn10300/lib/ |
D | checksum.c | 36 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 48 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_eeprom.c | 54 void *buff, int len) in qib_eeprom_read() 101 const void *buff, int len) in qib_eeprom_write()
|
D | qib_qsfp.c | 53 u8 *buff = bp; in qsfp_read() local 163 u8 *buff = bp; in qib_qsfp_write() local
|
/linux-4.1.27/arch/s390/include/asm/ |
D | checksum.h | 29 csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 133 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/tools/net/ |
D | bpf_jit_disasm.c | 93 char *buff = malloc(len); in get_klog_buff() local 103 static void put_klog_buff(char *buff) in put_klog_buff()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | genwqe_driver.h | 66 const void *buff, unsigned int size) in genwqe_hexdump()
|
D | card_ddcb.c | 167 static inline u16 genwqe_crc16(const u8 *buff, size_t len, u16 init) in genwqe_crc16()
|
D | card_utils.c | 204 u32 genwqe_crc32(u8 *buff, size_t len, u32 init) in genwqe_crc32()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | nvram.c | 141 int nvram_write_error_log(char * buff, int length, in nvram_write_error_log() 160 int nvram_read_error_log(char *buff, int length, in nvram_read_error_log()
|
/linux-4.1.27/arch/tile/lib/ |
D | checksum.c | 19 __wsum do_csum(const unsigned char *buff, int len) in do_csum()
|
/linux-4.1.27/drivers/char/ |
D | bfin-otp.c | 39 static ssize_t bfin_otp_read(struct file *file, char __user *buff, size_t count, loff_t *pos) in bfin_otp_read() 120 static ssize_t bfin_otp_write(struct file *filp, const char __user *buff, size_t count, loff_t *pos) in bfin_otp_write()
|
D | i8k.c | 384 unsigned char buff[16]; in i8k_ioctl_unlocked() local
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | oid_mgt.c | 285 struct obj_buffer *buff = data; in mgt_le_to_cpu() local 354 struct obj_buffer *buff = data; in mgt_cpu_to_le() local 797 struct obj_buffer *buff = r->ptr; in mgt_response_to_str() local 887 unsigned char *buff = r->ptr; in mgt_response_to_str() local
|
/linux-4.1.27/net/atm/ |
D | mpoa_proc.c | 206 static ssize_t proc_mpc_write(struct file *file, const char __user *buff, in proc_mpc_write() 241 static int parse_qos(const char *buff) in parse_qos()
|
D | mpc.c | 495 char *buff; in send_via_shortcut() local
|
D | lec.c | 127 char *buff; in lec_handle_bridge() local
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 1406 u8 *buff; in i40e_dbg_command_write() local 1609 u8 *buff; in i40e_dbg_command_write() local 1809 u8 *buff; in i40e_dbg_command_write() local 1835 u8 *buff; in i40e_dbg_command_write() local 1884 u16 *buff; in i40e_dbg_command_write() local
|
D | i40e_common.c | 2411 static void i40e_parse_discover_capabilities(struct i40e_hw *hw, void *buff, in i40e_parse_discover_capabilities() 2609 void *buff, u16 buff_size, u16 *data_size, in i40e_aq_discover_capabilities() 2705 u8 mib_type, void *buff, u16 buff_size, in i40e_aq_get_lldp_mib() 2832 void *buff, u16 buff_size, in i40e_aq_get_cee_dcb_config() 2969 void *buff, u16 buff_size, in i40e_aq_tx_sched_cmd() 3530 void *buff, u16 *ret_buff_size, in i40e_aq_debug_dump()
|
D | i40e_adminq.c | 733 void *buff, /* can be NULL */ in i40e_asq_send_command()
|
/linux-4.1.27/drivers/spi/ |
D | spi-tle62x0.c | 43 unsigned char *buff = st->tx_buff; in tle62x0_write() local 104 unsigned char *buff = st->rx_buff; in tle62x0_status_show() local
|
/linux-4.1.27/arch/cris/include/asm/ |
D | checksum.h | 78 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | old_checksum.c | 52 const u16 *buff = p; in csum_partial() local
|
/linux-4.1.27/include/net/sctp/ |
D | checksum.h | 46 static inline __wsum sctp_csum_update(const void *buff, int len, __wsum sum) in sctp_csum_update()
|
/linux-4.1.27/arch/x86/um/asm/ |
D | checksum_32.h | 8 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_audio.c | 197 isdn_audio_tlookup(const u_char *table, u_char *buff, unsigned long n) in isdn_audio_tlookup() 217 isdn_audio_ulaw2alaw(unsigned char *buff, unsigned long len) in isdn_audio_ulaw2alaw() 223 isdn_audio_alaw2ulaw(unsigned char *buff, unsigned long len) in isdn_audio_alaw2ulaw()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 501 int val, i, buff[5]; in sharpsl_check_battery_temp() local 526 int val, i, buff[5]; in sharpsl_check_battery_voltage() local 559 int temp, i, buff[5]; in sharpsl_ac_check() local
|
/linux-4.1.27/sound/soc/sh/ |
D | siu_pcm.c | 115 dma_addr_t buff, u32 size) in siu_pcm_wr_set() 163 dma_addr_t buff, size_t size) in siu_pcm_rd_set() 229 dma_addr_t buff; in siu_io_tasklet() local
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | pm-debug.c | 41 char buff[256]; in s3c_pm_dbg() local
|
/linux-4.1.27/arch/m68k/lib/ |
D | checksum.c | 42 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | checksum.h | 99 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/net/rose/ |
D | rose_dev.c | 42 unsigned char *buff = skb_push(skb, ROSE_MIN_LEN + 2); in rose_header() local
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_acpi.c | 50 struct acpi_tcpa *buff; in read_log() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | checksum.h | 136 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/net/netrom/ |
D | nr_dev.c | 72 unsigned char *buff = skb_push(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN); in nr_header() local
|
/linux-4.1.27/net/ax25/ |
D | ax25_ip.c | 53 unsigned char *buff; in ax25_hard_header() local
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | checksum.h | 112 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | checksum.h | 147 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | mlme_linux.c | 149 u8 *buff, *p, i; in r8712_report_sec_ie() local
|
/linux-4.1.27/drivers/scsi/ |
D | eata_pio.c | 515 static char buff[256]; in get_pio_board_data() local 659 char *buff; in register_pio_HBA() local
|
D | 3w-xxxx.c | 1645 char buff[8]; in tw_scsiop_read_capacity_complete() local
|
D | hpsa.c | 4886 char *buff = NULL; in hpsa_passthru_ioctl() local 4982 unsigned char **buff = NULL; in hpsa_big_passthru_ioctl() local 5188 void *buff, size_t size, u16 page_code, unsigned char *scsi3addr, in fill_cmd()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | checksum.h | 160 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/score/include/asm/ |
D | checksum.h | 175 static inline unsigned short ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
D | pr_util.h | 77 unsigned long *buff; member
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_common.c | 64 static void usbip_dump_buffer(char *buff, int bufflen) in usbip_dump_buffer() 621 void *buff; in usbip_recv_iso() local
|
/linux-4.1.27/drivers/hid/ |
D | hid-picolcd_debugfs.c | 399 char *buff; in picolcd_debug_out_report() local 655 char *buff; in picolcd_debug_raw_event() local
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci-tds.c | 132 u8 *buff = cq_get(&ep->dummy_packets_Q); in fhci_ep0_free() local 188 u8 *buff; in fhci_create_ep() local
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | mlme_linux.c | 105 u8 *buff, *p, i; in rtw_report_sec_ie() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | nvram_64.c | 192 char *buff, int length, in nvram_write_os_partition() 231 int nvram_read_partition(struct nvram_os_partition *part, char *buff, in nvram_read_partition() 453 char *buff = NULL; in nvram_pstore_read() local
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | checksum_64.h | 162 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
D | checksum_32.h | 236 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 319 char buff[MSG_SIZE]; in cont_thread() local 421 char buff[MSG_SIZE]; in perf_test_thread() local
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | touptek.c | 214 char buff[1]; in reg_w() local 441 uint8_t buff[4]; in configure() local
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 242 static void fm10k_get_reg_q(struct fm10k_hw *hw, u32 *buff, int i) in fm10k_get_reg_q() 282 static void fm10k_get_reg_vsi(struct fm10k_hw *hw, u32 *buff, int i) in fm10k_get_reg_vsi() 300 u32 *buff = p; in fm10k_get_regs() local
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_initiator.c | 539 void *buff; in _osd_realloc_seg() local 837 const struct osd_obj_id *obj, u64 offset, void* buff, u64 len) in osd_req_write_kern() 888 const struct osd_obj_id *obj, u64 offset, void* buff, u64 len) in osd_req_read_kern() 1044 void **buff, const struct osd_sg_entry *sglist, unsigned numentries) in _create_sg_bios() 1076 const struct osd_obj_id *obj, void **buff, in osd_req_write_sg_kern() 1091 const struct osd_obj_id *obj, void **buff, in osd_req_read_sg_kern()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | checksum_32.h | 146 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | checksum.h | 172 static __inline__ __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | checksum_32.h | 156 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 236 const char __user *buff, in rsi_debug_zone_write()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | checksum.h | 210 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/linux-4.1.27/include/linux/ |
D | uinput.h | 69 struct input_event buff[UINPUT_BUFFER_SIZE]; member
|
/linux-4.1.27/drivers/net/wan/ |
D | hd64570.c | 249 u32 buff; in sca_rx() local 625 u32 buff, len; in sca_xmit() local
|
D | hd64572.c | 208 u32 buff; in sca_rx() local 570 u32 buff, len; in sca_xmit() local
|
D | ixp4xx_hss.c | 989 buffer_t *buff; in init_hdlc_queues() local 1020 buffer_t *buff = port->rx_buff_tab[i]; in destroy_hdlc_queues() local 1030 buffer_t *buff = port->tx_buff_tab[i]; in destroy_hdlc_queues() local
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | dvi.c | 166 static int tmds_register_read_bytes(int index, u8 *buff, int buff_len) in tmds_register_read_bytes()
|
D | via_i2c.c | 166 int viafb_i2c_readbytes(u8 adap, u8 slave_addr, u8 index, u8 *buff, int buff_len) in viafb_i2c_readbytes()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_eeprom.c | 642 void *buff, int len) in ipath_eeprom_read() 663 const void *buff, int len) in ipath_eeprom_write()
|
/linux-4.1.27/include/net/ |
D | checksum.h | 116 static inline __wsum csum_partial_ext(const void *buff, int len, __wsum sum) in csum_partial_ext()
|
D | tcp.h | 1469 struct sk_buff *buff, in tcp_insert_write_queue_after()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 388 unsigned char buff[(15 * 4) - sizeof(struct tcphdr)]; in tcp_options() local 442 unsigned char buff[(15 * 4) - sizeof(struct tcphdr)]; in tcp_sack() local
|
/linux-4.1.27/arch/mips/kernel/ |
D | rtlx.c | 240 ssize_t rtlx_read(int index, void __user *buff, size_t count) in rtlx_read()
|
D | vpe.c | 749 static int getcwd(char *buff, int size) in getcwd()
|
/linux-4.1.27/fs/befs/ |
D | datastream.c | 125 befs_read_lsymlink(struct super_block * sb, befs_data_stream * ds, void *buff, in befs_read_lsymlink()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | synth.c | 148 const char *spk_synth_immediate(struct spk_synth *synth, const char *buff) in spk_synth_immediate()
|
/linux-4.1.27/drivers/leds/ |
D | leds-ns2.c | 144 const char *buff, size_t count) in ns2_led_sata_store()
|
D | leds-netxbig.c | 235 const char *buff, size_t count) in netxbig_led_sata_store()
|
/linux-4.1.27/scripts/dtc/ |
D | util.c | 254 char *buff; in utilfdt_read_len() local
|
/linux-4.1.27/drivers/media/radio/wl128x/ |
D | fmdrv.h | 79 u8 buff[FM_RX_RDS_INFO_FIELD_MAX]; member 132 u8 *buff; member
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_core.c | 109 static void get_pkt_info(u32 *buff, u32 *buff_len, u32 *ndesc, in get_pkt_info() 123 static void get_org_pkt_info(u32 *buff, u32 *buff_len, in get_org_pkt_info() 138 static void set_pkt_info(u32 buff, u32 buff_len, u32 ndesc, in set_pkt_info() 159 static void set_org_pkt_info(u32 buff, u32 buff_len, in set_org_pkt_info()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2678 u8 *buff) in bnx2x_nvram_crc() 2706 u8 *buff) in bnx2x_test_nvram_dir() 2724 static int bnx2x_test_dir_entry(struct bnx2x *bp, u32 addr, u8 *buff) in bnx2x_test_dir_entry() 2736 static int bnx2x_test_nvram_ext_dirs(struct bnx2x *bp, u8 *buff) in bnx2x_test_nvram_ext_dirs() 2770 static int bnx2x_test_nvram_dirs(struct bnx2x *bp, u8 *buff) in bnx2x_test_nvram_dirs()
|
D | bnx2x_dcb.c | 53 static void bnx2x_read_data(struct bnx2x *bp, u32 *buff, in bnx2x_read_data() 61 static void bnx2x_write_data(struct bnx2x *bp, u32 *buff, in bnx2x_write_data()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 684 void *buff, /* can be NULL */ in i40evf_asq_send_command()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 207 u32 *buff = p; in uec_get_regs() local
|
/linux-4.1.27/drivers/block/ |
D | mg_disk.c | 482 u16 *buff = (u16 *)bio_data(req->bio); in mg_read_one() local 517 u16 *buff = (u16 *)bio_data(req->bio); in mg_write_one() local
|
D | cpqarray.c | 326 char buff[4]; in cpqarray_remove_one() local 1410 void *buff, in sendcmd()
|
D | cciss.c | 1465 char *buff = NULL; in cciss_passthru() local 1565 unsigned char **buff = NULL; in cciss_bigpassthru() local 2526 static int fill_cmd(ctlr_info_t *h, CommandList_struct *c, __u8 cmd, void *buff, in fill_cmd() 2821 static int sendcmd_withirq(ctlr_info_t *h, __u8 cmd, void *buff, size_t size, in sendcmd_withirq()
|
/linux-4.1.27/sound/oss/ |
D | audio.c | 211 static void translate_bytes(const unsigned char *table, unsigned char *buff, int n) in translate_bytes()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_output.c | 1150 struct sk_buff *buff; in tcp_fragment() local 1717 struct sk_buff *buff; in tso_fragment() local 3236 struct sk_buff *buff; in tcp_connect() local 3337 struct sk_buff *buff; in tcp_send_ack() local
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 533 struct ip_vs_sync_buff *buff; in ip_vs_sync_conn_v0() local 629 struct ip_vs_sync_buff *buff; in ip_vs_sync_conn() local 806 char buff[IP_VS_PENAME_MAXLEN+1]; in ip_vs_conn_fill_param_sync() local
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 2591 char *buff; in il4965_rs_sta_dbgfs_scale_table_read() local 2699 char *buff; in il4965_rs_sta_dbgfs_stats_table_read() local 2745 char buff[120]; in il4965_rs_sta_dbgfs_rate_scale_data_read() local
|
D | 3945-rs.c | 829 char *buff; in il3945_sta_dbgfs_stats_table_read() local
|
D | 4965-mac.c | 3143 u8 buff[sizeof(struct il_wep_cmd) + in il4965_static_wepkey_cmd() local
|
/linux-4.1.27/include/linux/soc/ti/ |
D | knav_dma.h | 151 u32 buff; member
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 37 char buff[128] = {0}; in ocrdma_add_stat() local
|
/linux-4.1.27/fs/ecryptfs/ |
D | main.c | 774 struct kobj_attribute *attr, char *buff) in version_show()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.c | 3128 char *buff; in rs_sta_dbgfs_scale_table_read() local 3216 char *buff; in rs_sta_dbgfs_stats_table_read() local 3262 char buff[120]; in rs_sta_dbgfs_rate_scale_data_read() local
|
D | sta.c | 993 u8 buff[sizeof(struct iwl_wep_cmd) + in iwl_send_static_wepkey_cmd() local
|
/linux-4.1.27/include/scsi/ |
D | osd_initiator.h | 137 void *buff; member
|
D | osd_protocol.h | 253 u8 buff[OSD_TOTAL_CDB_LEN]; member
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 6222 uint8_t *buff) in lpfc_read_fcf_conn_tbl() 6305 uint8_t *buff) in lpfc_read_fcoe_param() 6342 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) in lpfc_get_rec_conf23() 6381 uint8_t *buff, in lpfc_parse_fcoe_conf()
|
D | lpfc_hw.h | 3512 struct lpfc_hbq_entry buff; member 3522 struct lpfc_hbq_entry buff[5]; member
|
/linux-4.1.27/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1143 buffer_t *buff; /* skb or kmalloc()ated memory */ in init_queues() local 1175 buffer_t *buff = port->rx_buff_tab[i]; in destroy_queues() local 1185 buffer_t *buff = port->tx_buff_tab[i]; in destroy_queues() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ctx.c | 161 u32 *buff = adapter->mdump.md_template; in netxen_check_template_checksum() local
|
/linux-4.1.27/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 73 unsigned char *buff; member
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | m920x.c | 401 u8 *read, *buff; in m920x_firmware_download() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pxa3xx-gcu.c | 386 pxa3xx_gcu_write(struct file *file, const char *buff, in pxa3xx_gcu_write()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | ibmasmfs.c | 544 char *buff; in remote_settings_file_write() local
|
/linux-4.1.27/arch/arm/kernel/ |
D | sys_oabi-compat.c | 390 asmlinkage long sys_oabi_sendto(int fd, void __user *buff, in sys_oabi_sendto()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.c | 3387 char *buff; in rs_sta_dbgfs_scale_table_read() local 3481 char *buff; in rs_sta_dbgfs_stats_table_read() local 3558 char *buff, *pos, *endpos; in rs_sta_dbgfs_drv_tx_stats_read() local
|
D | debugfs.c | 779 char *buff, *pos, *endpos; in iwl_dbgfs_frame_stats_read() local
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000_hw.c | 1610 u16 buff[sizeof(struct pseudo_hdr) >> 1]; in ft1000_copy_down_pkt() member
|
/linux-4.1.27/drivers/mtd/nand/ |
D | sh_flctl.c | 446 (struct sh_flctl *flctl, uint8_t *buff, int sector) in read_ecfiforeg()
|
D | fsmc_nand.c | 535 static int count_written_bits(uint8_t *buff, int size, int max_bits) in count_written_bits()
|
/linux-4.1.27/fs/ncpfs/ |
D | sock.c | 50 static int _send(struct socket *sock, const void *buff, int len) in _send()
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 990 info_debugfs_read_helper(char **buff, int *buff_len) in info_debugfs_read_helper()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 224 char buff[10]; in add_port_entries() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_dbg.c | 1322 void ql_get_dump(struct ql_adapter *qdev, void *buff) in ql_get_dump()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | if_spi.c | 188 __le16 buff; in spu_write_u16() local
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_util.c | 39 #define PRINT_BUFF(buff, len) \ argument
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 473 #define ATL1C_SET_BUFFER_STATE(buff, state) do { \ argument 478 #define ATL1C_SET_PCIMAP_TYPE(buff, type, direction) do { \ argument
|
/linux-4.1.27/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1153 u32 *buff = p; in greth_get_regs() local
|
/linux-4.1.27/drivers/iio/accel/ |
D | bma180.c | 123 u8 buff[16]; /* 3x 16-bit + 8-bit + padding + timestamp */ member
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_83xx.c | 747 uint16_t *buff = (uint16_t *)ha->reset_tmplt.buff; in qla4_83xx_reset_seq_checksum_test() local
|
D | ql4_83xx.h | 234 uint8_t *buff; member
|
/linux-4.1.27/kernel/trace/ |
D | ftrace.c | 3492 match_records(struct ftrace_hash *hash, char *buff, in match_records() 3530 ftrace_match_records(struct ftrace_hash *hash, char *buff, int len) in ftrace_match_records() 3536 ftrace_match_module_records(struct ftrace_hash *hash, char *buff, char *mod) in ftrace_match_module_records() 3962 char *buff, int len, int enable) in ftrace_process_regex()
|
D | trace_events_trigger.c | 204 static int trigger_process_regex(struct ftrace_event_file *file, char *buff) in trigger_process_regex()
|
D | trace_events_filter.c | 320 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ks8851.c | 462 static void ks8851_rdfifo(struct ks8851_net *ks, u8 *buff, unsigned len) in ks8851_rdfifo()
|
/linux-4.1.27/net/ipv6/ |
D | ndisc.c | 1465 struct sk_buff *buff; in ndisc_send_redirect() local
|
D | tcp_ipv6.c | 740 struct sk_buff *buff; in tcp_v6_send_response() local
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 933 char buff[PATH_MAX], *line, *evv, *p; in set_backend_file() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1026 unsigned char buff[QLCNIC_ILB_PKT_SIZE]; in qlcnic_check_loopback_buff() local
|
D | qlcnic_83xx_init.c | 1693 u16 *buff = (u16 *)p_dev->ahw->reset.buff; in qlcnic_83xx_reset_template_checksum() local
|
D | qlcnic_83xx_hw.h | 286 u8 *buff; member
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.c | 180 u8 *buff; in lme2510_usb_talk() local
|
/linux-4.1.27/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 637 u64 *buff = &RX_BUFF(rx, fill); in pasemi_mac_replenish_rx_ring() local
|
/linux-4.1.27/drivers/usb/gadget/udc/bdc/ |
D | bdc.h | 350 void *buff; member
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 1102 char __user *buff, size_t count, loff_t *ppos) in pvr2_v4l2_read()
|
/linux-4.1.27/drivers/mfd/ |
D | sm501.c | 1207 struct device_attribute *attr, char *buff) in sm501_dbg_regs()
|
/linux-4.1.27/drivers/usb/storage/ |
D | isd200.c | 459 enum dma_data_direction dir, void* buff, unsigned bufflen) in isd200_set_srb()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-xilinx.c | 2053 u8 *buff; in xudc_probe() local
|
/linux-4.1.27/net/ |
D | socket.c | 1628 SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE6() argument 1672 SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE4() argument
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel.c | 738 u16 len, u16 buff, u8 type) in tx_update_descriptor() 805 u16 buff, frame_ctl, len = (ETH_ZLEN < skb->len) ? skb->len : ETH_ZLEN; in start_tx() local 880 u16 buff; in atmel_transmit_management_frame() local
|
D | ray_cs.c | 2435 UCHAR buff[256]; in rx_authenticate() local
|
/linux-4.1.27/drivers/tty/serial/ |
D | samsung.c | 65 char buff[256]; in dbg() local
|
/linux-4.1.27/sound/usb/ |
D | mixer_quirks.c | 618 unsigned char buff[3]; in snd_mbox1_switch_update() local
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 929 void *buff, in s3c_hsotg_send_reply()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 1912 char buff[10]; in i2o_proc_device_add() local
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | pcnet32.c | 1385 u16 *buff = ptr; in pcnet32_get_regs() local
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_nx2.h | 276 uint8_t *buff; member
|
D | qla_nx2.c | 1476 uint16_t *buff = (uint16_t *)vha->reset_tmplt.buff; in qla8044_reset_seq_checksum_test() local
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 996 struct sk_buff *buff; in __neigh_event_send() local
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 1191 static void packet_increment_head(struct packet_ring_buffer *buff) in packet_increment_head()
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufshcd.c | 3962 static u32 ufshcd_get_max_icc_level(int sup_curr_uA, u32 start_scan, char *buff) in ufshcd_get_max_icc_level()
|
/linux-4.1.27/drivers/usb/atm/ |
D | ueagle-atm.c | 620 u16 addr, u16 size, const u8 *buff) in uea_send_modem_cmd()
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | e100.c | 2473 u32 *buff = p; in e100_get_regs() local
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 7413 unsigned char *buff = skb_push(skb, buf0_len); in rx_osm_handler() local
|