Searched defs:nds (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/xscale/ixp2000/
H A Denp2611.c122 static struct net_device *nds[3]; variable in typeref:struct:net_device
135 dev = nds[i];
191 nds[i] = ixpdev_alloc(i, sizeof(struct ixpdev_priv));
192 if (nds[i] == NULL) {
194 free_netdev(nds[i]);
199 pm3386_get_mac(i, nds[i]->dev_addr);
204 if (ixpdev_init(ports, nds, enp2611_set_port_admin_status)) {
206 if (nds[i])
207 free_netdev(nds[i]);
227 free_netdev(nds[
[all...]
H A Dixpdev.c31 static struct net_device **nds; variable in typeref:struct:net_device
109 if (unlikely(!netif_running(nds[desc->channel])))
116 skb->protocol = eth_type_trans(skb, nds[desc->channel]);
129 /* dev always points to nds[0]. */
177 ip = netdev_priv(nds[channel]);
185 netif_wake_queue(nds[channel]);
203 struct net_device *dev = nds[0];
242 IRQF_SHARED, "ixp2000_eth", nds);
268 free_irq(IRQ_IXP2000_THDA0, nds);
329 nds
[all...]
/drivers/block/aoe/
H A Daoeblk.c53 struct net_device *nds[8], **nd, **nnd, **ne; local
58 memset(nds, 0, sizeof nds);
59 nd = nds;
60 ne = nd + ARRAY_SIZE(nds);
67 for (nnd = nds; nnd < nd; nnd++)
76 nd = nds;
/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h109 __be32 nds; member in struct:mthca_mlx_seg
/drivers/scsi/pm8001/
H A Dpm8001_hwi.c2839 u8 nds = le32_to_cpu(pPayload->pds_nds) | NDS_BITS; local
2842 device_id, pds, nds, status));
4653 payload.nds = cpu_to_le32(state);
H A Dpm8001_hwi.h488 __le32 nds; member in struct:set_dev_state_req

Completed in 163 milliseconds