Searched refs:sc_record (Results 1 – 1 of 1) sorted by relevance
717 struct aq_mss_ingress_sc_record sc_record; in aq_set_rxsc() local751 memset(&sc_record, 0, sizeof(sc_record)); in aq_set_rxsc()752 sc_record.validate_frames = in aq_set_rxsc()755 sc_record.replay_protect = 1; in aq_set_rxsc()756 sc_record.anti_replay_window = secy->replay_window; in aq_set_rxsc()758 sc_record.valid = 1; in aq_set_rxsc()759 sc_record.fresh = 1; in aq_set_rxsc()761 ret = aq_mss_set_ingress_sc_record(hw, &sc_record, hw_sc_idx); in aq_set_rxsc()837 struct aq_mss_ingress_sc_record sc_record; in aq_clear_rxsc() local840 memset(&sc_record, 0, sizeof(sc_record)); in aq_clear_rxsc()[all …]