Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/xen/
Dinterface.h27 #define set_xen_guest_handle(hnd, val) \ argument
34 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0) argument
38 #define set_xen_guest_handle(hnd, val) \ argument
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
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.h95 arp_failure_handler_func hnd) in set_arp_failure_handler()
/linux-4.1.27/drivers/acpi/
Dpci_root.c323 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local
/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
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c361 struct hlist_node *hnd) in cfs_hash_dh_hnode_del()
416 struct hlist_node *hnd) in cfs_hash_dd_hnode_del()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2178 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2442 struct sge_fl *fl, rspq_handler_t hnd) in t4_sge_alloc_rxq()
/linux-4.1.27/kernel/trace/
Dftrace.c3007 struct hlist_node *hnd = NULL; in t_hash_next() local