Searched refs:total_sent (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/crypto/bcm/ |
H A D | cipher.h | 244 unsigned int total_sent; member 263 unsigned int total_sent; member 393 unsigned int total_sent, u32 status_padding);
|
H A D | spu2.h | 206 unsigned int total_sent, u32 status_padding);
|
H A D | spu.h | 262 unsigned int total_sent, u32 status_padding);
|
H A D | spu2.c | 1247 unsigned int total_sent, u32 status_padding) in spu2_request_pad() argument 1269 *(__le64 *)ptr = cpu_to_le64(total_sent * 8ull); in spu2_request_pad() 1271 *(__be64 *)ptr = cpu_to_be64(total_sent * 8ull); in spu2_request_pad()
|
/linux/drivers/tty/ |
H A D | vcc.c | 822 size_t total_sent = 0; in vcc_write() local 845 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write() 863 total_sent += tosend; in vcc_write() 877 vccdbg("VCC: write: total=%zu rv=%d", total_sent, rv); in vcc_write() 879 return total_sent ? total_sent : rv; in vcc_write()
|
/linux/drivers/tty/hvc/ |
H A D | hvcs.c | 1264 size_t total_sent = 0; in hvcs_write() local 1310 &charbuf[total_sent], in hvcs_write() 1333 total_sent+=tosend; in hvcs_write() 1355 return total_sent; in hvcs_write()
|
/linux/net/kcm/ |
H A D | kcmsock.c | 584 unsigned int total_sent = 0; in kcm_write_msgs() local 692 total_sent += txm->sent; in kcm_write_msgs() 708 return total_sent ? : ret; in kcm_write_msgs()
|
/linux/net/batman-adv/ |
H A D | tp_meter.c | 216 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument 226 total_bytes = total_sent; in batadv_tp_batctl_notify()
|