Searched defs:smc_link (Results 1 – 1 of 1) sorted by relevance
94 struct smc_link { struct95 struct smc_ib_device *smcibdev; /* ib-device */96 u8 ibport; /* port - values 1 | 2 */97 struct ib_pd *roce_pd; /* IB protection domain,100 struct ib_qp *roce_qp; /* IB queue pair */101 struct ib_qp_attr qp_attr; /* IB queue pair attributes */103 struct smc_wr_buf *wr_tx_bufs; /* WR send payload buffers */104 struct ib_send_wr *wr_tx_ibs; /* WR send meta data */105 struct ib_sge *wr_tx_sges; /* WR send gather meta data */106 struct smc_rdma_sges *wr_tx_rdma_sges;/*RDMA WRITE gather meta data*/[all …]