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