Lines Matching refs:lnk
76 static inline void smc_wr_wakeup_tx_wait(struct smc_link *lnk)
78 wake_up_all(&lnk->wr_tx_wait);
81 static inline void smc_wr_wakeup_reg_wait(struct smc_link *lnk)
83 wake_up(&lnk->wr_reg_wait);
101 int smc_wr_create_link(struct smc_link *lnk);
102 int smc_wr_alloc_link_mem(struct smc_link *lnk);
103 void smc_wr_free_link(struct smc_link *lnk);
104 void smc_wr_free_link_mem(struct smc_link *lnk);
105 void smc_wr_remember_qp_attr(struct smc_link *lnk);
120 void smc_wr_tx_dismiss_slots(struct smc_link *lnk, u8 wr_rx_hdr_type,