Searched refs:c_tx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 40 static int siw_try_1seg(struct siw_iwarp_tx *c_tx, void *paddr) in siw_try_1seg() argument 42 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_try_1seg() 61 } else if (c_tx->in_syscall) { in siw_try_1seg() 119 static int siw_qp_prepare_tx(struct siw_iwarp_tx *c_tx) in siw_qp_prepare_tx() argument 121 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_qp_prepare_tx() 128 memcpy(&c_tx->pkt.ctrl, in siw_qp_prepare_tx() 132 c_tx->pkt.rreq.rsvd = 0; in siw_qp_prepare_tx() 133 c_tx->pkt.rreq.ddp_qn = htonl(RDMAP_UNTAGGED_QN_RDMA_READ); in siw_qp_prepare_tx() 134 c_tx->pkt.rreq.ddp_msn = in siw_qp_prepare_tx() 135 htonl(++c_tx in siw_qp_prepare_tx() 293 siw_tx_ctrl(struct siw_iwarp_tx *c_tx, struct socket *s, int flags) siw_tx_ctrl() argument 424 siw_tx_hdt(struct siw_iwarp_tx *c_tx, struct socket *s) siw_tx_hdt() argument 670 siw_update_tcpseg(struct siw_iwarp_tx *c_tx, struct socket *s) siw_update_tcpseg() argument 705 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; siw_prepare_fpdu() local 793 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; siw_qp_sq_proc_tx() local [all...] |
H A D | siw_qp.c | 229 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; in siw_qp_enable_crc() local 238 c_tx->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() 241 kfree(c_tx->mpa_crc_hd); in siw_qp_enable_crc() 243 c_tx->mpa_crc_hd = NULL; in siw_qp_enable_crc() 247 c_tx->mpa_crc_hd->tfm = siw_crypto_shash; in siw_qp_enable_crc()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 40 static int siw_try_1seg(struct siw_iwarp_tx *c_tx, void *paddr) in siw_try_1seg() argument 42 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_try_1seg() 60 } else if (c_tx->in_syscall) { in siw_try_1seg() 118 static int siw_qp_prepare_tx(struct siw_iwarp_tx *c_tx) in siw_qp_prepare_tx() argument 120 struct siw_wqe *wqe = &c_tx->wqe_active; in siw_qp_prepare_tx() 127 memcpy(&c_tx->pkt.ctrl, in siw_qp_prepare_tx() 131 c_tx->pkt.rreq.rsvd = 0; in siw_qp_prepare_tx() 132 c_tx->pkt.rreq.ddp_qn = htonl(RDMAP_UNTAGGED_QN_RDMA_READ); in siw_qp_prepare_tx() 133 c_tx->pkt.rreq.ddp_msn = in siw_qp_prepare_tx() 134 htonl(++c_tx in siw_qp_prepare_tx() 292 siw_tx_ctrl(struct siw_iwarp_tx *c_tx, struct socket *s, int flags) siw_tx_ctrl() argument 436 siw_tx_hdt(struct siw_iwarp_tx *c_tx, struct socket *s) siw_tx_hdt() argument 679 siw_update_tcpseg(struct siw_iwarp_tx *c_tx, struct socket *s) siw_update_tcpseg() argument 714 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; siw_prepare_fpdu() local 802 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; siw_qp_sq_proc_tx() local [all...] |
H A D | siw_qp.c | 232 struct siw_iwarp_tx *c_tx = &qp->tx_ctx; in siw_qp_enable_crc() local 241 c_tx->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() 244 kfree(c_tx->mpa_crc_hd); in siw_qp_enable_crc() 246 c_tx->mpa_crc_hd = NULL; in siw_qp_enable_crc() 250 c_tx->mpa_crc_hd->tfm = siw_crypto_shash; in siw_qp_enable_crc()
|
Completed in 4 milliseconds