Searched refs:net_device (Results 1 - 25 of 2453) sorted by last modified time

1234567891011>>

/linux-master/net/xdp/
H A Dxsk_buff_pool.c164 struct net_device *netdev, u16 queue_id, u16 flags)
243 struct net_device *dev, u16 queue_id)
324 static struct xsk_dma_map *xp_create_dma_map(struct device *dev, struct net_device *netdev,
/linux-master/include/net/
H A Dxsk_buff_pool.h42 struct net_device *netdev;
51 struct net_device *netdev;
105 int xp_assign_dev(struct xsk_buff_pool *pool, struct net_device *dev,
108 struct net_device *dev, u16 queue_id);
H A Dxdp_sock_drv.h27 struct xsk_buff_pool *xsk_get_pool_from_qid(struct net_device *dev,
258 xsk_get_pool_from_qid(struct net_device *dev, u16 queue_id)
/linux-master/include/net/page_pool/
H A Dtypes.h57 * @netdev: corresponding &net_device for Netlink introspection
72 struct net_device *netdev;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c144 static void stmmac_init_fs(struct net_device *dev);
145 static void stmmac_exit_fs(struct net_device *dev);
618 static int stmmac_hwtstamp_set(struct net_device *dev, struct ifreq *ifr)
813 static int stmmac_hwtstamp_get(struct net_device *dev, struct ifreq *ifr)
1161 static int stmmac_init_phy(struct net_device *dev)
1728 static int init_dma_rx_desc_rings(struct net_device *dev,
1823 static int init_dma_tx_desc_rings(struct net_device *dev,
1847 static int init_dma_desc_rings(struct net_device *dev,
3397 static int stmmac_hw_setup(struct net_device *dev, bool ptp_register)
3548 static void stmmac_hw_teardown(struct net_device *de
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dxsk.c66 struct net_device *netdev;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1477 static inline void mlx5e_handle_csum(struct net_device *netdev,
1555 struct net_device *netdev = rq->netdev;
1868 struct net_device *netdev = rq->netdev;
2564 struct net_device *netdev;
2685 struct net_device *netdev = rq->netdev;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c27 struct net_device *netdev = adapter->netdev;
509 int ixgbe_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags)
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c81 struct net_device *dev = adapter->netdev;
354 struct net_device *ndev = tx_ring->netdev;
392 struct net_device *dev = adapter->netdev;
536 struct net_device *ndev = rx_ring->netdev;
592 struct net_device *dev = adapter->netdev;
916 struct net_device *dev = adapter->netdev;
952 struct net_device *dev = adapter->netdev;
967 struct net_device *dev = adapter->netdev;
982 static int igc_set_mac(struct net_device *netdev, void *p)
1009 static int igc_write_mc_addr_list(struct net_device *netde
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c1080 * @netdev: net_device
1087 ice_xsk_wakeup(struct net_device *netdev, u32 queue_id,
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c85 struct net_device *netdev = vsi->netdev;
139 struct net_device *netdev = vsi->netdev;
713 int i40e_xsk_wakeup(struct net_device *dev, u32 queue_id, u32 flags)
803 struct net_device *netdev = vsi->netdev;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-xsk.c173 static int dpaa2_xsk_disable_pool(struct net_device *dev, u16 qid)
220 static int dpaa2_xsk_enable_pool(struct net_device *dev,
303 int dpaa2_xsk_setup_pool(struct net_device *dev, struct xsk_buff_pool *pool, u16 qid)
309 int dpaa2_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags)
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c211 static void tsnep_phy_link_status_change(struct net_device *netdev)
1994 static int tsnep_netdev_open(struct net_device *netdev)
2049 static int tsnep_netdev_close(struct net_device *netdev)
2135 struct net_device *netdev)
2146 static int tsnep_netdev_ioctl(struct net_device *netdev, struct ifreq *ifr,
2156 static void tsnep_netdev_set_multicast(struct net_device *netdev)
2172 static void tsnep_netdev_get_stats64(struct net_device *netdev,
2230 static int tsnep_netdev_set_mac_address(struct net_device *netdev, void *addr)
2245 static int tsnep_netdev_set_features(struct net_device *netdev,
2261 static ktime_t tsnep_netdev_get_tstamp(struct net_device *netde
[all...]
/linux-master/net/x25/
H A Daf_x25.c208 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
1635 struct net_device *dev;
/linux-master/net/
H A Dsocket.c851 struct net_device *orig_dev;
871 struct net_device *orig_dev;
/linux-master/net/rose/
H A Daf_rose.c76 static void rose_set_lockdep_one(struct net_device *dev,
83 static void rose_set_lockdep_key(struct net_device *dev)
183 static void rose_kill_by_device(struct net_device *dev)
234 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
701 struct net_device *dev;
822 struct net_device *dev;
1017 int rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct rose_neigh *neigh, unsigned int lci)
1455 const struct net_device *dev = rose->device;
1536 static struct net_device **dev_rose;
1552 if (rose_ndevs > 0x7FFFFFFF/sizeof(struct net_device *)) {
[all...]
/linux-master/net/phonet/
H A Dsocket.c362 struct net_device *dev;
/linux-master/net/packet/
H A Daf_packet.c191 static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
192 struct packet_type *pt, struct net_device *orig_dev);
288 static struct net_device *packet_cached_dev_get(struct packet_sock *po)
290 struct net_device *dev;
301 struct net_device *dev)
313 struct net_device *dev = skb->dev;
573 struct net_device *dev;
1461 static int packet_rcv_fanout(struct sk_buff *skb, struct net_device *dev,
1462 struct packet_type *pt, struct net_device *orig_dev)
1844 static bool packet_extra_vlan_len_allowed(const struct net_device *de
[all...]
/linux-master/net/netrom/
H A Daf_netrom.c75 static void nr_set_lockdep_one(struct net_device *dev,
82 static void nr_set_lockdep_key(struct net_device *dev)
101 static void nr_kill_by_device(struct net_device *dev)
117 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
569 struct net_device *dev;
643 struct net_device *dev;
871 int nr_rx_frame(struct sk_buff *skb, struct net_device *dev)
1286 struct net_device *dev;
1378 static struct net_device **dev_nr;
1397 if (nr_ndevs > 0x7fffffff/sizeof(struct net_device *)) {
[all...]
H A Dnr_route.c61 struct net_device *dev)
98 ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev,
104 struct net_device *odev;
316 static int nr_del_node(ax25_address *callsign, ax25_address *neighbour, struct net_device *dev)
380 ax25_digi *ax25_digi, struct net_device *dev, unsigned int quality)
427 static int nr_del_neigh(ax25_address *callsign, struct net_device *dev, unsigned int quality)
507 void nr_rt_device_down(struct net_device *dev)
553 static struct net_device *nr_ax25_dev_get(char *devname)
555 struct net_device *dev;
570 struct net_device *nr_dev_firs
[all...]
/linux-master/net/mptcp/
H A Dprotocol.c50 static struct net_device mptcp_napi_dev;
/linux-master/net/llc/
H A Daf_llc.c280 struct net_device *dev = NULL;
345 struct net_device *dev = NULL;
939 struct net_device *dev;
/linux-master/net/iucv/
H A Daf_iucv.c572 struct net_device *dev;
2026 static int afiucv_hs_rcv(struct sk_buff *skb, struct net_device *dev,
2027 struct packet_type *pt, struct net_device *orig_dev)
2173 struct net_device *event_dev = netdev_notifier_info_to_dev(ptr);
/linux-master/net/ipv6/
H A Droute.c93 struct net_device *dev);
122 struct net_device *dev,
127 struct net_device *dev);
160 static void rt6_uncached_list_flush_dev(struct net_device *dev)
174 struct net_device *rt_dev = rt->dst.dev;
210 struct net_device *dev,
238 struct net_device *dev = dst->dev;
340 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
374 static void ip6_dst_ifdown(struct dst_entry *dst, struct net_device *dev)
470 const struct net_device *de
[all...]
/linux-master/net/core/
H A Dsock.c698 struct net_device *dev;
864 struct net_device *dev = NULL;

Completed in 296 milliseconds

1234567891011>>