Home
last modified time | relevance | path

Searched refs:sge_unsent (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c647 unsigned int sge_unsent; in siw_tx_hdt() local
651 sge_unsent = sge->length - c_tx->sge_off; in siw_tx_hdt()
653 while (sge_unsent <= rv) { in siw_tx_hdt()
654 rv -= sge_unsent; in siw_tx_hdt()
658 sge_unsent = sge->length; in siw_tx_hdt()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c656 unsigned int sge_unsent; in siw_tx_hdt() local
660 sge_unsent = sge->length - c_tx->sge_off; in siw_tx_hdt()
662 while (sge_unsent <= rv) { in siw_tx_hdt()
663 rv -= sge_unsent; in siw_tx_hdt()
667 sge_unsent = sge->length; in siw_tx_hdt()

Completed in 4 milliseconds