Home
last modified time | relevance | path

Searched refs:ndev (Results 1 – 17 of 17) sorted by relevance

/include/net/nfc/
Dnci_core.h66 int (*init)(struct nci_dev *ndev);
67 int (*open)(struct nci_dev *ndev);
68 int (*close)(struct nci_dev *ndev);
69 int (*send)(struct nci_dev *ndev, struct sk_buff *skb);
70 int (*setup)(struct nci_dev *ndev);
71 int (*post_setup)(struct nci_dev *ndev);
72 int (*fw_download)(struct nci_dev *ndev, const char *firmware_name);
73 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
74 int (*discover_se)(struct nci_dev *ndev);
75 int (*disable_se)(struct nci_dev *ndev, u32 se_idx);
[all …]
Ddigital.h244 void nfc_digital_free_device(struct nfc_digital_dev *ndev);
245 int nfc_digital_register_device(struct nfc_digital_dev *ndev);
246 void nfc_digital_unregister_device(struct nfc_digital_dev *ndev);
248 static inline void nfc_digital_set_parent_dev(struct nfc_digital_dev *ndev, in nfc_digital_set_parent_dev() argument
251 nfc_set_parent_dev(ndev->nfc_dev, dev); in nfc_digital_set_parent_dev()
Dhci.h100 struct nfc_dev *ndev; member
174 return nfc_set_vendor_cmds(hdev->ndev, cmds, n_cmds); in nfc_hci_set_vendor_cmds()
/include/net/
Dselftests.h9 void net_selftest(struct net_device *ndev, struct ethtool_test *etest,
16 static inline void net_selftest(struct net_device *ndev, struct ethtool_test *etest, in net_selftest() argument
Dncsi.h30 void (*handler)(struct ncsi_dev *ndev);
/include/net/mana/
Dmana.h105 struct net_device *ndev; member
337 struct net_device *ndev; member
416 struct net_device *ndev; member
473 netdev_tx_t mana_start_xmit(struct sk_buff *skb, struct net_device *ndev);
477 int mana_alloc_queues(struct net_device *ndev);
478 int mana_attach(struct net_device *ndev);
479 int mana_detach(struct net_device *ndev, bool from_close);
484 void mana_xdp_tx(struct sk_buff *skb, struct net_device *ndev);
485 int mana_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames,
487 u32 mana_run_xdp(struct net_device *ndev, struct mana_rxq *rxq,
[all …]
/include/rdma/
Dib_cache.h19 struct net_device *ndev);
24 struct net_device *ndev);
Drdma_netlink.h128 int (*newlink)(const char *ibdev_name, struct net_device *ndev);
Dib_sa.h496 struct net_device *ndev,
Dib_verbs.h152 struct net_device __rcu *ndev; member
4456 struct ib_device *ib_device_get_by_netdev(struct net_device *ndev,
4463 int ib_device_set_netdev(struct ib_device *ib_dev, struct net_device *ndev,
4740 u32 port, struct net_device *ndev);
/include/sound/
Dtas2781-dsp.h67 unsigned char ndev; member
150 unsigned char ndev; member
Dtas2781.h172 unsigned char ndev; member
/include/linux/
Dstmmac.h234 int (*serdes_powerup)(struct net_device *ndev, void *priv);
235 void (*serdes_powerdown)(struct net_device *ndev, void *priv);
236 void (*speed_mode_2500)(struct net_device *ndev, void *priv);
Dnetpoll.h62 int __netpoll_setup(struct netpoll *np, struct net_device *ndev);
Dphy.h2073 int phy_ethtool_get_link_ksettings(struct net_device *ndev,
2075 int phy_ethtool_set_link_ksettings(struct net_device *ndev,
2077 int phy_ethtool_nway_reset(struct net_device *ndev);
Dnetdevice.h4178 struct net_device *ndev, in DEFINE_FREE()
4185 __dev_hold(ndev); in DEFINE_FREE()
4188 if (ndev) in DEFINE_FREE()
4189 __netdev_tracker_alloc(ndev, tracker, gfp); in DEFINE_FREE()
4613 int devm_register_netdev(struct device *dev, struct net_device *ndev);
/include/pcmcia/
Dcistpl.h104 u_char ndev; member