• Home
  • Raw
  • Download

Lines Matching defs:lgr

58 static inline struct list_head *smc_lgr_list_head(struct smc_link_group *lgr,  in smc_lgr_list_head()
80 static void smc_lgr_schedule_free_work(struct smc_link_group *lgr) in smc_lgr_schedule_free_work()
197 struct smc_link_group *lgr = conn->lgr; in __smc_lgr_unregister_conn() local
211 struct smc_link_group *lgr = conn->lgr; in smc_lgr_unregister_conn() local
282 static int smc_nl_fill_lgr(struct smc_link_group *lgr, in smc_nl_fill_lgr()
316 static int smc_nl_fill_lgr_link(struct smc_link_group *lgr, in smc_nl_fill_lgr_link()
377 static int smc_nl_handle_lgr(struct smc_link_group *lgr, in smc_nl_handle_lgr()
417 struct smc_link_group *lgr; in smc_nl_fill_lgr_list() local
435 static int smc_nl_fill_smcd_lgr(struct smc_link_group *lgr, in smc_nl_fill_smcd_lgr()
513 struct smc_link_group *lgr; in smc_nl_handle_smcd_lgr() local
584 void smc_lgr_cleanup_early(struct smc_link_group *lgr) in smc_lgr_cleanup_early()
600 static void smcr_lgr_link_deactivate_all(struct smc_link_group *lgr) in smcr_lgr_link_deactivate_all()
618 struct smc_link_group *lgr = container_of(to_delayed_work(work), in smc_lgr_free_work() local
654 struct smc_link_group *lgr = container_of(work, struct smc_link_group, in smc_lgr_terminate_work() local
661 static u8 smcr_next_link_id(struct smc_link_group *lgr) in smcr_next_link_id()
690 int smcr_link_init(struct smc_link_group *lgr, struct smc_link *lnk, in smcr_link_init()
760 struct smc_link_group *lgr; in smc_lgr_create() local
928 struct smc_link *smc_switch_conns(struct smc_link_group *lgr, in smc_switch_conns()
1007 struct smc_link_group *lgr) in smcr_buf_unuse()
1037 struct smc_link_group *lgr) in smc_buf_unuse()
1050 struct smc_link_group *lgr = conn->lgr; in smc_conn_free() local
1097 struct smc_link_group *lgr = lnk->lgr; in smcr_buf_unmap_lgr() local
1116 struct smc_link_group *lgr = lnk->lgr; in smcr_rtoken_clear_link() local
1150 static void smcr_buf_free(struct smc_link_group *lgr, bool is_rmb, in smcr_buf_free()
1163 static void smcd_buf_free(struct smc_link_group *lgr, bool is_dmb, in smcd_buf_free()
1176 static void smc_buf_free(struct smc_link_group *lgr, bool is_rmb, in smc_buf_free()
1185 static void __smc_lgr_free_bufs(struct smc_link_group *lgr, bool is_rmb) in __smc_lgr_free_bufs()
1204 static void smc_lgr_free_bufs(struct smc_link_group *lgr) in smc_lgr_free_bufs()
1213 static void smc_lgr_free(struct smc_link_group *lgr) in smc_lgr_free()
1273 static void smc_lgr_cleanup(struct smc_link_group *lgr) in smc_lgr_cleanup()
1291 static void __smc_lgr_terminate(struct smc_link_group *lgr, bool soft) in __smc_lgr_terminate()
1324 void smc_lgr_terminate_sched(struct smc_link_group *lgr) in smc_lgr_terminate_sched()
1343 struct smc_link_group *lgr, *l; in smc_smcd_terminate() local
1369 struct smc_link_group *lgr, *lg; in smc_smcd_terminate_all() local
1393 struct smc_link_group *lgr, *lg; in smc_smcr_terminate_all() local
1429 void smcr_lgr_set_type(struct smc_link_group *lgr, enum smc_lgr_type new_type) in smcr_lgr_set_type()
1464 void smcr_lgr_set_type_asym(struct smc_link_group *lgr, in smcr_lgr_set_type_asym()
1487 struct smc_link_group *lgr, *n; in smcr_port_add() local
1512 struct smc_link_group *lgr = lnk->lgr; in smcr_link_down() local
1566 struct smc_link_group *lgr, *n; in smcr_port_err() local
1589 struct smc_link_group *lgr = link->lgr; in smc_link_down_work() local
1647 static bool smcr_lgr_match(struct smc_link_group *lgr, in smcr_lgr_match()
1668 static bool smcd_lgr_match(struct smc_link_group *lgr, in smcd_lgr_match()
1679 struct smc_link_group *lgr; in smc_conn_create() local
1915 struct smc_link_group *lgr = lnk->lgr; in smcr_buf_map_lgr() local
1936 struct smc_link_group *lgr = lnk->lgr; in smcr_buf_reg_lgr() local
1955 static struct smc_buf_desc *smcr_new_buf_create(struct smc_link_group *lgr, in smcr_new_buf_create()
1982 static int smcr_buf_map_usable_links(struct smc_link_group *lgr, in smcr_buf_map_usable_links()
2007 static struct smc_buf_desc *smcd_new_buf_create(struct smc_link_group *lgr, in smcd_new_buf_create()
2047 struct smc_link_group *lgr = conn->lgr; in __smc_buf_create() local
2200 static inline int smc_rmb_reserve_rtoken_idx(struct smc_link_group *lgr) in smc_rmb_reserve_rtoken_idx()
2211 static int smc_rtoken_find_by_link(struct smc_link_group *lgr, int lnk_idx, in smc_rtoken_find_by_link()
2225 void smc_rtoken_set(struct smc_link_group *lgr, int link_idx, int link_idx_new, in smc_rtoken_set()
2238 void smc_rtoken_set2(struct smc_link_group *lgr, int rtok_idx, int link_id, in smc_rtoken_set2()
2261 struct smc_link_group *lgr = smc_get_lgr(lnk); in smc_rtoken_add() local
2285 struct smc_link_group *lgr = smc_get_lgr(lnk); in smc_rtoken_delete() local