Searched refs:bytecnt (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 108 * @bytecnt: Byte count of operation 113 u8 bytecnt; member 151 * @CCODE_BLOCK: Supplied data has variable length passed in bytecnt 261 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_write_byte() 266 if (idx == seq->bytecnt - 1) in idt_smb_write_byte() 293 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_read_byte() 298 if (idx == seq->bytecnt - 1) in idt_smb_read_byte() 326 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_write_word() 345 if (seq->bytecnt ! in idt_smb_write_word() [all...] |
/linux/drivers/sbus/char/ |
H A D | uctrl.c | 263 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local 277 bytecnt = 0; in uctrl_do_txn() 279 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn() 282 bytecnt++; in uctrl_do_txn() 289 bytecnt = 0; in uctrl_do_txn() 292 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn() 295 bytecnt++; in uctrl_do_txn()
|
/linux/arch/parisc/kernel/ |
H A D | inventory.c | 191 unsigned long bytecnt; in pat_query_module() local 201 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 268 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
|
H A D | processor.c | 110 unsigned long bytecnt; in processor_probe() local 117 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
|
H A D | drivers.c | 498 unsigned long bytecnt; in alloc_pa_dev() local 507 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
|
/linux/include/uapi/linux/ |
H A D | mroute6.h | 103 unsigned long bytecnt; member
|
H A D | mroute.h | 96 unsigned long bytecnt; member
|
/linux/drivers/tty/serial/ |
H A D | mux.c | 80 unsigned long bytecnt; in get_mux_port_count() local 89 status = pdc_iodc_read(&bytecnt, dev->hpa.start, 0, iodc_data, 32); in get_mux_port_count()
|
/linux/net/ipv6/ |
H A D | ip6mr.c | 1939 sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ip6mr_ioctl() 1956 compat_ulong_t bytecnt; member 2011 sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ip6mr_compat_ioctl()
|
/linux/net/ipv4/ |
H A D | ipmr.c | 1675 sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ipmr_ioctl() 1692 compat_ulong_t bytecnt; member 1747 sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ipmr_compat_ioctl()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_filter.c | 438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() argument 442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters()
|