Searched refs:c_rx (Results 1 – 1 of 1) sorted by relevance
231 struct siw_rx_stream *c_rx = &qp->rx_stream; in siw_qp_enable_crc() local242 c_rx->mpa_crc_hd = kzalloc(size, GFP_KERNEL); in siw_qp_enable_crc()243 if (!c_tx->mpa_crc_hd || !c_rx->mpa_crc_hd) { in siw_qp_enable_crc()245 kfree(c_rx->mpa_crc_hd); in siw_qp_enable_crc()247 c_rx->mpa_crc_hd = NULL; in siw_qp_enable_crc()251 c_rx->mpa_crc_hd->tfm = siw_crypto_shash; in siw_qp_enable_crc()