Whamcloud - gitweb
LU-16213 kfilnd: Allow one HELLO in-flight per peer
[fs/lustre-release.git] / lnet / klnds / kfilnd / kfilnd_peer.h
index 4e18e95..91cdc1b 100644 (file)
 void kfilnd_peer_down(struct kfilnd_peer *kp);
 void kfilnd_peer_put(struct kfilnd_peer *kp);
 struct kfilnd_peer *kfilnd_peer_get(struct kfilnd_dev *dev, lnet_nid_t nid);
-void kfilnd_peer_update_rx_contexts(struct kfilnd_peer *kp,
-                                   unsigned int rx_base,
-                                   unsigned int rx_count);
 void kfilnd_peer_alive(struct kfilnd_peer *kp);
 void kfilnd_peer_destroy(struct kfilnd_dev *dev);
 void kfilnd_peer_init(struct kfilnd_dev *dev);
 kfi_addr_t kfilnd_peer_get_kfi_addr(struct kfilnd_peer *kp);
 u16 kfilnd_peer_target_rx_base(struct kfilnd_peer *kp);
+void kfilnd_peer_process_hello(struct kfilnd_peer *kp, struct kfilnd_msg *msg);
 
 #endif /* _KFILND_PEER_ */