| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-hwtstamp.c | 160 int xgbe_get_hwtstamp_settings(struct xgbe_prv_data *pdata, struct ifreq *ifreq) in xgbe_get_hwtstamp_settings() argument 162 if (copy_to_user(ifreq->ifr_data, &pdata->tstamp_config, in xgbe_get_hwtstamp_settings() 169 int xgbe_set_hwtstamp_settings(struct xgbe_prv_data *pdata, struct ifreq *ifreq) in xgbe_set_hwtstamp_settings() argument 174 if (copy_from_user(&config, ifreq->ifr_data, sizeof(config))) in xgbe_set_hwtstamp_settings()
|
| A D | xgbe.h | 1298 struct ifreq *ifreq); 1300 struct ifreq *ifreq);
|
| /drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_ptp.h | 12 struct ifreq; 136 int hclge_ptp_get_cfg(struct hclge_dev *hdev, struct ifreq *ifr); 137 int hclge_ptp_set_cfg(struct hclge_dev *hdev, struct ifreq *ifr);
|
| A D | hclge_ptp.c | 207 int hclge_ptp_get_cfg(struct hclge_dev *hdev, struct ifreq *ifr) in hclge_ptp_get_cfg() 362 int hclge_ptp_set_cfg(struct hclge_dev *hdev, struct ifreq *ifr) in hclge_ptp_set_cfg()
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_lif.h | 362 int ionic_lif_hwstamp_set(struct ionic_lif *lif, struct ifreq *ifr); 363 int ionic_lif_hwstamp_get(struct ionic_lif *lif, struct ifreq *ifr); 373 static inline int ionic_lif_hwstamp_set(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_set() 378 static inline int ionic_lif_hwstamp_get(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_get()
|
| A D | ionic_phc.c | 186 int ionic_lif_hwstamp_set(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_set() 249 int ionic_lif_hwstamp_get(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_get()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ptp.h | 163 int bnxt_hwtstamp_set(struct net_device *dev, struct ifreq *ifr); 164 int bnxt_hwtstamp_get(struct net_device *dev, struct ifreq *ifr);
|
| /drivers/staging/octeon/ |
| A D | ethernet-mdio.h | 25 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
| A D | ethernet-mdio.c | 54 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in cvm_oct_ioctl()
|
| /drivers/net/ethernet/asix/ |
| A D | ax88796c_ioctl.h | 24 int ax88796c_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
| A D | ax88796c_ioctl.c | 232 int ax88796c_ioctl(struct net_device *ndev, struct ifreq *ifr, int cmd) in ax88796c_ioctl()
|
| /drivers/net/ethernet/aquantia/atlantic/ |
| A D | aq_main.c | 295 static int aq_ndev_hwtstamp_set(struct aq_nic_s *aq_nic, struct ifreq *ifr) in aq_ndev_hwtstamp_set() 318 static int aq_ndev_hwtstamp_get(struct aq_nic_s *aq_nic, struct ifreq *ifr) in aq_ndev_hwtstamp_get() 331 static int aq_ndev_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in aq_ndev_ioctl()
|
| /drivers/net/ethernet/qlogic/qede/ |
| A D | qede_ptp.h | 17 int qede_ptp_hw_ts(struct qede_dev *edev, struct ifreq *req);
|
| /drivers/media/dvb-frontends/ |
| A D | sp887x.c | 311 int ifreq = 36000000; in sp887x_correct_offsets() local 329 freq = ifreq - freq_offset; in sp887x_correct_offsets() 331 freq = ifreq + freq_offset; in sp887x_correct_offsets()
|
| A D | dibx000_common.h | 133 u32 ifreq; member
|
| A D | dib8000.c | 674 dprintk("ifreq: %d %x, inversion: %d\n", bw->ifreq, bw->ifreq, bw->ifreq >> 25); in dib8000_reset_pll_common() 685 dib8000_write_word(state, 27, (u16) ((bw->ifreq >> 16) & 0x01ff)); in dib8000_reset_pll_common() 686 dib8000_write_word(state, 28, (u16) (bw->ifreq & 0xffff)); in dib8000_reset_pll_common() 687 dib8000_write_word(state, 26, (u16) ((bw->ifreq >> 25) & 0x0003)); in dib8000_reset_pll_common() 1097 if (state->cfg.pll->ifreq == 0) in dib8000_reset() 2196 if (state->cfg.pll->ifreq == 0) in dib8000_set_13seg_channel() 2700 u32 dds = state->cfg.pll->ifreq & 0x1ffffff; in dib8000_set_dds() 2701 u8 invert = !!(state->cfg.pll->ifreq & (1 << 25)); in dib8000_set_dds() 2761 if (state->cfg.pll->ifreq == 0) { /* low if tuner */ in dib8000_set_frequency_offset()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| A D | ipoib_vlan.c | 143 static int mlx5i_pkey_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd); 187 static int mlx5i_pkey_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in mlx5i_pkey_ioctl()
|
| A D | ipoib.h | 91 int mlx5i_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
| /drivers/net/ |
| A D | eql.c | 135 static int eql_siocdevprivate(struct net_device *dev, struct ifreq *ifr, 273 static int eql_siocdevprivate(struct net_device *dev, struct ifreq *ifr, in eql_siocdevprivate()
|
| A D | tun.c | 216 struct ifreq *ifr; 914 struct ifreq *ifr = tun->ifr; in tun_net_init() 2689 static int tun_set_iff(struct net *net, struct file *file, struct ifreq *ifr) in tun_set_iff() 2830 static void tun_get_iff(struct tun_struct *tun, struct ifreq *ifr) in tun_get_iff() 2942 static int tun_set_queue(struct file *file, struct ifreq *ifr) in tun_set_queue() 3045 struct ifreq ifr; in __tun_chr_ioctl() 3334 return __tun_chr_ioctl(file, cmd, arg, sizeof (struct ifreq)); in tun_chr_ioctl() 3443 struct ifreq ifr; in tun_chr_show_fdinfo()
|
| /drivers/net/ethernet/ti/ |
| A D | netcp.h | 208 int (*ioctl)(void *intf_priv, struct ifreq *req, int cmd);
|
| /drivers/net/ethernet/engleder/ |
| A D | tsnep.h | 206 int tsnep_ptp_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
|
| A D | tsnep_ptp.c | 22 int tsnep_ptp_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in tsnep_ptp_ioctl()
|
| /drivers/net/ethernet/atheros/atlx/ |
| A D | atlx.c | 42 static int atlx_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atlx_ioctl()
|
| /drivers/net/ethernet/packetengines/ |
| A D | hamachi.c | 549 static int hamachi_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); 550 static int hamachi_siocdevprivate(struct net_device *dev, struct ifreq *rq, 1875 static int hamachi_siocdevprivate(struct net_device *dev, struct ifreq *rq, in hamachi_siocdevprivate() 1903 static int hamachi_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in hamachi_ioctl()
|