Lines Matching refs:ifr_settings
1854 if (ifr->ifr_settings.size != sizeof (sync)) { in fst_set_iface()
1859 (&sync, ifr->ifr_settings.ifs_ifsu.sync, sizeof (sync))) { in fst_set_iface()
1868 switch (ifr->ifr_settings.type) { in fst_set_iface()
1935 ifr->ifr_settings.type = IF_IFACE_E1; in fst_get_iface()
1938 ifr->ifr_settings.type = IF_IFACE_T1; in fst_get_iface()
1941 ifr->ifr_settings.type = IF_IFACE_V35; in fst_get_iface()
1944 ifr->ifr_settings.type = IF_IFACE_V24; in fst_get_iface()
1947 ifr->ifr_settings.type = IF_IFACE_X21D; in fst_get_iface()
1951 ifr->ifr_settings.type = IF_IFACE_X21; in fst_get_iface()
1954 if (ifr->ifr_settings.size == 0) { in fst_get_iface()
1957 if (ifr->ifr_settings.size < sizeof (sync)) { in fst_get_iface()
1969 if (copy_to_user(ifr->ifr_settings.ifs_ifsu.sync, &sync, sizeof (sync))) { in fst_get_iface()
1973 ifr->ifr_settings.size = sizeof (sync); in fst_get_iface()
2092 switch (ifr->ifr_settings.type) { in fst_ioctl()
2111 ifr->ifr_settings.type = IF_PROTO_RAW; in fst_ioctl()
2119 ifr->ifr_settings.type); in fst_ioctl()