Searched refs:hnd (Results 1 – 11 of 11) sorted by relevance
/linux/arch/x86/include/asm/xen/ |
A D | interface.h | 53 #define set_xen_guest_handle(hnd, val) \ argument 55 if (sizeof(hnd) == 8) \ 56 *(uint64_t *)&(hnd) = 0; \ 57 (hnd).p = val; \ 60 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0) argument 64 #define set_xen_guest_handle(hnd, val) \ argument 66 if (sizeof(hnd) == 8) \ 67 *(uint64_t *)&(hnd) = 0; \ 68 (hnd) = val; \ 71 #define set_xen_guest_handle(hnd, val) do { (hnd) = val; } while (0) argument
|
/linux/include/xen/arm/ |
A D | interface.h | 24 #define set_xen_guest_handle(hnd, val) \ argument 26 if (sizeof(hnd) == 8) \ 27 *(uint64_t *)&(hnd) = 0; \ 28 (hnd).p = val; \
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | l2t.h | 95 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/drivers/net/ethernet/alacritech/ |
A D | slic.h | 471 __le32 hnd; member 488 __le32 hnd; member
|
A D | slicoss.c | 92 idx = (le32_to_cpu(stat->hnd) & 0xffff) - 1; in slic_next_compl_idx() 94 stat->hnd = 0; in slic_next_compl_idx() 872 desc->hnd = cpu_to_le32((u32)(i + 1)); in slic_init_tx_queue()
|
/linux/drivers/net/can/usb/ |
A D | esd_usb2.c | 130 u32 hnd; /* opaque handle, not used by device */ member 140 u32 hnd; /* opaque handle, not used by device */ member 357 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb2_tx_done_msg() 790 msg->msg.tx.hnd = 0x80000000 | i; /* returned in TX done message */ in esd_usb2_start_xmit()
|
/linux/drivers/acpi/ |
A D | pci_root.c | 290 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local 291 status = acpi_evaluate_integer(hnd, "_ADR", NULL, &adr); in acpi_get_pci_dev() 298 if (!pdev || hnd == handle) in acpi_get_pci_dev()
|
/linux/kernel/trace/ |
A D | ftrace.c | 3302 struct hlist_node *hnd = NULL; in t_probe_next() local 3322 hnd = &iter->probe_entry->hlist; in t_probe_next() 3350 hnd = NULL; in t_probe_next() 3354 if (!hnd) in t_probe_next() 3355 hnd = hhd->first; in t_probe_next() 3357 hnd = hnd->next; in t_probe_next() 3358 if (!hnd) { in t_probe_next() 3364 if (WARN_ON_ONCE(!hnd)) in t_probe_next() 3367 iter->probe_entry = hlist_entry(hnd, struct ftrace_func_entry, hlist); in t_probe_next()
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
A D | sge.c | 2207 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() argument 2356 rspq->handler = hnd; in t4vf_sge_alloc_rxq()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4.h | 1623 struct sge_fl *fl, rspq_handler_t hnd,
|
A D | sge.c | 4373 struct sge_fl *fl, rspq_handler_t hnd, in t4_sge_alloc_rxq() argument 4481 iq->handler = hnd; in t4_sge_alloc_rxq()
|
Completed in 54 milliseconds