Lines Matching refs:si_conf
460 struct streamid_conf *si_conf; in enetc_streamid_hw_set() local
493 si_conf = &cbd.sid_set; in enetc_streamid_hw_set()
495 si_conf->iports = cpu_to_le32(1 << port); in enetc_streamid_hw_set()
496 si_conf->id_type = 1; in enetc_streamid_hw_set()
497 si_conf->oui[2] = 0x0; in enetc_streamid_hw_set()
498 si_conf->oui[1] = 0x80; in enetc_streamid_hw_set()
499 si_conf->oui[0] = 0xC2; in enetc_streamid_hw_set()
511 si_conf->en = 0x80; in enetc_streamid_hw_set()
512 si_conf->stream_handle = cpu_to_le32(sid->handle); in enetc_streamid_hw_set()
513 si_conf->iports = cpu_to_le32(1 << port); in enetc_streamid_hw_set()
514 si_conf->id_type = sid->filtertype; in enetc_streamid_hw_set()
515 si_conf->oui[2] = 0x0; in enetc_streamid_hw_set()
516 si_conf->oui[1] = 0x80; in enetc_streamid_hw_set()
517 si_conf->oui[0] = 0xC2; in enetc_streamid_hw_set()
526 if (si_conf->id_type == STREAMID_TYPE_NULL) { in enetc_streamid_hw_set()
531 } else if (si_conf->id_type == STREAMID_TYPE_SMAC) { in enetc_streamid_hw_set()