Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c445 unsigned int data_len = c_tx->bytes_unsent, hdr_len = 0, trl_len = 0, in siw_tx_hdt()
514 wqe->processed -= c_tx->bytes_unsent; in siw_tx_hdt()
563 wqe->processed -= c_tx->bytes_unsent; in siw_tx_hdt()
598 data_len = c_tx->bytes_unsent; in siw_tx_hdt()
642 c_tx->bytes_unsent = 0; in siw_tx_hdt()
658 c_tx->bytes_unsent -= rv; in siw_tx_hdt()
741 c_tx->bytes_unsent = data_len; in siw_prepare_fpdu()
1103 qp->tx_ctx.bytes_unsent); in siw_qp_sq_process()
Dsiw.h395 int bytes_unsent; /* ddp payload bytes */ member