Searched defs:kib_conn (Results 1 – 1 of 1) sorted by relevance
523 typedef struct kib_conn { struct524 struct kib_sched_info *ibc_sched; /* scheduler information */525 struct kib_peer *ibc_peer; /* owning peer */526 kib_hca_dev_t *ibc_hdev; /* HCA bound on */527 struct list_head ibc_list; /* stash on peer's conn list */528 struct list_head ibc_sched_list; /* schedule for attention */529 __u16 ibc_version; /* version of connection */530 __u64 ibc_incarnation; /* which instance of the peer */531 atomic_t ibc_refcount; /* # users */532 int ibc_state; /* what's happening */[all …]