Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c447 unsigned int data_len = c_tx->bytes_unsent, hdr_len = 0, trl_len = 0, in siw_tx_hdt()
516 wqe->processed -= c_tx->bytes_unsent; in siw_tx_hdt()
565 wqe->processed -= c_tx->bytes_unsent; in siw_tx_hdt()
600 data_len = c_tx->bytes_unsent; in siw_tx_hdt()
644 c_tx->bytes_unsent = 0; in siw_tx_hdt()
660 c_tx->bytes_unsent -= rv; in siw_tx_hdt()
743 c_tx->bytes_unsent = data_len; in siw_prepare_fpdu()
1105 qp->tx_ctx.bytes_unsent); in siw_qp_sq_process()
H A Dsiw.h395 int bytes_unsent; /* ddp payload bytes */ member