Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/include/xen/
Dxencomm.h75 #define xen_guest_handle(hnd) ((hnd).p) argument
/linux-3.4.99/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-3.4.99/arch/ia64/include/asm/xen/
Dinterface.h67 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0) argument
/linux-3.4.99/drivers/acpi/
Dpci_root.c348 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local
349 status = acpi_evaluate_integer(hnd, "_ADR", NULL, &adr); in acpi_get_pci_dev()
356 if (!pdev || hnd == handle) in acpi_get_pci_dev()
/linux-3.4.99/drivers/net/can/usb/
Desd_usb2.c140 __le32 hnd; member
150 __le32 hnd; member
366 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb2_tx_done_msg()
777 msg->msg.tx.hnd = 0x80000000 | i; /* returned in TX done message */ in esd_usb2_start_xmit()
/linux-3.4.99/kernel/trace/
Dftrace.c2340 struct hlist_node *hnd = NULL; in t_hash_next() local
2347 hnd = &iter->probe->node; in t_hash_next()
2356 hnd = NULL; in t_hash_next()
2360 if (!hnd) in t_hash_next()
2361 hnd = hhd->first; in t_hash_next()
2363 hnd = hnd->next; in t_hash_next()
2364 if (!hnd) { in t_hash_next()
2370 if (WARN_ON_ONCE(!hnd)) in t_hash_next()
2373 iter->probe = hlist_entry(hnd, struct ftrace_func_probe, node); in t_hash_next()
/linux-3.4.99/drivers/staging/crystalhd/
Dbc_dts_defs.h512 void *hnd; member
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h595 struct sge_fl *fl, rspq_handler_t hnd);
Dsge.c1977 struct sge_fl *fl, rspq_handler_t hnd) in t4_sge_alloc_rxq() argument
2042 iq->handler = hnd; in t4_sge_alloc_rxq()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2037 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() argument
2158 rspq->handler = hnd; in t4vf_sge_alloc_rxq()