Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c1316 int must_send; in chtls_cleanup_rbuf() local
1335 must_send = credits + 16384 >= tp->rcv_wnd; in chtls_cleanup_rbuf()
1337 if (must_send || credits >= thres) in chtls_cleanup_rbuf()
/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1603 int must_send; in csk_return_rx_credits() local
1621 must_send = credits + 16384 >= csk->rcv_win; in csk_return_rx_credits()
1622 if (must_send || credits >= cdev->rx_credit_thres) in csk_return_rx_credits()