/Linux-v6.1/include/net/ |
D | dcbnl.h | 13 struct net_device; 22 int dcb_setapp(struct net_device *, struct dcb_app *); 23 u8 dcb_getapp(struct net_device *, struct dcb_app *); 24 int dcb_ieee_setapp(struct net_device *, struct dcb_app *); 25 int dcb_ieee_delapp(struct net_device *, struct dcb_app *); 26 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *); 31 void dcb_ieee_getapp_prio_dscp_mask_map(const struct net_device *dev, 37 void dcb_ieee_getapp_dscp_prio_mask_map(const struct net_device *dev, 39 u8 dcb_ieee_getapp_default_prio_mask(const struct net_device *dev); 41 int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd, [all …]
|
D | switchdev.h | 52 struct net_device *orig_dev; 56 void (*complete)(struct net_device *dev, int err, void *priv); 88 struct net_device *orig_dev; 92 void (*complete)(struct net_device *dev, int err, void *priv); 126 struct net_device *p_port; 127 struct net_device *s_port; 185 struct net_device *i_port; 207 struct net_device *dev; 237 struct net_device *dev; 271 static inline struct net_device * [all …]
|
D | rtnetlink.h | 83 struct net_device *(*alloc)(struct nlattr *tb[], 88 void (*setup)(struct net_device *dev); 98 struct net_device *dev, 102 int (*changelink)(struct net_device *dev, 106 void (*dellink)(struct net_device *dev, 109 size_t (*get_size)(const struct net_device *dev); 111 const struct net_device *dev); 113 size_t (*get_xstats_size)(const struct net_device *dev); 115 const struct net_device *dev); 121 int (*slave_changelink)(struct net_device *dev, [all …]
|
D | failover.h | 10 int (*slave_pre_register)(struct net_device *slave_dev, 11 struct net_device *failover_dev); 12 int (*slave_register)(struct net_device *slave_dev, 13 struct net_device *failover_dev); 14 int (*slave_pre_unregister)(struct net_device *slave_dev, 15 struct net_device *failover_dev); 16 int (*slave_unregister)(struct net_device *slave_dev, 17 struct net_device *failover_dev); 18 int (*slave_link_change)(struct net_device *slave_dev, 19 struct net_device *failover_dev); [all …]
|
D | Space.h | 6 struct net_device *hp100_probe(int unit); 7 struct net_device *ultra_probe(int unit); 8 struct net_device *wd_probe(int unit); 9 struct net_device *ne_probe(int unit); 10 struct net_device *fmv18x_probe(int unit); 11 struct net_device *ni65_probe(int unit); 12 struct net_device *sonic_probe(int unit); 13 struct net_device *smc_init(int unit); 14 struct net_device *cs89x0_probe(int unit); 15 struct net_device *tc515_probe(int unit); [all …]
|
/Linux-v6.1/include/linux/ |
D | if_bridge.h | 73 int br_multicast_list_adjacent(struct net_device *dev, 75 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto); 76 bool br_multicast_has_querier_adjacent(struct net_device *dev, int proto); 77 bool br_multicast_has_router_adjacent(struct net_device *dev, int proto); 78 bool br_multicast_enabled(const struct net_device *dev); 79 bool br_multicast_router(const struct net_device *dev); 81 static inline int br_multicast_list_adjacent(struct net_device *dev, in br_multicast_list_adjacent() 86 static inline bool br_multicast_has_querier_anywhere(struct net_device *dev, in br_multicast_has_querier_anywhere() 91 static inline bool br_multicast_has_querier_adjacent(struct net_device *dev, in br_multicast_has_querier_adjacent() 97 static inline bool br_multicast_has_router_adjacent(struct net_device *dev, in br_multicast_has_router_adjacent() [all …]
|
D | netdevice.h | 79 void netdev_set_default_ethtool_ops(struct net_device *dev, 295 int (*create) (struct sk_buff *skb, struct net_device *dev, 301 const struct net_device *dev, 352 struct net_device *dev; 513 int dev_set_threaded(struct net_device *dev, bool threaded); 599 struct net_device *dev; 618 struct net_device *sb_dev; 757 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index, u32 flow_id, 770 struct net_device *dev; 878 typedef u16 (*select_queue_fallback_t)(struct net_device *dev, [all …]
|
D | ethtool.h | 106 struct net_device; 110 u32 ethtool_op_get_link(struct net_device *dev); 111 int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *eti); 200 __ethtool_get_link_ksettings(struct net_device *dev, 644 void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *); 645 int (*get_regs_len)(struct net_device *); 646 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *); 647 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); 648 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); 649 u32 (*get_msglevel)(struct net_device *); [all …]
|
D | hdlc.h | 20 int (*open)(struct net_device *dev); 21 void (*close)(struct net_device *dev); 22 void (*start)(struct net_device *dev); /* if open & DCD */ 23 void (*stop)(struct net_device *dev); /* if open & !DCD */ 24 void (*detach)(struct net_device *dev); 25 int (*ioctl)(struct net_device *dev, struct if_settings *ifs); 26 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); 28 netdev_tx_t (*xmit)(struct sk_buff *skb, struct net_device *dev); 37 int (*attach)(struct net_device *dev, 41 netdev_tx_t (*xmit)(struct sk_buff *skb, struct net_device *dev); [all …]
|
D | lapb.h | 12 struct net_device; 33 void (*connect_confirmation)(struct net_device *dev, int reason); 34 void (*connect_indication)(struct net_device *dev, int reason); 35 void (*disconnect_confirmation)(struct net_device *dev, int reason); 36 void (*disconnect_indication)(struct net_device *dev, int reason); 37 int (*data_indication)(struct net_device *dev, struct sk_buff *skb); 38 void (*data_transmit)(struct net_device *dev, struct sk_buff *skb); 53 extern int lapb_register(struct net_device *dev, 55 extern int lapb_unregister(struct net_device *dev); 56 extern int lapb_getparms(struct net_device *dev, struct lapb_parms_struct *parms); [all …]
|
D | if_vlan.h | 74 static inline bool is_vlan_dev(const struct net_device *dev) in is_vlan_dev() 85 static inline int vlan_get_rx_ctag_filter_info(struct net_device *dev) in vlan_get_rx_ctag_filter_info() 91 static inline void vlan_drop_rx_ctag_filter_info(struct net_device *dev) in vlan_drop_rx_ctag_filter_info() 97 static inline int vlan_get_rx_stag_filter_info(struct net_device *dev) in vlan_get_rx_stag_filter_info() 103 static inline void vlan_drop_rx_stag_filter_info(struct net_device *dev) in vlan_drop_rx_stag_filter_info() 133 extern struct net_device *__vlan_find_dev_deep_rcu(struct net_device *real_dev, 135 extern int vlan_for_each(struct net_device *dev, 136 int (*action)(struct net_device *dev, int vid, 138 extern struct net_device *vlan_dev_real_dev(const struct net_device *dev); 139 extern u16 vlan_dev_vlan_id(const struct net_device *dev); [all …]
|
/Linux-v6.1/drivers/net/hyperv/ |
D | netvsc.c | 35 int netvsc_switch_datapath(struct net_device *ndev, bool vf) in netvsc_switch_datapath() 130 struct netvsc_device *net_device; in alloc_net_device() local 132 net_device = kzalloc(sizeof(struct netvsc_device), GFP_KERNEL); in alloc_net_device() 133 if (!net_device) in alloc_net_device() 136 init_waitqueue_head(&net_device->wait_drain); in alloc_net_device() 137 net_device->destroy = false; in alloc_net_device() 138 net_device->tx_disable = true; in alloc_net_device() 140 net_device->max_pkt = RNDIS_MAX_PKT_DEFAULT; in alloc_net_device() 141 net_device->pkt_align = RNDIS_PKT_ALIGN_DEFAULT; in alloc_net_device() 143 init_completion(&net_device->channel_init_wait); in alloc_net_device() [all …]
|
/Linux-v6.1/net/8021q/ |
D | vlan.h | 25 struct net_device **vlan_devices_arrays[VLAN_PROTO_NUM] 30 struct net_device *real_dev; /* The ethernet(like) device 52 static inline struct net_device *__vlan_group_get_device(struct vlan_group *vg, in __vlan_group_get_device() 56 struct net_device **array; in __vlan_group_get_device() 67 static inline struct net_device *vlan_group_get_device(struct vlan_group *vg, in vlan_group_get_device() 81 struct net_device *dev) in vlan_group_set_device() 84 struct net_device **array; in vlan_group_set_device() 94 static inline struct net_device *vlan_find_dev(struct net_device *real_dev, in vlan_find_dev() 106 static inline netdev_features_t vlan_tnl_features(struct net_device *real_dev) in vlan_tnl_features() 128 void vlan_dev_set_ingress_priority(const struct net_device *dev, [all …]
|
/Linux-v6.1/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.h | 12 bool rtl92e_is_halfn_supported_by_ap(struct net_device *dev); 13 bool rtl92e_get_nmode_support_by_sec(struct net_device *dev); 14 bool rtl92e_is_tx_stuck(struct net_device *dev); 15 bool rtl92e_is_rx_stuck(struct net_device *dev); 16 void rtl92e_ack_irq(struct net_device *dev, u32 *p_inta, u32 *p_intb); 17 void rtl92e_enable_rx(struct net_device *dev); 18 void rtl92e_enable_tx(struct net_device *dev); 19 void rtl92e_enable_irq(struct net_device *dev); 20 void rtl92e_disable_irq(struct net_device *dev); 21 void rtl92e_clear_irq(struct net_device *dev); [all …]
|
D | r8192E_phy.h | 58 u8 rtl92e_is_legal_rf_path(struct net_device *dev, u32 eRFPath); 59 void rtl92e_set_bb_reg(struct net_device *dev, u32 dwRegAddr, 61 u32 rtl92e_get_bb_reg(struct net_device *dev, u32 dwRegAddr, u32 dwBitMask); 62 void rtl92e_set_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath, 64 u32 rtl92e_get_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath, 66 void rtl92e_config_mac(struct net_device *dev); 67 bool rtl92e_check_bb_and_rf(struct net_device *dev, 70 bool rtl92e_config_bb(struct net_device *dev); 71 void rtl92e_get_tx_power(struct net_device *dev); 72 void rtl92e_set_tx_power(struct net_device *dev, u8 channel); [all …]
|
/Linux-v6.1/net/core/ |
D | dev.h | 8 struct net_device; 31 void linkwatch_init_dev(struct net_device *dev); 32 void linkwatch_forget_dev(struct net_device *dev); 35 void dev_addr_flush(struct net_device *dev); 36 int dev_addr_init(struct net_device *dev); 37 void dev_addr_check(struct net_device *dev); 57 struct net_device *dev; 62 int dev_change_name(struct net_device *dev, const char *newname); 64 int netdev_name_node_alt_create(struct net_device *dev, const char *name); 65 int netdev_name_node_alt_destroy(struct net_device *dev, const char *name); [all …]
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | ethtool_common.h | 14 void efx_ethtool_get_drvinfo(struct net_device *net_dev, 16 u32 efx_ethtool_get_msglevel(struct net_device *net_dev); 17 void efx_ethtool_set_msglevel(struct net_device *net_dev, u32 msg_enable); 18 void efx_ethtool_self_test(struct net_device *net_dev, 20 void efx_ethtool_get_pauseparam(struct net_device *net_dev, 22 int efx_ethtool_set_pauseparam(struct net_device *net_dev, 27 int efx_ethtool_get_sset_count(struct net_device *net_dev, int string_set); 28 void efx_ethtool_get_strings(struct net_device *net_dev, u32 string_set, 30 u32 efx_ethtool_get_priv_flags(struct net_device *net_dev); 31 int efx_ethtool_set_priv_flags(struct net_device *net_dev, u32 flags); [all …]
|
/Linux-v6.1/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 153 static inline struct ipoib_dev_priv *ipoib_priv(const struct net_device *dev) in ipoib_priv() 180 struct net_device *dev; 239 struct net_device *dev; 249 struct net_device *dev; 324 struct net_device *dev; 325 void (*next_priv_destructor)(struct net_device *dev); 399 struct net_device *parent; 421 struct net_device *dev; 430 struct net_device *dev; 453 struct net_device *dev; [all …]
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | ethtool_common.h | 14 void efx_siena_ethtool_get_drvinfo(struct net_device *net_dev, 16 u32 efx_siena_ethtool_get_msglevel(struct net_device *net_dev); 17 void efx_siena_ethtool_set_msglevel(struct net_device *net_dev, u32 msg_enable); 18 void efx_siena_ethtool_self_test(struct net_device *net_dev, 20 void efx_siena_ethtool_get_pauseparam(struct net_device *net_dev, 22 int efx_siena_ethtool_set_pauseparam(struct net_device *net_dev, 24 int efx_siena_ethtool_get_sset_count(struct net_device *net_dev, int string_set); 25 void efx_siena_ethtool_get_strings(struct net_device *net_dev, u32 string_set, 27 void efx_siena_ethtool_get_stats(struct net_device *net_dev, 30 int efx_siena_ethtool_get_link_ksettings(struct net_device *net_dev, [all …]
|
/Linux-v6.1/net/switchdev/ |
D | switchdev.c | 25 typedef void switchdev_deferred_func_t(struct net_device *dev, 30 struct net_device *dev; 82 static int switchdev_deferred_enqueue(struct net_device *dev, in switchdev_deferred_enqueue() 103 struct net_device *dev, in switchdev_port_attr_notify() 129 static int switchdev_port_attr_set_now(struct net_device *dev, in switchdev_port_attr_set_now() 137 static void switchdev_port_attr_set_deferred(struct net_device *dev, in switchdev_port_attr_set_deferred() 151 static int switchdev_port_attr_set_defer(struct net_device *dev, in switchdev_port_attr_set_defer() 168 int switchdev_port_attr_set(struct net_device *dev, in switchdev_port_attr_set() 195 struct net_device *dev, in switchdev_port_obj_notify() 218 static void switchdev_port_obj_add_deferred(struct net_device *dev, in switchdev_port_obj_add_deferred() [all …]
|
/Linux-v6.1/include/linux/can/ |
D | dev.h | 45 struct net_device *dev; 79 int (*do_set_bittiming)(struct net_device *dev); 80 int (*do_set_data_bittiming)(struct net_device *dev); 81 int (*do_set_mode)(struct net_device *dev, enum can_mode mode); 82 int (*do_set_termination)(struct net_device *dev, u16 term); 83 int (*do_get_state)(const struct net_device *dev, 85 int (*do_get_berr_counter)(const struct net_device *dev, 87 int (*do_get_auto_tdcv)(const struct net_device *dev, u32 *tdcv); 125 static inline int __must_check can_set_static_ctrlmode(struct net_device *dev, in can_set_static_ctrlmode() 156 static inline bool can_dev_dropped_skb(struct net_device *dev, struct sk_buff *skb) in can_dev_dropped_skb() [all …]
|
/Linux-v6.1/drivers/staging/rtl8192u/ |
D | r819xU_phy.h | 49 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 e_rfpath); 50 void rtl8192_setBBreg(struct net_device *dev, u32 reg_addr, 52 u32 rtl8192_QueryBBReg(struct net_device *dev, u32 reg_addr, u32 bitmask); 53 void rtl8192_phy_SetRFReg(struct net_device *dev, 56 u32 rtl8192_phy_QueryRFReg(struct net_device *dev, 59 void rtl8192_phy_configmac(struct net_device *dev); 60 u8 rtl8192_phy_checkBBAndRF(struct net_device *dev, 63 void rtl8192_BBConfig(struct net_device *dev); 64 void rtl8192_phy_getTxPower(struct net_device *dev); 65 void rtl8192_phy_setTxPower(struct net_device *dev, u8 channel); [all …]
|
/Linux-v6.1/drivers/staging/octeon/ |
D | octeon-ethernet.h | 57 struct net_device *netdev; 72 void (*poll)(struct net_device *dev); 79 int cvm_oct_rgmii_open(struct net_device *dev); 81 int cvm_oct_sgmii_init(struct net_device *dev); 82 int cvm_oct_sgmii_open(struct net_device *dev); 84 int cvm_oct_spi_init(struct net_device *dev); 85 void cvm_oct_spi_uninit(struct net_device *dev); 87 int cvm_oct_common_init(struct net_device *dev); 88 void cvm_oct_common_uninit(struct net_device *dev); 89 void cvm_oct_adjust_link(struct net_device *dev); [all …]
|
/Linux-v6.1/drivers/net/ethernet/8390/ |
D | 8390.h | 27 void ei_poll(struct net_device *dev); 28 void eip_poll(struct net_device *dev); 33 void NS8390_init(struct net_device *dev, int startp); 34 int ei_open(struct net_device *dev); 35 int ei_close(struct net_device *dev); 37 void ei_tx_timeout(struct net_device *dev, unsigned int txqueue); 38 netdev_tx_t ei_start_xmit(struct sk_buff *skb, struct net_device *dev); 39 void ei_set_multicast_list(struct net_device *dev); 40 struct net_device_stats *ei_get_stats(struct net_device *dev); 44 struct net_device *__alloc_ei_netdev(int size); [all …]
|
/Linux-v6.1/net/mac802154/ |
D | ieee802154_i.h | 83 struct net_device *dev; 106 IEEE802154_DEV_TO_SUB_IF(const struct net_device *dev) in IEEE802154_DEV_TO_SUB_IF() 128 ieee802154_monitor_start_xmit(struct sk_buff *skb, struct net_device *dev); 130 ieee802154_subif_start_xmit(struct sk_buff *skb, struct net_device *dev); 134 void mac802154_dev_set_page_channel(struct net_device *dev, u8 page, u8 chan); 136 int mac802154_get_params(struct net_device *dev, 138 int mac802154_set_params(struct net_device *dev, 142 int mac802154_add_key(struct net_device *dev, 145 int mac802154_del_key(struct net_device *dev, 148 int mac802154_add_dev(struct net_device *dev, [all …]
|