/linux/drivers/net/wan/ |
A D | hdlc_raw.c | 22 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs); 36 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs) in raw_ioctl() argument 38 raw_hdlc_proto __user *raw_s = ifs->ifs_ifsu.raw_hdlc; in raw_ioctl() 44 switch (ifs->type) { in raw_ioctl() 48 ifs->type = IF_PROTO_HDLC; in raw_ioctl() 49 if (ifs->size < size) { in raw_ioctl() 50 ifs->size = size; /* data size wanted */ in raw_ioctl()
|
A D | hdlc_raw_eth.c | 23 static int raw_eth_ioctl(struct net_device *dev, struct if_settings *ifs); 51 static int raw_eth_ioctl(struct net_device *dev, struct if_settings *ifs) in raw_eth_ioctl() argument 53 raw_hdlc_proto __user *raw_s = ifs->ifs_ifsu.raw_hdlc; in raw_eth_ioctl() 60 switch (ifs->type) { in raw_eth_ioctl() 64 ifs->type = IF_PROTO_HDLC_ETH; in raw_eth_ioctl() 65 if (ifs->size < size) { in raw_eth_ioctl() 66 ifs->size = size; /* data size wanted */ in raw_eth_ioctl()
|
A D | pc300too.c | 193 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in pc300_ioctl() 197 if (ifs->type == IF_GET_IFACE) { in pc300_ioctl() 198 ifs->type = port->iface; in pc300_ioctl() 199 if (ifs->size < size) { in pc300_ioctl() 200 ifs->size = size; /* data size wanted */ in pc300_ioctl() 209 (ifs->type == IF_IFACE_SYNC_SERIAL || in pc300_ioctl() 210 ifs->type == IF_IFACE_X21)) in pc300_ioctl() 214 (ifs->type == IF_IFACE_SYNC_SERIAL || in pc300_ioctl() 215 ifs->type == IF_IFACE_V35)) in pc300_ioctl() 219 ifs->type == IF_IFACE_V24) in pc300_ioctl() [all …]
|
A D | hdlc_x25.c | 32 static int x25_ioctl(struct net_device *dev, struct if_settings *ifs); 277 static int x25_ioctl(struct net_device *dev, struct if_settings *ifs) in x25_ioctl() argument 279 x25_hdlc_proto __user *x25_s = ifs->ifs_ifsu.x25; in x25_ioctl() 285 switch (ifs->type) { in x25_ioctl() 289 ifs->type = IF_PROTO_X25; in x25_ioctl() 290 if (ifs->size < size) { in x25_ioctl() 291 ifs->size = size; /* data size wanted */ in x25_ioctl() 306 if (ifs->size == 0) { in x25_ioctl()
|
A D | hdlc_fr.c | 365 if (ifs->type == IF_GET_PROTO) { in pvc_ioctl() 367 ifs->type = IF_PROTO_FR_ETH_PVC; in pvc_ioctl() 369 ifs->type = IF_PROTO_FR_PVC; in pvc_ioctl() 371 if (ifs->size < sizeof(info)) { in pvc_ioctl() 373 ifs->size = sizeof(info); in pvc_ioctl() 1186 fr_proto __user *fr_s = ifs->ifs_ifsu.fr; in fr_ioctl() 1193 switch (ifs->type) { in fr_ioctl() 1197 ifs->type = IF_PROTO_FR; in fr_ioctl() 1198 if (ifs->size < size) { in fr_ioctl() 1199 ifs->size = size; /* data size wanted */ in fr_ioctl() [all …]
|
A D | hdlc_cisco.c | 59 static int cisco_ioctl(struct net_device *dev, struct if_settings *ifs); 309 static int cisco_ioctl(struct net_device *dev, struct if_settings *ifs) in cisco_ioctl() argument 311 cisco_proto __user *cisco_s = ifs->ifs_ifsu.cisco; in cisco_ioctl() 317 switch (ifs->type) { in cisco_ioctl() 321 ifs->type = IF_PROTO_CISCO; in cisco_ioctl() 322 if (ifs->size < size) { in cisco_ioctl() 323 ifs->size = size; /* data size wanted */ in cisco_ioctl()
|
A D | c101.c | 231 static int c101_ioctl(struct net_device *dev, struct if_settings *ifs) in c101_ioctl() argument 235 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in c101_ioctl() 238 switch (ifs->type) { in c101_ioctl() 240 ifs->type = IF_IFACE_SYNC_SERIAL; in c101_ioctl() 241 if (ifs->size < size) { in c101_ioctl() 242 ifs->size = size; /* data size wanted */ in c101_ioctl() 270 return hdlc_ioctl(dev, ifs); in c101_ioctl()
|
A D | pci200syn.c | 182 static int pci200_ioctl(struct net_device *dev, struct if_settings *ifs) in pci200_ioctl() argument 186 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in pci200_ioctl() 189 switch (ifs->type) { in pci200_ioctl() 191 ifs->type = IF_IFACE_V35; in pci200_ioctl() 192 if (ifs->size < size) { in pci200_ioctl() 193 ifs->size = size; /* data size wanted */ in pci200_ioctl() 223 return hdlc_ioctl(dev, ifs); in pci200_ioctl()
|
A D | n2.c | 242 static int n2_ioctl(struct net_device *dev, struct if_settings *ifs) in n2_ioctl() argument 246 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in n2_ioctl() 249 switch (ifs->type) { in n2_ioctl() 251 ifs->type = IF_IFACE_SYNC_SERIAL; in n2_ioctl() 252 if (ifs->size < size) { in n2_ioctl() 253 ifs->size = size; /* data size wanted */ in n2_ioctl() 281 return hdlc_ioctl(dev, ifs); in n2_ioctl()
|
A D | farsync.c | 1803 switch (ifs->type) { in fst_set_iface() 1870 ifs->type = IF_IFACE_E1; in fst_get_iface() 1873 ifs->type = IF_IFACE_T1; in fst_get_iface() 1876 ifs->type = IF_IFACE_V35; in fst_get_iface() 1879 ifs->type = IF_IFACE_V24; in fst_get_iface() 1882 ifs->type = IF_IFACE_X21D; in fst_get_iface() 1886 ifs->type = IF_IFACE_X21; in fst_get_iface() 1889 if (!ifs->size) in fst_get_iface() 1906 ifs->size = sizeof(sync); in fst_get_iface() 2035 switch (ifs->type) { in fst_ioctl() [all …]
|
A D | wanxl.c | 346 static int wanxl_ioctl(struct net_device *dev, struct if_settings *ifs) in wanxl_ioctl() argument 352 switch (ifs->type) { in wanxl_ioctl() 354 ifs->type = IF_IFACE_SYNC_SERIAL; in wanxl_ioctl() 355 if (ifs->size < size) { in wanxl_ioctl() 356 ifs->size = size; /* data size wanted */ in wanxl_ioctl() 364 if (copy_to_user(ifs->ifs_ifsu.sync, &line, size)) in wanxl_ioctl() 374 if (copy_from_user(&line, ifs->ifs_ifsu.sync, in wanxl_ioctl() 389 return hdlc_ioctl(dev, ifs); in wanxl_ioctl()
|
A D | hdlc.c | 199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl() argument 205 result = dev_to_hdlc(dev)->proto->ioctl(dev, ifs); in hdlc_ioctl() 213 result = proto->ioctl(dev, ifs); in hdlc_ioctl()
|
A D | fsl_ucc_hdlc.c | 677 static int uhdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in uhdlc_ioctl() argument 683 switch (ifs->type) { in uhdlc_ioctl() 685 ifs->type = IF_IFACE_E1; in uhdlc_ioctl() 686 if (ifs->size < size) { in uhdlc_ioctl() 687 ifs->size = size; /* data size wanted */ in uhdlc_ioctl() 693 if (copy_to_user(ifs->ifs_ifsu.sync, &line, size)) in uhdlc_ioctl() 698 return hdlc_ioctl(dev, ifs); in uhdlc_ioctl()
|
A D | ixp4xx_hss.c | 1257 static int hss_hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hss_hdlc_ioctl() argument 1261 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in hss_hdlc_ioctl() 1266 switch (ifs->type) { in hss_hdlc_ioctl() 1268 ifs->type = IF_IFACE_V35; in hss_hdlc_ioctl() 1269 if (ifs->size < size) { in hss_hdlc_ioctl() 1270 ifs->size = size; /* data size wanted */ in hss_hdlc_ioctl() 1323 return hdlc_ioctl(dev, ifs); in hss_hdlc_ioctl()
|
A D | hdlc_ppp.c | 103 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs); 658 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs) in ppp_ioctl() argument 664 switch (ifs->type) { in ppp_ioctl() 668 ifs->type = IF_PROTO_PPP; in ppp_ioctl()
|
/linux/include/linux/ |
A D | hdlc.h | 25 int (*ioctl)(struct net_device *dev, struct if_settings *ifs); 57 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs);
|
/linux/arch/ia64/kernel/ |
A D | signal.c | 168 unsigned long flags = 0, ifs, cfm, nat; in setup_sigcontext() local 171 ifs = scr->pt.cr_ifs; in setup_sigcontext() 175 if ((ifs & (1UL << 63)) == 0) in setup_sigcontext() 178 cfm = ifs & ((1UL << 38) - 1); in setup_sigcontext()
|
A D | minstate.h | 249 #define SAVE_MIN_WITH_COVER DO_SAVE_MIN(COVER, mov r30=cr.ifs, , RSE_WORKAROUND) 250 #define SAVE_MIN_WITH_COVER_R19 DO_SAVE_MIN(COVER, mov r30=cr.ifs, mov r15=r19, RSE_WORKAROUND)
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
A D | rt2x00queue.h | 305 enum ifs ifs; member
|
/linux/samples/bpf/ |
A D | xdp_router_ipv4_user.c | 124 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 179 sprintf(ifs, "%u", in read_route() 193 route.iface = atoi(ifs); in read_route() 310 memset(ifs, 0, sizeof(ifs)); in read_route()
|
/linux/arch/ia64/include/asm/ |
A D | fpswa.h | 60 unsigned long *ifs, fp_state_t *fp_state);
|
A D | mca.h | 111 unsigned long ifs; member
|
/linux/drivers/net/wan/lmc/ |
A D | lmc.h | 22 int lmc_ioctl(struct net_device *dev, struct if_settings *ifs);
|
/linux/drivers/block/aoe/ |
A D | aoeblk.c | 73 ifp = (*t)->ifs; in aoedisk_show_netif() 143 ifp = (*t)->ifs; in aoedisk_debugfs_show() 144 ife = ifp + ARRAY_SIZE((*t)->ifs); in aoedisk_debugfs_show()
|
A D | aoecmd.c | 163 if (ifp >= &t->ifs[NAOEIFS] || ifp->nd == NULL) in ifrotate() 164 ifp = t->ifs; in ifrotate() 530 p = t->ifs; in getif() 546 e = t->ifs + NAOEIFS - 1; in ejectif() 803 && (ifp != t->ifs || t->ifs[1].nd)) { in rexmit_timer() 1453 t->ifp = t->ifs; in addtgt() 1491 p = t->ifs; in setifbcnt()
|