Searched refs:nds (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ixp2000/ |
D | ixpdev.c | 28 static struct net_device **nds; variable 107 if (unlikely(!netif_running(nds[desc->channel]))) in ixpdev_rx() 115 skb->protocol = eth_type_trans(skb, nds[desc->channel]); in ixpdev_rx() 176 ip = netdev_priv(nds[channel]); in ixpdev_tx_complete() 184 netif_wake_queue(nds[channel]); in ixpdev_tx_complete() 202 struct net_device *dev = nds[0]; in ixpdev_interrupt() 241 IRQF_SHARED, "ixp2000_eth", nds); in ixpdev_open() 267 free_irq(IRQ_IXP2000_THDA0, nds); in ixpdev_close() 311 nds = __nds; in ixpdev_init() 374 err = register_netdev(nds[i]); in ixpdev_init() [all …]
|
D | enp2611.c | 128 static struct net_device *nds[3]; variable 150 dev = nds[i]; in enp2611_check_link_status() 206 nds[i] = ixpdev_alloc(i, sizeof(struct enp2611_ixpdev_priv)); in enp2611_init_module() 207 if (nds[i] == NULL) { in enp2611_init_module() 209 free_netdev(nds[i]); in enp2611_init_module() 213 nds[i]->get_stats = enp2611_get_stats; in enp2611_init_module() 215 pm3386_get_mac(i, nds[i]->dev_addr); in enp2611_init_module() 220 if (ixpdev_init(ports, nds, enp2611_set_port_admin_status)) { in enp2611_init_module() 222 if (nds[i]) in enp2611_init_module() 223 free_netdev(nds[i]); in enp2611_init_module() [all …]
|
D | ixpdev.h | 24 int ixpdev_init(int num_ports, struct net_device **nds,
|
/drivers/block/aoe/ |
D | aoeblk.c | 47 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local 52 memset(nds, 0, sizeof nds); in aoedisk_show_netif() 53 nd = nds; in aoedisk_show_netif() 54 ne = nd + ARRAY_SIZE(nds); in aoedisk_show_netif() 61 for (nnd = nds; nnd < nd; nnd++) in aoedisk_show_netif() 70 nd = nds; in aoedisk_show_netif()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 109 __be32 nds; member
|
/drivers/net/wireless/ath9k/ |
D | ath9k.h | 1047 u32 pa, struct ath_desc *nds, u64 tsf);
|
D | mac.c | 799 u32 pa, struct ath_desc *nds, u64 tsf) in ath9k_hw_rxprocdesc() argument
|