Searched defs:smc_connection (Results 1 – 1 of 1) sorted by relevance
155 struct smc_connection { struct156 struct rb_node alert_node;157 struct smc_link_group *lgr; /* link group of connection */158 struct smc_link *lnk; /* assigned SMC-R link */159 u32 alert_token_local; /* unique conn. id */160 u8 peer_rmbe_idx; /* from tcp handshake */161 int peer_rmbe_size; /* size of peer rx buffer */162 atomic_t peer_rmbe_space;/* remaining free bytes in peer165 int rtoken_idx; /* idx to peer RMB rkey/addr */167 struct smc_buf_desc *sndbuf_desc; /* send buffer descriptor */[all …]