Searched refs:txsc_list (Results 1 – 2 of 2) sorted by relevance
101 list_for_each_entry(txsc, &cfg->txsc_list, entry) { in cn10k_mcs_get_txsc()1234 list_add(&txsc->entry, &cfg->txsc_list); in cn10k_mdo_add_secy()1755 list_for_each_entry(txsc, &cfg->txsc_list, entry) { in cn10k_handle_mcs_event()1780 INIT_LIST_HEAD(&cfg->txsc_list); in cn10k_mcs_init()
438 struct list_head txsc_list; member