Searched refs:txsc_list (Results 1 – 2 of 2) sorted by relevance
51 list_for_each_entry(txsc, &cfg->txsc_list, entry) { in cn10k_mcs_get_txsc()1122 list_add(&txsc->entry, &cfg->txsc_list); in cn10k_mdo_add_secy()1632 list_for_each_entry(txsc, &cfg->txsc_list, entry) { in cn10k_handle_mcs_event()1657 INIT_LIST_HEAD(&cfg->txsc_list); in cn10k_mcs_init()
410 struct list_head txsc_list; member