Searched refs:ifreq (Results 1 - 25 of 240) sorted by relevance

12345678910

/drivers/staging/vt6655/
H A Dioctl.h43 int private_ioctl(PSDevice pDevice, struct ifreq *rq);
/drivers/staging/vt6656/
H A Dioctl.h43 int private_ioctl(PSDevice pDevice, struct ifreq *rq);
/drivers/staging/rtl8712/
H A Dosdep_intf.h42 int r871x_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
/drivers/net/wireless/bcmdhd/
H A Dwl_android.h46 int wl_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd);
H A Dwl_cfgp2p.c60 static int wl_cfgp2p_do_ioctl(struct net_device *net, struct ifreq *ifr, int cmd);
346 wl_p2p_if_t ifreq; local
351 ifreq.type = if_type;
352 ifreq.chspec = chspec;
353 memcpy(ifreq.addr.octet, mac->octet, sizeof(ifreq.addr.octet));
356 MAC2STRDBG(ifreq.addr.octet),
360 err = wldev_iovar_setbuf(ndev, "p2p_ifadd", &ifreq, sizeof(ifreq),
424 wl_p2p_if_t ifreq; local
[all...]
H A Dwl_iw.h125 extern int wl_iw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
/drivers/net/wan/lmc/
H A Dlmc_proto.h7 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd);
H A Dlmc.h21 int lmc_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
H A Dlmc_proto.c65 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd)
/drivers/staging/octeon/
H A Dethernet-mdio.h44 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
H A Dethernet-mdio.c105 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
/drivers/isdn/i4l/
H A Disdn_ppp.h25 extern int isdn_ppp_dev_ioctl(struct net_device *, struct ifreq *, int);
/drivers/net/wan/
H A Dhdlc_raw.c25 static int raw_ioctl(struct net_device *dev, struct ifreq *ifr);
39 static int raw_ioctl(struct net_device *dev, struct ifreq *ifr)
H A Dhdlc_raw_eth.c26 static int raw_eth_ioctl(struct net_device *dev, struct ifreq *ifr);
54 static int raw_eth_ioctl(struct net_device *dev, struct ifreq *ifr)
H A Dhdlc_x25.c27 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr);
190 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr)
H A Dhdlc_cisco.c65 static int cisco_ioctl(struct net_device *dev, struct ifreq *ifr);
333 static int cisco_ioctl(struct net_device *dev, struct ifreq *ifr)
/drivers/staging/wlags49_h2/
H A Dwl_netdev.h83 int wl_ioctl( struct net_device *dev, struct ifreq *rq, int cmd );
/drivers/net/wireless/hostap/
H A Dhostap.h92 int hostap_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
/drivers/net/appletalk/
H A Dipddp.c57 static int ipddp_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
268 static int ipddp_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
H A Dcops.c196 static int cops_ioctl (struct net_device *dev, struct ifreq *rq, int cmd);
512 struct ifreq ifr;
935 static int cops_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
/drivers/net/irda/
H A Dmcs7780.h153 static int mcs_net_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd);
/drivers/staging/sbe-2t3e3/
H A Dnetdev.c24 int t3e3_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
/drivers/media/dvb/frontends/
H A Dsp887x.c313 int ifreq = 36000000; local
331 freq = ifreq - freq_offset;
333 freq = ifreq + freq_offset;
/drivers/net/
H A Deql.c134 static int eql_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
273 static int eql_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
/drivers/net/hamradio/
H A Dbaycom_par.c384 static int baycom_ioctl(struct net_device *dev, struct ifreq *ifr,
412 static int baycom_ioctl(struct net_device *dev, struct ifreq *ifr,

Completed in 482 milliseconds

12345678910