/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
H A D | interface.h | 53 #define set_xen_guest_handle(hnd, val) \ 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) 64 #define set_xen_guest_handle(hnd, val) \ 66 if (sizeof(hnd) == 8) \ 67 *(uint64_t *)&(hnd) = 0; \ 68 (hnd) [all...] |
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | interface.h | 53 #define set_xen_guest_handle(hnd, val) \ 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) 64 #define set_xen_guest_handle(hnd, val) \ 66 if (sizeof(hnd) == 8) \ 67 *(uint64_t *)&(hnd) = 0; \ 68 (hnd) [all...] |
/kernel/linux/linux-5.10/include/xen/arm/ |
H A D | interface.h | 24 #define set_xen_guest_handle(hnd, val) \ 26 if (sizeof(hnd) == 8) \ 27 *(uint64_t *)&(hnd) = 0; \ 28 (hnd).p = val; \
|
/kernel/linux/linux-6.6/include/xen/arm/ |
H A D | interface.h | 24 #define set_xen_guest_handle(hnd, val) \ 26 if (sizeof(hnd) == 8) \ 27 *(uint64_t *)&(hnd) = 0; \ 28 (hnd).p = val; \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.h | 95 arp_failure_handler_func hnd) in set_arp_failure_handler() 97 L2T_SKB_CB(skb)->arp_failure_handler = hnd; in set_arp_failure_handler() 94 set_arp_failure_handler(struct sk_buff *skb, arp_failure_handler_func hnd) set_arp_failure_handler() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.h | 95 arp_failure_handler_func hnd) in set_arp_failure_handler() 97 L2T_SKB_CB(skb)->arp_failure_handler = hnd; in set_arp_failure_handler() 94 set_arp_failure_handler(struct sk_buff *skb, arp_failure_handler_func hnd) set_arp_failure_handler() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/ |
H A D | slic.h | 471 __le32 hnd; member 488 __le32 hnd; member
|
H 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/ |
H A D | slic.h | 469 __le32 hnd; member 486 __le32 hnd; member
|
H 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()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pci_root.c | 306 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local 307 status = acpi_evaluate_integer(hnd, "_ADR", NULL, &adr); in acpi_get_pci_dev() 314 if (!pdev || hnd == handle) in acpi_get_pci_dev()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/ |
H 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 364 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb2_tx_done_msg() 796 /* hnd must not be 0 - MSB is stripped in txdone handling */ in esd_usb2_start_xmit() 797 msg->msg.tx.hnd = 0x80000000 | i; /* returned in TX done message */ in esd_usb2_start_xmit()
|
/kernel/linux/linux-6.6/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 462 context = &priv->tx_contexts[msg->txdone.hnd & (ESD_USB_MAX_TX_URBS - 1)]; in esd_usb_tx_done_msg() 895 /* hnd must not be 0 - MSB is stripped in txdone handling */ in esd_usb_start_xmit() 896 msg->tx.hnd = BIT(31) | i; /* returned in TX done message */ in esd_usb_start_xmit()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ftrace.c | 3289 struct hlist_node *hnd = NULL; in t_probe_next() local 3309 hnd = &iter->probe_entry->hlist; in t_probe_next() 3337 hnd = NULL; in t_probe_next() 3341 if (!hnd) in t_probe_next() 3342 hnd = hhd->first; in t_probe_next() 3344 hnd = hnd->next; in t_probe_next() 3345 if (!hnd) { in t_probe_next() 3351 if (WARN_ON_ONCE(!hnd)) in t_probe_next() 3354 iter->probe_entry = hlist_entry(hnd, struc in t_probe_next() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ftrace.c | 3361 struct hlist_node *hnd = NULL; in t_probe_next() local 3381 hnd = &iter->probe_entry->hlist; in t_probe_next() 3409 hnd = NULL; in t_probe_next() 3413 if (!hnd) in t_probe_next() 3414 hnd = hhd->first; in t_probe_next() 3416 hnd = hnd->next; in t_probe_next() 3417 if (!hnd) { in t_probe_next() 3423 if (WARN_ON_ONCE(!hnd)) in t_probe_next() 3426 iter->probe_entry = hlist_entry(hnd, struc in t_probe_next() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 2202 * @hnd: the interrupt handler to invoke for the rspq 2207 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() 2356 rspq->handler = hnd; in t4vf_sge_alloc_rxq() 2204 t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, bool iqasynch, struct net_device *dev, int intr_dest, struct sge_fl *fl, rspq_handler_t hnd) t4vf_sge_alloc_rxq() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 2199 * @hnd: the interrupt handler to invoke for the rspq 2204 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() 2353 rspq->handler = hnd; in t4vf_sge_alloc_rxq() 2201 t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, bool iqasynch, struct net_device *dev, int intr_dest, struct sge_fl *fl, rspq_handler_t hnd) t4vf_sge_alloc_rxq() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1625 struct sge_fl *fl, rspq_handler_t hnd,
|
H A D | sge.c | 4350 struct sge_fl *fl, rspq_handler_t hnd, in t4_sge_alloc_rxq() 4458 iq->handler = hnd; in t4_sge_alloc_rxq() 4348 t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, struct net_device *dev, int intr_idx, struct sge_fl *fl, rspq_handler_t hnd, rspq_flush_handler_t flush_hnd, int cong) t4_sge_alloc_rxq() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1621 struct sge_fl *fl, rspq_handler_t hnd,
|
H A D | sge.c | 4375 struct sge_fl *fl, rspq_handler_t hnd, in t4_sge_alloc_rxq() 4483 iq->handler = hnd; in t4_sge_alloc_rxq() 4373 t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, struct net_device *dev, int intr_idx, struct sge_fl *fl, rspq_handler_t hnd, rspq_flush_handler_t flush_hnd, int cong) t4_sge_alloc_rxq() argument
|