Searched refs:net_device (Results 301 - 325 of 2447) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/scsi/fcoe/
H A Dfcoe.h67 struct net_device *netdev;
68 struct net_device *realdev;
87 static inline struct net_device *fcoe_netdev(const struct fc_lport *lport)
/linux-master/include/rdma/
H A Dib_cache.h19 struct net_device *ndev);
24 struct net_device *ndev);
33 struct net_device *rdma_read_gid_attr_ndev_rcu(const struct ib_gid_attr *attr);
/linux-master/include/net/caif/
H A Dcaif_dev.h122 int caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev,
125 struct sk_buff *, struct net_device *,
126 struct packet_type *, struct net_device *));
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dalx.h53 struct net_device *netdev;
73 struct net_device *netdev;
106 struct net_device *dev;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.h32 struct net_device *neigh_dev);
36 int mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type,
64 mlx5e_rep_setup_tc(struct net_device *dev, enum tc_setup_type type,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.h16 int mlxsw_env_get_module_info(struct net_device *netdev,
20 int mlxsw_env_get_module_eeprom(struct net_device *netdev,
31 int mlxsw_env_reset_module(struct net_device *netdev,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.h19 struct net_device;
50 u16 mlx5e_select_queue(struct net_device *dev, struct sk_buff *skb,
51 struct net_device *sb_dev);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.h98 int sparx5_port_setup_tc(struct net_device *ndev, enum tc_setup_type type,
101 int sparx5_tc_matchall(struct net_device *ndev,
105 int sparx5_tc_flower(struct net_device *ndev, struct flow_cls_offload *fco,
/linux-master/include/net/
H A Dx25.h134 struct net_device *dev;
140 struct net_device *dev;
175 struct net_device *dev1;
176 struct net_device *dev2;
203 int x25_lapb_receive_frame(struct sk_buff *, struct net_device *,
204 struct packet_type *, struct net_device *);
220 void x25_clear_forward_by_dev(struct net_device *);
231 void x25_link_device_up(struct net_device *);
232 void x25_link_device_down(struct net_device *);
239 struct x25_neigh *x25_get_neigh(struct net_device *);
[all...]
H A Dieee802154_netdev.h450 int (*get_params)(struct net_device *dev,
452 int (*set_params)(struct net_device *dev,
456 int (*add_key)(struct net_device *dev,
459 int (*del_key)(struct net_device *dev,
462 int (*add_dev)(struct net_device *dev,
464 int (*del_dev)(struct net_device *dev, __le64 dev_addr);
466 int (*add_devkey)(struct net_device *dev,
469 int (*del_devkey)(struct net_device *dev,
473 int (*add_seclevel)(struct net_device *dev,
475 int (*del_seclevel)(struct net_device *de
[all...]
H A Dax25.h193 struct net_device *dev;
223 struct net_device *dev;
226 struct net_device *forward;
297 static inline __be16 ax25_type_trans(struct sk_buff *skb, struct net_device *dev)
309 struct sock *ax25_find_listener(ax25_address *, int, struct net_device *, int);
312 struct net_device *);
338 static inline ax25_dev *ax25_dev_ax25dev(struct net_device *dev)
345 void ax25_dev_device_up(struct net_device *);
346 void ax25_dev_device_down(struct net_device *);
348 struct net_device *ax25_fwd_de
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h56 struct net_device *egdev;
96 struct net_device *egdev, struct netlink_ext_ack *extack);
100 void efx_tc_unregister_egdev(struct efx_nic *efx, struct net_device *net_dev);
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.h58 struct net_device *ndev;
65 int xge_mdio_config(struct net_device *ndev);
66 void xge_mdio_remove(struct net_device *ndev);
/linux-master/drivers/net/ethernet/asix/
H A Dax88796c_ioctl.c24 ax88796c_get_drvinfo(struct net_device *ndev, struct ethtool_drvinfo *info)
30 static u32 ax88796c_get_msglevel(struct net_device *ndev)
37 static void ax88796c_set_msglevel(struct net_device *ndev, u32 level)
45 ax88796c_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause)
57 ax88796c_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause)
91 static int ax88796c_get_regs_len(struct net_device *ndev)
97 ax88796c_get_regs(struct net_device *ndev, struct ethtool_regs *regs, void *_p)
122 ax88796c_get_strings(struct net_device *ndev, u32 stringset, u8 *data)
133 ax88796c_get_sset_count(struct net_device *ndev, int stringset)
148 static int ax88796c_set_priv_flags(struct net_device *nde
[all...]
/linux-master/drivers/net/ethernet/8390/
H A Dstnic.c57 static struct net_device *stnic_dev;
59 static void stnic_reset (struct net_device *dev);
60 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
62 static void stnic_block_input (struct net_device *dev, int count,
64 static void stnic_block_output (struct net_device *dev, int count,
67 static void stnic_init (struct net_device *dev);
103 struct net_device *dev;
169 stnic_reset (struct net_device *dev)
181 stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
218 stnic_block_input (struct net_device *de
[all...]
H A Dsmc-ultra.c80 static int ultra_probe1(struct net_device *dev, int ioaddr);
83 static int ultra_probe_isapnp(struct net_device *dev);
86 static int ultra_open(struct net_device *dev);
87 static void ultra_reset_8390(struct net_device *dev);
88 static void ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
90 static void ultra_block_input(struct net_device *dev, int count,
92 static void ultra_block_output(struct net_device *dev, int count,
94 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
96 static void ultra_pio_input(struct net_device *dev, int count,
98 static void ultra_pio_output(struct net_device *de
[all...]
/linux-master/net/mctp/test/
H A Dutils.c14 struct net_device *ndev)
24 static void mctp_test_dev_setup(struct net_device *ndev)
39 struct net_device *ndev;
/linux-master/net/wireless/
H A Drdev-ops.h69 struct net_device *dev, enum nl80211_iftype type,
80 struct net_device *netdev, int link_id,
94 rdev_get_key(struct cfg80211_registered_device *rdev, struct net_device *netdev,
109 struct net_device *netdev, int link_id,
123 struct net_device *netdev, int link_id, u8 key_index,
137 struct net_device *netdev, int link_id, u8 key_index)
150 struct net_device *netdev, int link_id,
164 struct net_device *dev,
175 struct net_device *dev,
186 struct net_device *de
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h16 struct net_device;
95 int (*ndo_init)(struct nfp_app *app, struct net_device *netdev);
96 void (*ndo_uninit)(struct nfp_app *app, struct net_device *netdev);
104 int (*repr_init)(struct nfp_app *app, struct net_device *netdev);
105 void (*repr_preclean)(struct nfp_app *app, struct net_device *netdev);
106 void (*repr_clean)(struct nfp_app *app, struct net_device *netdev);
111 int (*check_mtu)(struct nfp_app *app, struct net_device *netdev,
113 int (*repr_change_mtu)(struct nfp_app *app, struct net_device *netdev,
125 int (*netdev_event)(struct nfp_app *app, struct net_device *netdev,
132 int (*setup_tc)(struct nfp_app *app, struct net_device *netde
[all...]
/linux-master/drivers/net/wan/
H A Dlapbether.c53 struct net_device *ethdev; /* link to ethernet device */
54 struct net_device *axdev; /* lapbeth device (lapb#) */
63 static void lapbeth_connected(struct net_device *dev, int reason);
64 static void lapbeth_disconnected(struct net_device *dev, int reason);
70 static struct lapbethdev *lapbeth_get_x25_dev(struct net_device *dev)
81 static __inline__ int dev_is_ethdev(struct net_device *dev)
110 static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev,
111 struct packet_type *ptype, struct net_device *orig_dev)
160 static int lapbeth_data_indication(struct net_device *dev, struct sk_buff *skb)
185 struct net_device *de
[all...]
/linux-master/drivers/net/ethernet/cirrus/
H A Dmac89x0.c115 static int net_open(struct net_device *dev);
116 static netdev_tx_t net_send_packet(struct sk_buff *skb, struct net_device *dev);
118 static void set_multicast_list(struct net_device *dev);
119 static void net_rx(struct net_device *dev);
120 static int net_close(struct net_device *dev);
121 static struct net_device_stats *net_get_stats(struct net_device *dev);
122 static int set_mac_address(struct net_device *dev, void *addr);
126 readreg_io(struct net_device *dev, int portno)
133 writereg_io(struct net_device *dev, int portno, int value)
141 readreg(struct net_device *de
[all...]
/linux-master/drivers/net/arcnet/
H A Dcom20020.c51 static void com20020_command(struct net_device *dev, int command);
52 static int com20020_status(struct net_device *dev);
53 static void com20020_setmask(struct net_device *dev, int mask);
54 static int com20020_reset(struct net_device *dev, int really_reset);
55 static void com20020_copy_to_card(struct net_device *dev, int bufnum,
57 static void com20020_copy_from_card(struct net_device *dev, int bufnum,
59 static void com20020_set_mc_list(struct net_device *dev);
60 static void com20020_close(struct net_device *);
62 static void com20020_copy_from_card(struct net_device *dev, int bufnum,
77 static void com20020_copy_to_card(struct net_device *de
[all...]
/linux-master/include/linux/
H A Dnetfilter.h81 struct net_device *in;
82 struct net_device *out;
100 struct net_device *dev;
160 struct net_device *indev,
161 struct net_device *outdev,
225 struct net_device *indev, struct net_device *outdev,
295 struct sk_buff *skb, struct net_device *in, struct net_device *out,
309 struct net_device *i
[all...]
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c61 static int ipvlan_port_create(struct net_device *dev)
94 static void ipvlan_port_destroy(struct net_device *dev)
130 static int ipvlan_init(struct net_device *dev)
133 struct net_device *phy_dev = ipvlan->phy_dev;
165 static void ipvlan_uninit(struct net_device *dev)
168 struct net_device *phy_dev = ipvlan->phy_dev;
179 static int ipvlan_open(struct net_device *dev)
198 static int ipvlan_stop(struct net_device *dev)
201 struct net_device *phy_dev = ipvlan->phy_dev;
216 struct net_device *de
[all...]
/linux-master/drivers/net/
H A Dnetkit.c20 struct net_device __rcu *peer;
33 struct net_device *dev;
61 static struct netkit *netkit_priv(const struct net_device *dev)
66 static netdev_tx_t netkit_xmit(struct sk_buff *skb, struct net_device *dev)
72 struct net_device *peer;
116 static int netkit_open(struct net_device *dev)
119 struct net_device *peer = rtnl_dereference(nk->peer);
130 static int netkit_close(struct net_device *dev)
133 struct net_device *peer = rtnl_dereference(nk->peer);
141 static int netkit_get_iflink(const struct net_device *de
[all...]

Completed in 469 milliseconds

<<11121314151617181920>>