Searched refs:ifmw (Results 1 – 2 of 2) sorted by relevance
575 static struct ifmedia_description *get_toptype_desc(int ifmw) in get_toptype_desc() argument580 if (IFM_TYPE(ifmw) == desc->ifmt_word) in get_toptype_desc()586 static struct ifmedia_type_to_subtype *get_toptype_ttos(int ifmw) in get_toptype_ttos() argument593 if (IFM_TYPE(ifmw) == desc->ifmt_word) in get_toptype_ttos()599 static struct ifmedia_description *get_subtype_desc(int ifmw, in get_subtype_desc() argument610 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word) in get_subtype_desc()618 static struct ifmedia_description *get_mode_desc(int ifmw, in get_mode_desc() argument629 if (IFM_MODE(ifmw) == desc->ifmt_word) in get_mode_desc()638 print_media_word(int ifmw, int print_toptype) in print_media_word() argument645 desc = get_toptype_desc(ifmw); in print_media_word()[all …]
436 ifmedia_printword(int ifmw) in ifmedia_printword() argument445 if (IFM_TYPE(ifmw) == desc->ifmt_word) in ifmedia_printword()455 if (IFM_MODE(ifmw) == desc->ifmt_word) { in ifmedia_printword()467 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word) in ifmedia_printword()471 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word) in ifmedia_printword()486 if (ifmw & desc->ifmt_word) { in ifmedia_printword()498 if (ifmw & desc->ifmt_word) { in ifmedia_printword()