Searched refs:prev_dev (Results 1 – 6 of 6) sorted by relevance
44 struct net_device *prev_dev; /* Chain of network devices */ member444 if (chan->prev_dev) { in peak_pciec_probe()445 struct sja1000_priv *prev_priv = netdev_priv(chan->prev_dev); in peak_pciec_probe()557 struct net_device *dev, *prev_dev; in peak_pci_probe() local651 chan->prev_dev = pci_get_drvdata(pdev); in peak_pci_probe()687 pci_set_drvdata(pdev, chan->prev_dev); in peak_pci_probe()695 for (dev = pci_get_drvdata(pdev); dev; dev = prev_dev) { in peak_pci_probe()698 prev_dev = chan->prev_dev; in peak_pci_probe()735 struct net_device *prev_dev = chan->prev_dev; in peak_pci_remove() local740 dev = prev_dev; in peak_pci_remove()
656 struct net_device *prev_dev = NULL; in ieee80211_tx_status() local884 if (prev_dev) { in ieee80211_tx_status()887 skb2->dev = prev_dev; in ieee80211_tx_status()892 prev_dev = sdata->dev; in ieee80211_tx_status()895 if (prev_dev) { in ieee80211_tx_status()896 skb->dev = prev_dev; in ieee80211_tx_status()
432 struct net_device *prev_dev = NULL; in ieee80211_rx_monitor() local523 if (prev_dev) { in ieee80211_rx_monitor()526 skb2->dev = prev_dev; in ieee80211_rx_monitor()531 prev_dev = sdata->dev; in ieee80211_rx_monitor()536 if (prev_dev) { in ieee80211_rx_monitor()537 skb->dev = prev_dev; in ieee80211_rx_monitor()3047 struct net_device *prev_dev = NULL; in ieee80211_rx_cooked_monitor() local3089 if (prev_dev) { in ieee80211_rx_cooked_monitor()3092 skb2->dev = prev_dev; in ieee80211_rx_cooked_monitor()3097 prev_dev = sdata->dev; in ieee80211_rx_cooked_monitor()[all …]
328 struct btrfs_device *prev_dev; in reada_find_extent() local413 prev_dev = NULL; in reada_find_extent()418 if (dev == prev_dev) { in reada_find_extent()445 prev_dev = dev; in reada_find_extent()
76 struct stv090x_dev *prev_dev = stv090x_first_dev; in remove_dev() local84 while (prev_dev->next_dev != del_dev) in remove_dev()85 prev_dev = prev_dev->next_dev; in remove_dev()87 prev_dev->next_dev = del_dev->next_dev; in remove_dev()
2337 struct cryptocop_private *prev_dev = NULL; in cryptocop_ioctl_close_session() local2350 prev_dev = dev; in cryptocop_ioctl_close_session()2354 if (prev_dev){ in cryptocop_ioctl_close_session()2355 prev_dev->next = dev->next; in cryptocop_ioctl_close_session()