Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/fs/dlm/
Dconfig.c532 struct dlm_nodes *nds = NULL; in make_space() local
537 nds = kzalloc(sizeof(struct dlm_nodes), GFP_NOFS); in make_space()
539 if (!sp || !gps || !nds) in make_space()
543 config_group_init_type_name(&nds->ns_group, "nodes", &nodes_type); in make_space()
546 sp->group.default_groups[0] = &nds->ns_group; in make_space()
557 kfree(nds); in make_space()
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_wqe.h109 __be32 nds; member
/linux-4.1.27/drivers/scsi/pm8001/
Dpm8001_hwi.h494 __le32 nds; member
Dpm80xx_hwi.h621 __le32 nds; member
Dpm8001_hwi.c3103 u8 nds = le32_to_cpu(pPayload->pds_nds) & NDS_BITS; in pm8001_mpi_set_dev_state_resp() local
3106 device_id, pds, nds, status)); in pm8001_mpi_set_dev_state_resp()
5065 payload.nds = cpu_to_le32(state); in pm8001_chip_set_dev_state_req()