• Home
  • Raw
  • Download

Lines Matching defs:link

158 	struct smc_link *link;  member
336 struct smc_link *link, in smc_llc_tx_handler()
355 static int smc_llc_add_pending_send(struct smc_link *link, in smc_llc_add_pending_send()
378 int smc_llc_send_confirm_link(struct smc_link *link, in smc_llc_send_confirm_link()
419 struct smc_link *link; in smc_llc_send_confirm_rkey() local
459 static int smc_llc_send_delete_rkey(struct smc_link *link, in smc_llc_send_delete_rkey()
486 int smc_llc_send_add_link(struct smc_link *link, u8 mac[], u8 gid[], in smc_llc_send_add_link()
527 int smc_llc_send_delete_link(struct smc_link *link, u8 link_del_id, in smc_llc_send_delete_link()
563 static int smc_llc_send_test_link(struct smc_link *link, u8 user_data[16]) in smc_llc_send_test_link()
588 static int smc_llc_send_message(struct smc_link *link, void *llcbuf) in smc_llc_send_message()
610 static int smc_llc_send_message_wait(struct smc_link *link, void *llcbuf) in smc_llc_send_message_wait()
693 static int smc_llc_add_link_cont(struct smc_link *link, in smc_llc_add_link_cont()
747 static int smc_llc_cli_rkey_exchange(struct smc_link *link, in smc_llc_cli_rkey_exchange()
799 static int smc_llc_cli_conf_link(struct smc_link *link, in smc_llc_cli_conf_link()
857 static void smc_llc_save_add_link_info(struct smc_link *link, in smc_llc_save_add_link_info()
868 int smc_llc_cli_add_link(struct smc_link *link, struct smc_llc_qentry *qentry) in smc_llc_cli_add_link()
936 static void smc_llc_cli_add_link_invite(struct smc_link *link, in smc_llc_cli_add_link_invite()
1080 static int smc_llc_srv_rkey_exchange(struct smc_link *link, in smc_llc_srv_rkey_exchange()
1121 static int smc_llc_srv_conf_link(struct smc_link *link, in smc_llc_srv_conf_link()
1155 int smc_llc_srv_add_link(struct smc_link *link) in smc_llc_srv_add_link()
1230 struct smc_link *link = lgr->llc_flow_lcl.qentry->link; in smc_llc_process_srv_add_link() local
1245 void smc_llc_add_link_local(struct smc_link *link) in smc_llc_add_link_local()
1278 void smc_llc_srv_delete_link_local(struct smc_link *link, u8 del_link_id) in smc_llc_srv_delete_link_local()
1460 struct smc_link *link; in smc_llc_rmt_conf_rkey() local
1497 struct smc_link *link; in smc_llc_rmt_delete_rkey() local
1543 struct smc_link *link = qentry->link; in smc_llc_event_handler() local
1661 static void smc_llc_rx_response(struct smc_link *link, in smc_llc_rx_response()
1703 static void smc_llc_enqueue(struct smc_link *link, union smc_llc_msg *llc) in smc_llc_enqueue()
1732 struct smc_link *link = (struct smc_link *)wc->qp->qp_context; in smc_llc_rx_handler() local
1747 struct smc_link *link = container_of(to_delayed_work(work), in smc_llc_testlink_work() local
1808 int smc_llc_link_init(struct smc_link *link) in smc_llc_link_init()
1815 void smc_llc_link_active(struct smc_link *link) in smc_llc_link_active()
1832 void smc_llc_link_clear(struct smc_link *link, bool log) in smc_llc_link_clear()
1894 void smc_llc_link_set_uid(struct smc_link *link) in smc_llc_link_set_uid()