Searched refs:nd (Results 26 - 50 of 139) sorted by path

123456

/linux-master/arch/x86/crypto/
H A Dsha256-avx2-asm.S94 INP = %rsi # 2nd arg
H A Dsha256-ssse3-asm.S92 INP = %rsi # 2nd arg
H A Dsha512-avx2-asm.S75 # 2nd arg
/linux-master/arch/x86/kernel/
H A Dftrace_32.S135 movl 21*4(%esp), %edx # 2nd argument: parent ip
/linux-master/arch/x86/mm/
H A Dnuma.c202 void *nd; local
215 nd = __va(nd_pa);
224 node_data[nid] = nd;
/linux-master/drivers/acpi/nfit/
H A Dcore.c17 #include <linux/nd.h>
H A Dmce.c9 #include <linux/nd.h>
/linux-master/drivers/base/
H A Darch_numa.c223 void *nd; local
234 nd = __va(nd_pa);
243 node_data[nid] = nd;
/linux-master/drivers/block/aoe/
H A Daoe.h133 struct net_device *nd; member in struct:aoeif
H A Daoeblk.c61 struct net_device *nds[8], **nd, **nnd, **ne; local
67 nd = nds;
68 ne = nd + ARRAY_SIZE(nds);
74 for (; ifp < e && ifp->nd; ifp++) {
75 for (nnd = nds; nnd < nd; nnd++)
76 if (*nnd == ifp->nd)
78 if (nnd == nd && nd != ne)
79 *nd++ = ifp->nd;
[all...]
H A Daoecmd.c132 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src);
162 if (ifp >= &t->ifs[NAOEIFS] || ifp->nd == NULL)
164 if (ifp->nd == NULL)
273 && t->ifp->nd) {
364 skb->dev = t->ifp->nd;
484 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src);
486 skb->dev = t->ifp->nd;
525 getif(struct aoetgt *t, struct net_device *nd) argument
532 if (p->nd == nd)
541 struct net_device *nd; local
1482 setifbcnt(struct aoetgt *t, struct net_device *nd, int bcnt) argument
[all...]
H A Daoedev.c505 if (!ifp->nd)
507 dev_put(ifp->nd);
/linux-master/drivers/clk/baikal-t1/
H A Dccu-div.c80 unsigned long nd; local
85 nd = ccu_div_lock_delay_ns(parent_rate, divider);
101 ndelay(nd);
/linux-master/drivers/clk/st/
H A Dclkgen-fsyn.c325 unsigned long nd = fs->ndiv + 16; /* ndiv value */ local
327 *rate = input * nd;
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c139 int nd = sg_nents_for_len(areq->dst, areq->cryptlen); local
229 nr_sgd = dma_map_sg(ce->dev, areq->dst, nd, DMA_FROM_DEVICE);
278 dma_unmap_sg(ce->dev, areq->dst, nd, DMA_FROM_DEVICE);
/linux-master/drivers/cxl/
H A Dpmem.c10 #include <linux/nd.h>
/linux-master/drivers/dax/pmem/
H A Dpmem.c7 #include <linux/nd.h>
/linux-master/drivers/fpga/
H A Dof-fpga-region.c276 * @nd: overlay notification data
287 struct of_overlay_notify_data *nd)
293 info = of_fpga_region_parse_ov(region, nd->overlay);
321 * @nd: overlay notification data
327 struct of_overlay_notify_data *nd)
349 struct of_overlay_notify_data *nd = arg; local
370 region = of_fpga_region_find(nd->target);
377 ret = of_fpga_region_notify_pre_apply(region, nd);
381 of_fpga_region_notify_post_remove(region, nd);
286 of_fpga_region_notify_pre_apply(struct fpga_region *region, struct of_overlay_notify_data *nd) argument
326 of_fpga_region_notify_post_remove(struct fpga_region *region, struct of_overlay_notify_data *nd) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c3291 struct intel_bios_encoder_data *devdata, *nd; local
3294 list_for_each_entry_safe(devdata, nd, &i915->display.vbt.display_devices, node) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c336 * @nd in the list. If @nd is NULL, all the components, except the SOURCE are
340 struct coresight_node *nd)
345 if (!nd)
346 nd = list_first_entry(path, struct coresight_node, link);
348 list_for_each_entry_continue(nd, path, link) {
349 csdev = nd->csdev;
376 parent = list_prev_entry(nd, link)->csdev;
377 child = list_next_entry(nd, link)->csdev;
419 struct coresight_node *nd; local
339 coresight_disable_path_from(struct list_head *path, struct coresight_node *nd) argument
718 struct coresight_node *nd, *next; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c544 struct opa_node_description *nd; local
546 if (am || smp_length_check(sizeof(*nd), max_len)) {
551 nd = (struct opa_node_description *)data;
553 memcpy(nd->data, ibdev->node_desc, sizeof(nd->data));
556 *resp_len += sizeof(*nd);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dcm.c528 struct rb_node *nd; local
560 nd = rb_first(sl_id_map);
561 while (nd) {
563 rb_entry(nd, struct id_map_entry, node);
564 nd = rb_next(nd);
/linux-master/drivers/mmc/host/
H A Dmmci.c1090 struct mmci_dmae_next *nd = &dmae->next_data; local
1096 return _mmci_dmae_prep_data(host, data, &nd->chan, &nd->desc);
/linux-master/drivers/net/ethernet/amd/
H A Dsunlance.c1400 struct device_node *nd; local
1405 nd = of_find_node_by_path("/options");
1406 if (!nd)
1409 prop = of_get_property(nd, "tpe-link-test?", NULL);
1421 of_node_put(nd);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1419 struct net_device *nd = adap->port[i].dev; local
1421 if (test_and_clear_bit(nd->if_port, &sge->stopped_tx_queues) &&
1422 netif_running(nd)) {
1424 netif_wake_queue(nd);

Completed in 412 milliseconds

123456