Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c433 unsigned int data_len = c_tx->bytes_unsent, hdr_len = 0, trl_len = 0, in siw_tx_hdt() local
571 iov[seg].iov_len = trl_len = MAX_TRAILER - (4 - c_tx->pad); in siw_tx_hdt()
574 iov[seg].iov_len = trl_len = MAX_TRAILER - c_tx->ctrl_sent; in siw_tx_hdt()
595 rv = kernel_sendmsg(s, &msg, &iov[seg], 1, trl_len); in siw_tx_hdt()
603 hdr_len + data_len + trl_len); in siw_tx_hdt()
627 if (rv == trl_len) /* all pushed */ in siw_tx_hdt()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c445 unsigned int data_len = c_tx->bytes_unsent, hdr_len = 0, trl_len = 0, in siw_tx_hdt() local
580 iov[seg].iov_len = trl_len = MAX_TRAILER - (4 - c_tx->pad); in siw_tx_hdt()
583 iov[seg].iov_len = trl_len = MAX_TRAILER - c_tx->ctrl_sent; in siw_tx_hdt()
604 rv = kernel_sendmsg(s, &msg, &iov[seg], 1, trl_len); in siw_tx_hdt()
612 hdr_len + data_len + trl_len); in siw_tx_hdt()
636 if (rv == trl_len) /* all pushed */ in siw_tx_hdt()

Completed in 4 milliseconds