Lines Matching refs:ifr_settings
1858 if (ifr->ifr_settings.size != sizeof (sync)) { in fst_set_iface()
1863 (&sync, ifr->ifr_settings.ifs_ifsu.sync, sizeof (sync))) { in fst_set_iface()
1872 switch (ifr->ifr_settings.type) { in fst_set_iface()
1939 ifr->ifr_settings.type = IF_IFACE_E1; in fst_get_iface()
1942 ifr->ifr_settings.type = IF_IFACE_T1; in fst_get_iface()
1945 ifr->ifr_settings.type = IF_IFACE_V35; in fst_get_iface()
1948 ifr->ifr_settings.type = IF_IFACE_V24; in fst_get_iface()
1951 ifr->ifr_settings.type = IF_IFACE_X21D; in fst_get_iface()
1955 ifr->ifr_settings.type = IF_IFACE_X21; in fst_get_iface()
1958 if (ifr->ifr_settings.size == 0) { in fst_get_iface()
1961 if (ifr->ifr_settings.size < sizeof (sync)) { in fst_get_iface()
1973 if (copy_to_user(ifr->ifr_settings.ifs_ifsu.sync, &sync, sizeof (sync))) { in fst_get_iface()
1977 ifr->ifr_settings.size = sizeof (sync); in fst_get_iface()
2096 switch (ifr->ifr_settings.type) { in fst_ioctl()
2115 ifr->ifr_settings.type = IF_PROTO_RAW; in fst_ioctl()
2123 ifr->ifr_settings.type); in fst_ioctl()