Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp.c228 struct siw_rx_stream *c_rx = &qp->rx_stream; in siw_qp_enable_crc() local
239 c_rx->mpa_crc_hd = kzalloc(size, GFP_KERNEL); in siw_qp_enable_crc()
240 if (!c_tx->mpa_crc_hd || !c_rx->mpa_crc_hd) { in siw_qp_enable_crc()
242 kfree(c_rx->mpa_crc_hd); in siw_qp_enable_crc()
244 c_rx->mpa_crc_hd = NULL; in siw_qp_enable_crc()
248 c_rx->mpa_crc_hd->tfm = siw_crypto_shash; in siw_qp_enable_crc()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp.c231 struct siw_rx_stream *c_rx = &qp->rx_stream; in siw_qp_enable_crc() local
242 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()

Completed in 3 milliseconds