Searched refs:txleft (Results 1 – 3 of 3) sorted by relevance
87 size_t txleft; /* Bytes left to TX */ member150 elm->txleft = len - written; in can327_send()763 elm->txleft = 0; in can327_netdev_open()961 if (elm->txleft) { in can327_ldisc_tx_worker()963 elm->txleft); in can327_ldisc_tx_worker()973 elm->txleft -= written; in can327_ldisc_tx_worker()977 if (!elm->txleft) in can327_ldisc_tx_worker()
1044 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()1059 csk->tlshws.txleft = recordsz; in chtls_sendmsg()1104 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1158 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1194 csk->tlshws.txleft -= copy; in chtls_sendmsg()
264 u16 txleft; member