Lines Matching refs:si_conf
470 struct streamid_conf *si_conf; in enetc_streamid_hw_set() local
506 si_conf = &cbd.sid_set; in enetc_streamid_hw_set()
508 si_conf->iports = 1 << enetc_get_port(priv); in enetc_streamid_hw_set()
509 si_conf->id_type = 1; in enetc_streamid_hw_set()
510 si_conf->oui[2] = 0x0; in enetc_streamid_hw_set()
511 si_conf->oui[1] = 0x80; in enetc_streamid_hw_set()
512 si_conf->oui[0] = 0xC2; in enetc_streamid_hw_set()
531 si_conf->en = 0x80; in enetc_streamid_hw_set()
532 si_conf->stream_handle = cpu_to_le32(sid->handle); in enetc_streamid_hw_set()
533 si_conf->iports = 1 << enetc_get_port(priv); in enetc_streamid_hw_set()
534 si_conf->id_type = sid->filtertype; in enetc_streamid_hw_set()
535 si_conf->oui[2] = 0x0; in enetc_streamid_hw_set()
536 si_conf->oui[1] = 0x80; in enetc_streamid_hw_set()
537 si_conf->oui[0] = 0xC2; in enetc_streamid_hw_set()
551 if (si_conf->id_type == STREAMID_TYPE_NULL) { in enetc_streamid_hw_set()
557 } else if (si_conf->id_type == STREAMID_TYPE_SMAC) { in enetc_streamid_hw_set()