Lines Matching refs:smc_link
36 struct smc_link *,
53 static inline long smc_wr_tx_get_next_wr_id(struct smc_link *link) in smc_wr_tx_get_next_wr_id()
64 static inline int smc_wr_rx_post(struct smc_link *link) in smc_wr_rx_post()
78 int smc_wr_create_link(struct smc_link *lnk);
79 int smc_wr_alloc_link_mem(struct smc_link *lnk);
80 void smc_wr_free_link(struct smc_link *lnk);
81 void smc_wr_free_link_mem(struct smc_link *lnk);
82 void smc_wr_remember_qp_attr(struct smc_link *lnk);
86 int smc_wr_tx_get_free_slot(struct smc_link *link, smc_wr_tx_handler handler,
89 int smc_wr_tx_put_slot(struct smc_link *link,
91 int smc_wr_tx_send(struct smc_link *link,
94 void smc_wr_tx_dismiss_slots(struct smc_link *lnk, u8 wr_rx_hdr_type,
100 int smc_wr_rx_post_init(struct smc_link *link);
102 int smc_wr_reg_send(struct smc_link *link, struct ib_mr *mr);