Searched refs:txleft (Results 1 – 3 of 3) sorted by relevance
86 size_t txleft; /* Bytes left to TX */ member149 elm->txleft = len - written; in can327_send()762 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()
1050 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()1065 csk->tlshws.txleft = recordsz; in chtls_sendmsg()1111 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1165 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1201 csk->tlshws.txleft -= copy; in chtls_sendmsg()
264 u16 txleft; member