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