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