Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c646 unsigned int sge_unsent; in siw_tx_hdt() local
650 sge_unsent = sge->length - c_tx->sge_off; in siw_tx_hdt()
652 while (sge_unsent <= rv) { in siw_tx_hdt()
653 rv -= sge_unsent; in siw_tx_hdt()
657 sge_unsent = sge->length; in siw_tx_hdt()