SMC_WR_TX_SIZE
offsetofend(struct smc_cdc_msg, reserved) > SMC_WR_TX_SIZE,
if (cdc->len != SMC_WR_TX_SIZE)
conn->local_tx_ctrl.len = SMC_WR_TX_SIZE;
SMC_WR_TX_SIZE);
memset(llc, 0, SMC_WR_TX_SIZE);
sizeof(union smc_llc_msg) != SMC_WR_TX_SIZE,
memset(ext, 0, SMC_WR_TX_SIZE);
bool send_inline = (lnk->qp_attr.cap.max_inline_data > SMC_WR_TX_SIZE);
lnk->wr_tx_sges[i].length = SMC_WR_TX_SIZE;
SMC_WR_TX_SIZE : lnk->wr_rx_buflen;
lnk->wr_rx_v2_dma_addr + SMC_WR_TX_SIZE;
SMC_WR_BUF_V2_SIZE - SMC_WR_TX_SIZE;