Home
last modified time | relevance | path

Searched refs:hnd (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/xen/
Dinterface.h27 #define set_xen_guest_handle(hnd, val) \ argument
29 if (sizeof(hnd) == 8) \
30 *(uint64_t *)&(hnd) = 0; \
31 (hnd).p = val; \
34 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0) argument
38 #define set_xen_guest_handle(hnd, val) \ argument
40 if (sizeof(hnd) == 8) \
41 *(uint64_t *)&(hnd) = 0; \
42 (hnd) = val; \
45 #define set_xen_guest_handle(hnd, val) do { (hnd) = val; } while (0) argument
/linux-4.1.27/arch/arm/include/asm/xen/
Dinterface.h23 #define set_xen_guest_handle(hnd, val) \ argument
25 if (sizeof(hnd) == 8) \
26 *(uint64_t *)&(hnd) = 0; \
27 (hnd).p = val; \
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.h95 arp_failure_handler_func hnd) in set_arp_failure_handler() argument
97 L2T_SKB_CB(skb)->arp_failure_handler = hnd; in set_arp_failure_handler()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c361 struct hlist_node *hnd) in cfs_hash_dh_hnode_del() argument
366 if (hnd->next == NULL) { /* it's the tail */ in cfs_hash_dh_hnode_del()
367 dh->dh_tail = (hnd->pprev == &dh->dh_head.first) ? NULL : in cfs_hash_dh_hnode_del()
368 container_of(hnd->pprev, struct hlist_node, next); in cfs_hash_dh_hnode_del()
370 hlist_del_init(hnd); in cfs_hash_dh_hnode_del()
416 struct hlist_node *hnd) in cfs_hash_dd_hnode_del() argument
421 if (hnd->next == NULL) { /* it's the tail */ in cfs_hash_dd_hnode_del()
422 dh->dd_tail = (hnd->pprev == &dh->dd_head.first) ? NULL : in cfs_hash_dd_hnode_del()
423 container_of(hnd->pprev, struct hlist_node, next); in cfs_hash_dd_hnode_del()
425 hlist_del_init(hnd); in cfs_hash_dd_hnode_del()
/linux-4.1.27/drivers/acpi/
Dpci_root.c323 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local
324 status = acpi_evaluate_integer(hnd, "_ADR", NULL, &adr); in acpi_get_pci_dev()
331 if (!pdev || hnd == handle) in acpi_get_pci_dev()
/linux-4.1.27/drivers/net/can/usb/
Desd_usb2.c142 u32 hnd; /* opaque handle, not used by device */ member
152 u32 hnd; /* opaque handle, not used by device */ member
369 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb2_tx_done_msg()
791 msg->msg.tx.hnd = 0x80000000 | i; /* returned in TX done message */ in esd_usb2_start_xmit()
/linux-4.1.27/kernel/trace/
Dftrace.c3007 struct hlist_node *hnd = NULL; in t_hash_next() local
3014 hnd = &iter->probe->node; in t_hash_next()
3023 hnd = NULL; in t_hash_next()
3027 if (!hnd) in t_hash_next()
3028 hnd = hhd->first; in t_hash_next()
3030 hnd = hnd->next; in t_hash_next()
3031 if (!hnd) { in t_hash_next()
3037 if (WARN_ON_ONCE(!hnd)) in t_hash_next()
3040 iter->probe = hlist_entry(hnd, struct ftrace_func_probe, node); in t_hash_next()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2178 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() argument
2304 rspq->handler = hnd; in t4vf_sge_alloc_rxq()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1058 struct sge_fl *fl, rspq_handler_t hnd);
Dsge.c2442 struct sge_fl *fl, rspq_handler_t hnd) in t4_sge_alloc_rxq() argument
2512 iq->handler = hnd; in t4_sge_alloc_rxq()