Home
last modified time | relevance | path

Searched refs:netdev (Results 1 – 25 of 36) sorted by relevance

12

/linux-4.19.296/include/linux/can/
Dled.h30 void can_led_event(struct net_device *netdev, enum can_led_event event);
31 void devm_can_led_init(struct net_device *netdev);
37 static inline void can_led_event(struct net_device *netdev, in can_led_event() argument
41 static inline void devm_can_led_init(struct net_device *netdev) in devm_can_led_init() argument
/linux-4.19.296/drivers/isdn/i4l/
Disdn_net.h138 spin_lock_irqsave(&master_lp->netdev->queue_lock, flags); in isdn_net_rm_from_bundle()
141 if (master_lp->netdev->queue == lp) { in isdn_net_rm_from_bundle()
142 master_lp->netdev->queue = lp->next; in isdn_net_rm_from_bundle()
144 master_lp->netdev->queue = master_lp->netdev->local; in isdn_net_rm_from_bundle()
150 spin_unlock_irqrestore(&master_lp->netdev->queue_lock, flags); in isdn_net_rm_from_bundle()
Disdn_net.c94 netif_wake_queue(lp->netdev->dev); in isdn_net_device_wake_queue()
106 netif_stop_queue(lp->netdev->dev); in isdn_net_device_stop_queue()
124 nd = ISDN_MASTER_PRIV(lp)->netdev; in isdn_net_device_busy()
126 nd = lp->netdev; in isdn_net_device_busy()
220 ((isdn_net_local *)netdev_priv(dev))->netdev->cprot; in isdn_net_reset()
275 dev->rx_netdev[idx] = lp->netdev; in isdn_net_bind_channel()
276 dev->st_netdev[idx] = lp->netdev; in isdn_net_bind_channel()
292 qdisc_reset_all_tx(lp->netdev->dev); in isdn_net_unbind_channel()
323 isdn_net_dev *p = dev->netdev; in isdn_net_autohup()
402 struct concap_proto *cprot = lp->netdev->cprot; in isdn_net_stat_callback()
[all …]
Disdn_ppp.c119 spin_lock(&lp->netdev->pb->lock); in isdn_ppp_free()
123 if (lp->netdev->pb->ref_ct == 1) /* last link in queue? */ in isdn_ppp_free()
126 lp->netdev->pb->ref_ct--; in isdn_ppp_free()
127 spin_unlock(&lp->netdev->pb->lock); in isdn_ppp_free()
164 isdn_net_dev *net_dev = dev->netdev; in isdn_ppp_bind()
195 unit = isdn_ppp_if_get_unit(lp->netdev->dev->name); in isdn_ppp_bind()
198 lp->netdev->dev->name); in isdn_ppp_bind()
360 isdn_net_dev *p = is->lp->netdev; in isdn_ppp_release()
515 if ((r = set_arg(argp, lp->netdev->dev->name, in isdn_ppp_ioctl()
516 strlen(lp->netdev->dev->name)))) in isdn_ppp_ioctl()
[all …]
Disdn_concap.c45 isdn_net_dev *nd = ((isdn_net_local *) netdev_priv(ndev))->netdev; in isdn_concap_dl_data_req()
/linux-4.19.296/drivers/s390/net/
Dnetiucv.c186 struct net_device *netdev; member
617 struct net_device *dev = conn->netdev; in netiucv_unpack_skb()
674 struct netiucv_priv *privptr = netdev_priv(conn->netdev); in conn_action_rx()
679 if (!conn->netdev) { in conn_action_rx()
723 if (!conn || !conn->netdev) { in conn_action_txdone()
728 privptr = netdev_priv(conn->netdev); in conn_action_txdone()
800 struct net_device *netdev = conn->netdev; in conn_action_connaccept() local
801 struct netiucv_priv *privptr = netdev_priv(netdev); in conn_action_connaccept()
815 netdev->tx_queue_len = conn->path->msglim; in conn_action_connaccept()
816 fsm_event(privptr->fsm, DEV_EVENT_CONUP, netdev); in conn_action_connaccept()
[all …]
Dctcm_fsms.c249 struct net_device *dev = ch->netdev; in chx_txdone()
338 struct net_device *dev = ch->netdev; in ctcm_chx_txidle()
345 fsm_event(priv->fsm, DEV_EVENT_TXUP, ch->netdev); in ctcm_chx_txidle()
359 struct net_device *dev = ch->netdev; in chx_rx()
460 struct net_device *dev = ch->netdev; in chx_firstio()
497 struct net_device *dev = ch->netdev; in chx_firstio()
515 struct net_device *dev = ch->netdev; in chx_rxidle()
701 struct net_device *dev = ch->netdev; in ctcm_chx_cleanup()
786 struct net_device *dev = ch->netdev; in ctcm_chx_setuperr()
835 struct net_device *dev = ch->netdev; in ctcm_chx_restart()
[all …]
Dctcm_sysfs.c43 priv->channel[CTCM_READ]->netdev)) { in ctcm_buffer_write()
47 ndev = priv->channel[CTCM_READ]->netdev; in ctcm_buffer_write()
109 priv->channel[CTCM_WRITE]->netdev->name, sbuf); in ctcm_print_statistics()
Dctcm_main.c77 struct net_device *dev = ch->netdev; in ctcm_unpack_skb()
523 ctcm_clear_busy(ch->netdev); in ctcm_transmit_skb()
548 ctcm_clear_busy(ch->netdev); in ctcm_transmit_skb()
588 struct net_device *dev = ch->netdev; in ctcm_transmit_skb()
594 ctcm_clear_busy(ch->netdev); in ctcm_transmit_skb()
600 struct net_device *dev = rch->netdev; in ctcmpc_send_sweep_req()
667 struct net_device *dev = ch->netdev; in ctcmpc_transmit_skb()
1238 dev = ch->netdev; in ctcm_irq_handler()
1594 priv->channel[direction]->netdev = dev; in ctcm_new_device()
1652 dev = priv->channel[CTCM_READ]->netdev; in ctcm_shutdown_device()
[all …]
Dctcm_mpc.c609 struct net_device *dev = rch->netdev; in mpc_rcvd_sweep_resp()
638 struct net_device *dev = rch->netdev; in ctcmpc_send_sweep_resp()
694 struct net_device *dev = rch->netdev; in mpc_rcvd_sweep_req()
928 struct net_device *dev = ch->netdev; in mpc_channel_action()
1040 struct net_device *dev = ch->netdev; in ctcmpc_unpack_skb()
1237 struct net_device *dev = ch->netdev; in ctcmpc_bh()
1493 dev = ch->netdev; in mpc_action_discontact()
1542 struct net_device *dev = ch->netdev; in mpc_validate_xid()
1839 struct net_device *dev = ch->netdev; in mpc_action_doxid0()
1951 struct net_device *dev = ch->netdev; in mpc_action_rcvd_xid0()
[all …]
Dctcm_main.h195 struct net_device *netdev; /* corresponding net_device */ member
Dqeth_l3_main.c1152 struct net_device *netdev; in qeth_l3_add_vlan_mc() local
1154 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc()
1156 if (netdev == NULL || in qeth_l3_add_vlan_mc()
1157 !(netdev->flags & IFF_UP)) in qeth_l3_add_vlan_mc()
1159 in_dev = __in_dev_get_rcu(netdev); in qeth_l3_add_vlan_mc()
1236 struct net_device *netdev; in qeth_l3_add_vlan_mc6() local
1238 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc6()
1240 if (netdev == NULL || in qeth_l3_add_vlan_mc6()
1241 !(netdev->flags & IFF_UP)) in qeth_l3_add_vlan_mc6()
1243 in_dev = in6_dev_get(netdev); in qeth_l3_add_vlan_mc6()
/linux-4.19.296/include/net/
Dswitchdev.h189 #define SWITCHDEV_SET_OPS(netdev, ops) ((netdev)->switchdev_ops = (ops)) argument
243 #define SWITCHDEV_SET_OPS(netdev, ops) do {} while (0) argument
Dcfg80211.h3153 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
3156 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
3160 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
3163 struct net_device *netdev,
3166 struct net_device *netdev,
3287 int (*dump_survey)(struct wiphy *wiphy, struct net_device *netdev,
3290 int (*set_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
3292 int (*del_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
3294 int (*flush_pmksa)(struct wiphy *wiphy, struct net_device *netdev);
4326 struct net_device *netdev; member
[all …]
Ddsa.h61 struct device *netdev[DSA_MAX_PORTS]; member
95 struct device *netdev; member
Ddevlink.h486 struct net_device *netdev);
602 struct net_device *netdev) in devlink_port_type_eth_set() argument
/linux-4.19.296/include/scsi/
Dlibfcoe.h270 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
272 struct net_device *netdev);
401 struct net_device *netdev; member
/linux-4.19.296/include/linux/platform_data/
Dmv88e6xxx.h14 struct net_device *netdev; member
/linux-4.19.296/include/net/phonet/
Dpn_dev.h35 struct net_device *netdev; member
/linux-4.19.296/include/linux/
Dbpf.h105 struct net_device *netdev; member
266 struct net_device *netdev; member
687 struct net_device *netdev);
689 struct net_device *netdev);
690 bool bpf_offload_dev_match(struct bpf_prog *prog, struct net_device *netdev);
Disdn.h215 struct isdn_net_dev_s *netdev; /* Ptr to netdev */ member
455 isdn_net_dev *netdev; /* Linked list of net-if's */ member
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_net.c1474 struct net_device *netdev; local
1490 netdev = dvbnet->device[if_num];
1492 priv_data = netdev_priv(netdev);
1540 struct net_device *netdev; local
1556 netdev = dvbnet->device[if_num];
1558 priv_data = netdev_priv(netdev);
/linux-4.19.296/
DMAINTAINERS141 L: netdev@vger.kernel.org
148 L: netdev@vger.kernel.org
183 L: netdev@vger.kernel.org
196 L: netdev@vger.kernel.org
705 L: netdev@vger.kernel.org
724 L: netdev@vger.kernel.org
811 L: netdev@vger.kernel.org
1007 L: netdev@vger.kernel.org
1066 L: netdev@vger.kernel.org
2457 L: netdev@vger.kernel.org
[all …]
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c226 struct net_device *netdev; member
1096 netif_carrier_on(info->netdev); in dcd_change()
1098 netif_carrier_off(info->netdev); in dcd_change()
3667 info->netdev->stats.rx_errors++; in rx_get_frame()
3668 info->netdev->stats.rx_frame_errors++; in rx_get_frame()
4199 if (netif_queue_stopped(info->netdev)) in hdlcdev_tx_done()
4200 netif_wake_queue(info->netdev); in hdlcdev_tx_done()
4214 struct net_device *dev = info->netdev; in hdlcdev_rx()
4287 info->netdev = dev; in hdlcdev_init()
4299 unregister_hdlc_device(info->netdev); in hdlcdev_exit()
[all …]
/linux-4.19.296/drivers/message/fusion/
Dmptlan.c170 struct net_device *dev = ioc->netdev; in lan_reply()
302 struct net_device *dev = ioc->netdev; in mpt_lan_ioc_reset()
1420 ioc->netdev = dev; in mptlan_probe()
1432 struct net_device *dev = ioc->netdev; in mptlan_remove()

12