Home
last modified time | relevance | path

Searched refs:total_sent (Results 1 – 10 of 10) 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);
/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/net/wireless/morsemicro/mm81x/
H A Dmmrc.h112 u32 total_sent; member
H A Dmmrc.c1178 tb->table[i].total_sent += tb->table[i].sent; in mmrc_update()
/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/fs/ceph/
H A Ddebugfs.c486 u64 total_sent = 0; in subvolume_metrics_show() local
503 total_sent = mdsc->subvol_metrics_sent; in subvolume_metrics_show()
525 seq_printf(s, " entries_sent: %llu\n", total_sent); in subvolume_metrics_show()
/linux/net/kcm/
H A Dkcmsock.c589 unsigned int total_sent = 0; in kcm_write_msgs() local
697 total_sent += txm->sent; in kcm_write_msgs()
713 return total_sent ? : ret; in kcm_write_msgs()
/linux/net/batman-adv/
H A Dtp_meter.c221 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument
231 total_bytes = total_sent; in batadv_tp_batctl_notify()