Searched refs:sc_record (Results 1 – 1 of 1) sorted by relevance
718 struct aq_mss_ingress_sc_record sc_record; in aq_set_rxsc() local752 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() local841 memset(&sc_record, 0, sizeof(sc_record)); in aq_clear_rxsc()[all …]