Searched defs:kib_conn (Results 1 – 1 of 1) sorted by relevance
563 typedef struct kib_conn { struct564 struct kib_sched_info *ibc_sched; /* scheduler information */565 struct kib_peer *ibc_peer; /* owning peer */566 kib_hca_dev_t *ibc_hdev; /* HCA bound on */567 struct list_head ibc_list; /* stash on peer's conn list */568 struct list_head ibc_sched_list; /* schedule for attention */569 __u16 ibc_version; /* version of connection */570 __u64 ibc_incarnation; /* which instance of the peer */571 atomic_t ibc_refcount; /* # users */572 int ibc_state; /* what's happening */[all …]