Home
last modified time | relevance | path

Searched refs:sc_record (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c718 struct aq_mss_ingress_sc_record sc_record; in aq_set_rxsc() local
752 memset(&sc_record, 0, sizeof(sc_record)); in aq_set_rxsc()
753 sc_record.validate_frames = in aq_set_rxsc()
756 sc_record.replay_protect = 1; in aq_set_rxsc()
757 sc_record.anti_replay_window = secy->replay_window; in aq_set_rxsc()
759 sc_record.valid = 1; in aq_set_rxsc()
760 sc_record.fresh = 1; in aq_set_rxsc()
762 ret = aq_mss_set_ingress_sc_record(hw, &sc_record, hw_sc_idx); in aq_set_rxsc()
838 struct aq_mss_ingress_sc_record sc_record; in aq_clear_rxsc() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c694 struct aq_mss_ingress_sc_record sc_record; in aq_set_rxsc() local
728 memset(&sc_record, 0, sizeof(sc_record)); in aq_set_rxsc()
729 sc_record.validate_frames = in aq_set_rxsc()
732 sc_record.replay_protect = 1; in aq_set_rxsc()
733 sc_record.anti_replay_window = secy->replay_window; in aq_set_rxsc()
735 sc_record.valid = 1; in aq_set_rxsc()
736 sc_record.fresh = 1; in aq_set_rxsc()
738 ret = aq_mss_set_ingress_sc_record(hw, &sc_record, hw_sc_idx); in aq_set_rxsc()
808 struct aq_mss_ingress_sc_record sc_record; in aq_clear_rxsc() local
[all...]

Completed in 4 milliseconds