Home
last modified time | relevance | path

Searched defs:net_dev (Results 26 – 50 of 104) sorted by relevance

12345

/Linux-v6.6/drivers/net/ethernet/sfc/falcon/
Defx.c1990 static int ef4_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in ef4_ioctl()
2048 int ef4_net_open(struct net_device *net_dev) in ef4_net_open()
2075 int ef4_net_stop(struct net_device *net_dev) in ef4_net_stop()
2089 static void ef4_net_stats(struct net_device *net_dev, in ef4_net_stats()
2100 static void ef4_watchdog(struct net_device *net_dev, unsigned int txqueue) in ef4_watchdog()
2113 static int ef4_change_mtu(struct net_device *net_dev, int new_mtu) in ef4_change_mtu()
2137 static int ef4_set_mac_address(struct net_device *net_dev, void *data) in ef4_set_mac_address()
2172 static void ef4_set_rx_mode(struct net_device *net_dev) in ef4_set_rx_mode()
2181 static int ef4_set_features(struct net_device *net_dev, netdev_features_t data) in ef4_set_features()
2232 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in ef4_netdev_event() local
[all …]
Dtx.c395 struct net_device *net_dev) in ef4_hard_start_xmit()
426 int ef4_setup_tc(struct net_device *net_dev, enum tc_setup_type type, in ef4_setup_tc()
/Linux-v6.6/drivers/net/ethernet/
Dec_bhf.c123 struct net_device *net_dev; member
283 struct net_device *net_dev) in ec_bhf_start_xmit()
392 static int ec_bhf_open(struct net_device *net_dev) in ec_bhf_open()
432 static int ec_bhf_stop(struct net_device *net_dev) in ec_bhf_stop()
452 ec_bhf_get_stats(struct net_device *net_dev, in ec_bhf_get_stats()
479 struct net_device *net_dev; in ec_bhf_probe() local
568 struct net_device *net_dev = pci_get_drvdata(dev); in ec_bhf_remove() local
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dmcdi_port.c20 static int efx_mcdi_mdio_read(struct net_device *net_dev, in efx_mcdi_mdio_read()
46 static int efx_mcdi_mdio_write(struct net_device *net_dev, in efx_mcdi_mdio_write()
Dtx.c300 struct net_device *net_dev) in efx_siena_hard_start_xmit()
358 int efx_siena_setup_tc(struct net_device *net_dev, enum tc_setup_type type, in efx_siena_setup_tc()
/Linux-v6.6/drivers/net/ethernet/sfc/
Dmcdi_port.c20 static int efx_mcdi_mdio_read(struct net_device *net_dev, in efx_mcdi_mdio_read()
46 static int efx_mcdi_mdio_write(struct net_device *net_dev, in efx_mcdi_mdio_write()
Dtc.c24 enum efx_encap_type efx_tc_indr_netdev_type(struct net_device *net_dev) in efx_tc_indr_netdev_type()
687 struct net_device *net_dev) in efx_tc_get_recirc_id()
878 struct net_device *net_dev, in efx_tc_flower_handle_lhs_actions()
1358 struct net_device *net_dev, in efx_tc_flower_replace_foreign()
1679 struct net_device *net_dev) in efx_tc_flower_replace_lhs()
1750 struct net_device *net_dev, in efx_tc_flower_replace()
2228 struct net_device *net_dev, in efx_tc_flower_destroy()
2277 static int efx_tc_flower_stats(struct efx_nic *efx, struct net_device *net_dev, in efx_tc_flower_stats()
2313 int efx_tc_flower(struct efx_nic *efx, struct net_device *net_dev, in efx_tc_flower()
Dtc_bindings.h36 struct net_device *net_dev) in efx_tc_netdev_event()
Def100_ethtool.c24 ef100_ethtool_get_ringparam(struct net_device *net_dev, in ef100_ethtool_get_ringparam()
Def100_rep.h48 struct net_device *net_dev; member
Dmcdi_filters.c1303 struct net_device *net_dev = efx->net_dev; in efx_mcdi_filter_table_probe() local
1688 struct net_device *net_dev = efx->net_dev; in efx_mcdi_filter_uc_addr_list() local
1710 struct net_device *net_dev = efx->net_dev; in efx_mcdi_filter_mc_addr_list() local
1738 struct net_device *net_dev = efx->net_dev; in efx_mcdi_filter_sync_rx_mode() local
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-devlink.c144 struct net_device *net_dev = priv->net_dev; in dpaa2_eth_dl_trap_group_action_set() local
185 struct net_device *net_dev = priv->net_dev; in dpaa2_eth_dl_alloc() local
236 struct net_device *net_dev = priv->net_dev; in dpaa2_eth_dl_traps_register() local
Ddpaa2-mac.c364 struct net_device *net_dev = mac->net_dev; in dpaa2_mac_connect() local
469 struct net_device *net_dev = mac->net_dev; in dpaa2_mac_open() local
Ddpaa2-mac.h17 struct net_device *net_dev; member
/Linux-v6.6/net/batman-adv/
Dlog.h121 #define batadv_info(net_dev, fmt, arg...) \ argument
135 #define batadv_err(net_dev, fmt, arg...) \ argument
Dfragmentation.c402 static struct sk_buff *batadv_frag_create(struct net_device *net_dev, in batadv_frag_create()
443 struct net_device *net_dev = neigh_node->if_incoming->net_dev; in batadv_frag_send_packet() local
Dnetwork-coding.h43 static inline void batadv_nc_status_update(struct net_device *net_dev) in batadv_nc_status_update()
Ddistributed-arp-table.h102 static inline void batadv_dat_status_update(struct net_device *net_dev) in batadv_dat_status_update()
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.h40 struct net_device *net_dev; member
110 struct net_device *net_dev; member
141 struct net_device *net_dev; member
/Linux-v6.6/drivers/leds/trigger/
Dledtrig-netdev.c50 struct net_device *net_dev; member
139 struct net_device *net_dev) in validate_net_dev()
/Linux-v6.6/drivers/net/can/sja1000/
Df81601.c38 struct net_device *net_dev[F81601_PCI_MAX_CHAN]; member
Dems_pcmcia.c31 struct net_device *net_dev[EMS_PCMCIA_MAX_CHAN]; member
/Linux-v6.6/drivers/crypto/caam/
Dqi.c60 struct net_device net_dev; member
754 struct net_device *net_dev = &priv->net_dev; in caam_qi_init() local
/Linux-v6.6/drivers/infiniband/core/
Dcma.c1568 static bool validate_ipv4_net_dev(struct net_device *net_dev, in validate_ipv4_net_dev()
1598 static bool validate_ipv6_net_dev(struct net_device *net_dev, in validate_ipv6_net_dev()
1622 static bool validate_net_dev(struct net_device *net_dev, in validate_net_dev()
1675 struct net_device *net_dev; in cma_get_net_dev() local
1757 const struct net_device *net_dev, in cma_match_net_dev()
1790 const struct net_device *net_dev) in cma_find_listener()
1822 struct net_device **net_dev) in cma_ib_id_from_event()
2245 struct net_device *net_dev) in cma_ib_new_conn_id()
2310 struct net_device *net_dev) in cma_ib_new_udp_id()
2385 struct net_device *net_dev; in cma_ib_req_handler() local
/Linux-v6.6/drivers/net/ethernet/freescale/fman/
Dmac.c60 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev) in fman_set_multi()

12345