Home
last modified time | relevance | path

Searched defs:hnd (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/xen/
Dinterface.h53 #define set_xen_guest_handle(hnd, val) \ argument
60 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0) argument
64 #define set_xen_guest_handle(hnd, val) \ argument
71 #define set_xen_guest_handle(hnd, val) do { (hnd) = val; } while (0) argument
/linux-4.4.14/arch/arm/include/asm/xen/
Dinterface.h23 #define set_xen_guest_handle(hnd, val) \ argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.h95 arp_failure_handler_func hnd) in set_arp_failure_handler()
/linux-4.4.14/drivers/acpi/
Dpci_root.c319 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local
/linux-4.4.14/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
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c367 struct hlist_node *hnd) in cfs_hash_dh_hnode_del()
424 struct hlist_node *hnd) in cfs_hash_dd_hnode_del()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2201 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2452 struct sge_fl *fl, rspq_handler_t hnd, int cong) in t4_sge_alloc_rxq()
/linux-4.4.14/kernel/trace/
Dftrace.c3017 struct hlist_node *hnd = NULL; in t_hash_next() local