Lines Matching refs:lgr
144 struct smc_link_group *lgr; /* parent link group */ member
392 u32 token, struct smc_link_group *lgr) in smc_lgr_find_conn() argument
397 node = lgr->conns_all.rb_node; in smc_lgr_find_conn()
419 return conn->lgr && conn->alert_token_local; in smc_conn_lgr_valid()
498 void smc_lgr_cleanup_early(struct smc_link_group *lgr);
499 void smc_lgr_terminate_sched(struct smc_link_group *lgr);
500 void smc_lgr_hold(struct smc_link_group *lgr);
501 void smc_lgr_put(struct smc_link_group *lgr);
514 void smc_rtoken_set(struct smc_link_group *lgr, int link_idx, int link_idx_new,
516 void smc_rtoken_set2(struct smc_link_group *lgr, int rtok_idx, int link_id,
526 void smc_lgr_schedule_free_work_fast(struct smc_link_group *lgr);
530 int smcr_link_init(struct smc_link_group *lgr, struct smc_link *lnk,
539 void smcr_lgr_set_type(struct smc_link_group *lgr, enum smc_lgr_type new_type);
540 void smcr_lgr_set_type_asym(struct smc_link_group *lgr,
543 struct smc_link *smc_switch_conns(struct smc_link_group *lgr,
554 return link->lgr; in smc_get_lgr()