Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c260 c_tx->ctrl_len += MPA_CRC_SIZE; in siw_qp_prepare_tx()
264 c_tx->ctrl_len += MPA_CRC_SIZE; in siw_qp_prepare_tx()
402 #define MAX_TRAILER (MPA_CRC_SIZE + 4)
732 if (data_len + c_tx->ctrl_len + MPA_CRC_SIZE > c_tx->tcp_seglen) { in siw_prepare_fpdu()
734 data_len = c_tx->tcp_seglen - (c_tx->ctrl_len + MPA_CRC_SIZE); in siw_prepare_fpdu()
H A Diwarp.h88 #define MPA_CRC_SIZE 4 macro
H A Dsiw_qp.c566 len_terminate = sizeof(*term) + iov[1].iov_len + MPA_CRC_SIZE; in siw_send_terminate()
571 len_terminate = sizeof(*term) + MPA_CRC_SIZE; in siw_send_terminate()
585 cpu_to_be16(len_terminate - (MPA_HDR_SIZE + MPA_CRC_SIZE)); in siw_send_terminate()
H A Dsiw_qp_rx.c937 if (to_copy + MPA_CRC_SIZE > srx->skb_new) in siw_proc_terminate()
1418 + MPA_CRC_SIZE; in siw_tcp_rx_data()