Searched defs:smc_link (Results 1 – 1 of 1) sorted by relevance
55 struct smc_link { struct56 struct smc_ib_device *smcibdev; /* ib-device */57 u8 ibport; /* port - values 1 | 2 */58 struct ib_pd *roce_pd; /* IB protection domain,61 struct ib_qp *roce_qp; /* IB queue pair */62 struct ib_qp_attr qp_attr; /* IB queue pair attributes */64 struct smc_wr_buf *wr_tx_bufs; /* WR send payload buffers */65 struct ib_send_wr *wr_tx_ibs; /* WR send meta data */66 struct ib_sge *wr_tx_sges; /* WR send gather meta data */67 struct smc_wr_tx_pend *wr_tx_pends; /* WR send waiting for CQE */[all …]