Searched defs:hnd (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/include/asm/xen/ |
H A D | interface.h | 53 #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 set_xen_guest_handle(hnd,val) global() argument [all...] |
/linux/include/xen/arm/ |
H A D | interface.h | 24 #define set_xen_guest_handle(hnd, val) \ argument
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.h | 95 arp_failure_handler_func hnd) in set_arp_failure_handler() argument
|
/linux/drivers/net/can/usb/ |
H A D | esd_usb.c | 163 u32 hnd; /* opaque handle, not used by device */ member 176 u32 hnd; /* opaque handle, not used by device */ member
|
/linux/drivers/net/ethernet/alacritech/ |
H A D | slic.h | 469 __le32 hnd; member 486 __le32 hnd; member
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 2204 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() argument
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 4362 struct sge_fl *fl, rspq_handler_t hnd, in t4_sge_alloc_rxq() argument
|
/linux/kernel/trace/ |
H A D | ftrace.c | 3921 struct hlist_node *hnd = NULL; in t_probe_next() local [all...] |