Home
last modified time | relevance | path

Searched refs:txleft (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/can/
H A Dcan327.c86 size_t txleft; /* Bytes left to TX */ member
149 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()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c1050 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()