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()968 if (elm->txleft) { in can327_ldisc_tx_worker()970 elm->txleft); in can327_ldisc_tx_worker()980 elm->txleft -= written; in can327_ldisc_tx_worker()984 if (!elm->txleft) in can327_ldisc_tx_worker()
1047 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()1062 csk->tlshws.txleft = recordsz; in chtls_sendmsg()1098 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1152 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1188 csk->tlshws.txleft -= copy; in chtls_sendmsg()
264 u16 txleft; member