Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/fs/dlm/
Dconfig.c234 struct dlm_nodes *nds; member
428 struct dlm_nodes *nds = NULL; in make_space() local
431 nds = kzalloc(sizeof(struct dlm_nodes), GFP_NOFS); in make_space()
433 if (!sp || !nds) in make_space()
438 config_group_init_type_name(&nds->ns_group, "nodes", &nodes_type); in make_space()
439 configfs_add_default_group(&nds->ns_group, &sp->group); in make_space()
444 sp->nds = nds; in make_space()
449 kfree(nds); in make_space()
466 kfree(sp->nds); in release_space()
/Linux-v5.10/drivers/infiniband/hw/mthca/
Dmthca_wqe.h109 __be32 nds; member
/Linux-v5.10/drivers/scsi/pm8001/
Dpm8001_hwi.h490 __le32 nds; member
Dpm80xx_hwi.h725 __le32 nds; member
Dpm8001_hwi.c3148 u8 nds = le32_to_cpu(pPayload->pds_nds) & NDS_BITS; in pm8001_mpi_set_dev_state_resp() local
3151 device_id, pds, nds, status)); in pm8001_mpi_set_dev_state_resp()
5135 payload.nds = cpu_to_le32(state); in pm8001_chip_set_dev_state_req()
/Linux-v5.10/drivers/net/hyperv/
Dnetvsc_drv.c1520 const void *nds = &ndc->eth_stats; in netvsc_get_ethtool_stats() local
1533 data[i] = *(unsigned long *)(nds + netvsc_stats[i].offset); in netvsc_get_ethtool_stats()