Home
last modified time | relevance | path

Searched defs:lnet_peer (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h444 typedef struct lnet_peer { struct
445 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