Home
last modified time | relevance | path

Searched refs:total_sent (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/crypto/bcm/
H A Dcipher.h244 unsigned int total_sent; member
263 unsigned int total_sent; member
393 unsigned int total_sent, u32 status_padding);
H A Dspu2.h206 unsigned int total_sent, u32 status_padding);
H A Dspu.h262 unsigned int total_sent, u32 status_padding);
H A Dspu2.c1247 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 Dvcc.c822 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 Dhvcs.c1264 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 Dkcmsock.c584 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 Dtp_meter.c216 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument
226 total_bytes = total_sent; in batadv_tp_batctl_notify()