Searched defs:lnet_peer (Results 1 – 1 of 1) sorted by relevance
444 typedef struct lnet_peer { struct445 struct list_head lp_hashlist; /* chain on peer hash */446 struct list_head lp_txq; /* messages blocking for tx credits */447 struct list_head lp_rtrq; /* messages blocking for router credits */448 struct list_head lp_rtr_list; /* chain on router list */449 int lp_txcredits; /* # tx credits available */450 int lp_mintxcredits; /* low water mark */451 int lp_rtrcredits; /* # router credits */475 } lnet_peer_t; argument