Searched defs:smc_link (Results 1 – 1 of 1) sorted by relevance
75 struct smc_link { struct76 struct smc_ib_device *smcibdev; /* ib-device */77 u8 ibport; /* port - values 1 | 2 */78 struct ib_pd *roce_pd; /* IB protection domain,81 struct ib_qp *roce_qp; /* IB queue pair */82 struct ib_qp_attr qp_attr; /* IB queue pair attributes */84 struct smc_wr_buf *wr_tx_bufs; /* WR send payload buffers */85 struct ib_send_wr *wr_tx_ibs; /* WR send meta data */86 struct ib_sge *wr_tx_sges; /* WR send gather meta data */87 struct smc_rdma_sges *wr_tx_rdma_sges;/*RDMA WRITE gather meta data*/[all …]