MPA_CRC_SIZE      562 drivers/infiniband/sw/siw/siw_qp.c 		len_terminate = sizeof(*term) + iov[1].iov_len + MPA_CRC_SIZE;
MPA_CRC_SIZE      567 drivers/infiniband/sw/siw/siw_qp.c 		len_terminate = sizeof(*term) + MPA_CRC_SIZE;
MPA_CRC_SIZE      581 drivers/infiniband/sw/siw/siw_qp.c 		cpu_to_be16(len_terminate - (MPA_HDR_SIZE + MPA_CRC_SIZE));
MPA_CRC_SIZE      928 drivers/infiniband/sw/siw/siw_qp_rx.c 	if (to_copy + MPA_CRC_SIZE > srx->skb_new)
MPA_CRC_SIZE     1402 drivers/infiniband/sw/siw/siw_qp_rx.c 						      + MPA_CRC_SIZE;
MPA_CRC_SIZE      261 drivers/infiniband/sw/siw/siw_qp_tx.c 		c_tx->ctrl_len += MPA_CRC_SIZE;
MPA_CRC_SIZE      265 drivers/infiniband/sw/siw/siw_qp_tx.c 	c_tx->ctrl_len += MPA_CRC_SIZE;
MPA_CRC_SIZE      397 drivers/infiniband/sw/siw/siw_qp_tx.c #define MAX_TRAILER (MPA_CRC_SIZE + 4)
MPA_CRC_SIZE      713 drivers/infiniband/sw/siw/siw_qp_tx.c 	if (data_len + c_tx->ctrl_len + MPA_CRC_SIZE > c_tx->tcp_seglen) {
MPA_CRC_SIZE      715 drivers/infiniband/sw/siw/siw_qp_tx.c 		data_len = c_tx->tcp_seglen - (c_tx->ctrl_len + MPA_CRC_SIZE);