Searched defs:cn10k_mcs_rxsc (Results 1 – 1 of 1) sorted by relevance
425 struct cn10k_mcs_rxsc { struct426 struct macsec_secy *sw_secy;427 struct macsec_rx_sc *sw_rxsc;428 struct cn10k_rxsc_stats stats;429 struct list_head entry;430 u16 hw_flow_id;431 u16 hw_sc_id;432 u16 hw_sa_id[CN10K_MCS_SA_PER_SC];433 u8 sa_bmap;434 u8 sa_key[CN10K_MCS_SA_PER_SC][MACSEC_MAX_KEY_LEN];[all …]