Searched refs:nds (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/block/aoe/ |
H A D | aoeblk.c | 61 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local 66 memset(nds, 0, sizeof nds); in aoedisk_show_netif() 67 nd = nds; in aoedisk_show_netif() 68 ne = nd + ARRAY_SIZE(nds); in aoedisk_show_netif() 75 for (nnd = nds; nnd < nd; nnd++) in aoedisk_show_netif() 84 nd = nds; in aoedisk_show_netif()
|
/linux/fs/dlm/ |
H A D | config.c | 277 struct dlm_nodes *nds; member 475 struct dlm_nodes *nds = NULL; in make_space() local 478 nds = kzalloc(sizeof(struct dlm_nodes), GFP_NOFS); in make_space() 480 if (!sp || !nds) in make_space() 485 config_group_init_type_name(&nds->ns_group, "nodes", &nodes_type); in make_space() 486 configfs_add_default_group(&nds->ns_group, &sp->group); in make_space() 491 sp->nds = nds; in make_space() 496 kfree(nds); in make_space() 513 kfree(sp->nds); in release_space()
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_wqe.h | 109 __be32 nds; member
|
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.h | 485 __le32 nds; member
|
H A D | pm80xx_hwi.h | 720 __le32 nds; member
|
H A D | pm8001_hwi.c | 2861 u8 nds = le32_to_cpu(pPayload->pds_nds) & NDS_BITS; in pm8001_mpi_set_dev_state_resp() local 2865 device_id, pds, nds, status); in pm8001_mpi_set_dev_state_resp() 4715 payload.nds = cpu_to_le32(state); in pm8001_chip_set_dev_state_req()
|
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1508 const void *nds = &ndc->eth_stats; in netvsc_get_ethtool_stats() local 1525 data[i] = *(unsigned long *)(nds + netvsc_stats[i].offset); in netvsc_get_ethtool_stats()
|