Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c433 unsigned int data_len = c_tx->bytes_unsent, hdr_len = 0, trl_len = 0, in siw_tx_hdt()
501 wqe->processed -= c_tx->bytes_unsent; in siw_tx_hdt()
544 wqe->processed -= c_tx->bytes_unsent; in siw_tx_hdt()
579 data_len = c_tx->bytes_unsent; in siw_tx_hdt()
623 c_tx->bytes_unsent = 0; in siw_tx_hdt()
639 c_tx->bytes_unsent -= rv; in siw_tx_hdt()
722 c_tx->bytes_unsent = data_len; in siw_prepare_fpdu()
1077 qp->tx_ctx.bytes_unsent); in siw_qp_sq_process()
Dsiw.h407 int bytes_unsent; /* ddp payload bytes */ member