Home
last modified time | relevance | path

Searched refs:nds (Results 1 – 6 of 6) sorted by relevance

/drivers/block/aoe/
Daoeblk.c63 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local
68 memset(nds, 0, sizeof nds); in aoedisk_show_netif()
69 nd = nds; in aoedisk_show_netif()
70 ne = nd + ARRAY_SIZE(nds); in aoedisk_show_netif()
77 for (nnd = nds; nnd < nd; nnd++) in aoedisk_show_netif()
86 nd = nds; in aoedisk_show_netif()
/drivers/infiniband/hw/mthca/
Dmthca_wqe.h109 __be32 nds; member
/drivers/scsi/pm8001/
Dpm8001_hwi.h490 __le32 nds; member
Dpm80xx_hwi.h725 __le32 nds; member
Dpm8001_hwi.c3068 u8 nds = le32_to_cpu(pPayload->pds_nds) & NDS_BITS; in pm8001_mpi_set_dev_state_resp() local
3070 device_id, pds, nds, status); in pm8001_mpi_set_dev_state_resp()
5012 payload.nds = cpu_to_le32(state); in pm8001_chip_set_dev_state_req()
/drivers/net/hyperv/
Dnetvsc_drv.c1544 const void *nds = &ndc->eth_stats; in netvsc_get_ethtool_stats() local
1557 data[i] = *(unsigned long *)(nds + netvsc_stats[i].offset); in netvsc_get_ethtool_stats()