Home
last modified time | relevance | path

Searched refs:txsc_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c101 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()
H A Dotx2_common.h439 struct list_head txsc_list; member