Searched refs:hnd (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/xen/ |
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-4.4.14/arch/arm/include/asm/xen/ |
D | interface.h | 23 #define set_xen_guest_handle(hnd, val) \ argument 25 if (sizeof(hnd) == 8) \ 26 *(uint64_t *)&(hnd) = 0; \ 27 (hnd).p = val; \
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
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-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 367 struct hlist_node *hnd) in cfs_hash_dh_hnode_del() argument 373 if (hnd->next == NULL) { /* it's the tail */ in cfs_hash_dh_hnode_del() 374 dh->dh_tail = (hnd->pprev == &dh->dh_head.first) ? NULL : in cfs_hash_dh_hnode_del() 375 container_of(hnd->pprev, struct hlist_node, next); in cfs_hash_dh_hnode_del() 377 hlist_del_init(hnd); in cfs_hash_dh_hnode_del() 424 struct hlist_node *hnd) in cfs_hash_dd_hnode_del() argument 430 if (hnd->next == NULL) { /* it's the tail */ in cfs_hash_dd_hnode_del() 431 dh->dd_tail = (hnd->pprev == &dh->dd_head.first) ? NULL : in cfs_hash_dd_hnode_del() 432 container_of(hnd->pprev, struct hlist_node, next); in cfs_hash_dd_hnode_del() 434 hlist_del_init(hnd); in cfs_hash_dd_hnode_del()
|
/linux-4.4.14/drivers/acpi/ |
D | pci_root.c | 319 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local 320 status = acpi_evaluate_integer(hnd, "_ADR", NULL, &adr); in acpi_get_pci_dev() 327 if (!pdev || hnd == handle) in acpi_get_pci_dev()
|
/linux-4.4.14/drivers/net/can/usb/ |
D | esd_usb2.c | 142 u32 hnd; /* opaque handle, not used by device */ member 152 u32 hnd; /* opaque handle, not used by device */ member 366 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb2_tx_done_msg() 788 msg->msg.tx.hnd = 0x80000000 | i; /* returned in TX done message */ in esd_usb2_start_xmit()
|
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 3017 struct hlist_node *hnd = NULL; in t_hash_next() local 3024 hnd = &iter->probe->node; in t_hash_next() 3033 hnd = NULL; in t_hash_next() 3037 if (!hnd) in t_hash_next() 3038 hnd = hhd->first; in t_hash_next() 3040 hnd = hnd->next; in t_hash_next() 3041 if (!hnd) { in t_hash_next() 3047 if (WARN_ON_ONCE(!hnd)) in t_hash_next() 3050 iter->probe = hlist_entry(hnd, struct ftrace_func_probe, node); in t_hash_next()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 2201 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() argument 2335 rspq->handler = hnd; in t4vf_sge_alloc_rxq()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1106 struct sge_fl *fl, rspq_handler_t hnd, int cong);
|
D | sge.c | 2452 struct sge_fl *fl, rspq_handler_t hnd, int cong) in t4_sge_alloc_rxq() argument 2544 iq->handler = hnd; in t4_sge_alloc_rxq()
|