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