Searched defs:smc_connection (Results 1 – 1 of 1) sorted by relevance
195 struct smc_connection { struct196 struct rb_node alert_node;197 struct smc_link_group *lgr; /* link group of connection */198 struct smc_link *lnk; /* assigned SMC-R link */199 u32 alert_token_local; /* unique conn. id */200 u8 peer_rmbe_idx; /* from tcp handshake */201 int peer_rmbe_size; /* size of peer rx buffer */202 atomic_t peer_rmbe_space;/* remaining free bytes in peer205 int rtoken_idx; /* idx to peer RMB rkey/addr */207 struct smc_buf_desc *sndbuf_desc; /* send buffer descriptor */[all …]