Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 25 of 66) sorted by relevance

123

/linux-6.3-rc2/net/ieee802154/6lowpan/
A Drx.c54 static inline bool lowpan_is_frag1(u8 dispatch) in lowpan_is_frag1() argument
59 static inline bool lowpan_is_fragn(u8 dispatch) in lowpan_is_fragn() argument
122 static inline bool lowpan_is_esc(u8 dispatch) in lowpan_is_esc() argument
124 return dispatch == LOWPAN_DISPATCH_ESC; in lowpan_is_esc()
140 return dispatch == LOWPAN_DISPATCH_HC1; in lowpan_is_hc1()
156 return dispatch == LOWPAN_DISPATCH_DFF; in lowpan_is_dff()
172 return dispatch == LOWPAN_DISPATCH_BC0; in lowpan_is_bc0()
240 return ((dispatch >= 0x44 && dispatch <= 0x4F) || in lowpan_is_reserved()
241 (dispatch >= 0x51 && dispatch <= 0x5F) || in lowpan_is_reserved()
242 (dispatch >= 0xc8 && dispatch <= 0xdf) || in lowpan_is_reserved()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/
A Docteon_device.c1016 oct->dispatch.count = 0; in octeon_init_dispatch_list()
1043 dispatch = &oct->dispatch.dlist[i].list; in octeon_delete_dispatch_list()
1044 while (dispatch->next != dispatch) { in octeon_delete_dispatch_list()
1045 temp = dispatch->next; in octeon_delete_dispatch_list()
1052 oct->dispatch.count = 0; in octeon_delete_dispatch_list()
1088 list_for_each(dispatch, in octeon_get_dispatch()
1138 oct->dispatch.count++; in octeon_register_dispatch_fn()
1154 dispatch = kmalloc(sizeof(*dispatch), GFP_KERNEL); in octeon_register_dispatch_fn()
1155 if (!dispatch) in octeon_register_dispatch_fn()
1166 list_add(&dispatch->list, &oct->dispatch.dlist[idx].list); in octeon_register_dispatch_fn()
[all …]
A Docteon_droq.c59 struct list_head *dispatch; in octeon_get_dispatch_arg() local
65 spin_lock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg()
67 if (octeon_dev->dispatch.count == 0) { in octeon_get_dispatch_arg()
68 spin_unlock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg()
72 if (octeon_dev->dispatch.dlist[idx].opcode == combined_opcode) { in octeon_get_dispatch_arg()
73 fn_arg = octeon_dev->dispatch.dlist[idx].arg; in octeon_get_dispatch_arg()
75 list_for_each(dispatch, in octeon_get_dispatch_arg()
76 &octeon_dev->dispatch.dlist[idx].list) { in octeon_get_dispatch_arg()
77 if (((struct octeon_dispatch *)dispatch)->opcode == in octeon_get_dispatch_arg()
80 dispatch)->arg; in octeon_get_dispatch_arg()
[all …]
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_fw1.h62 u32 dispatch [ 28]; member
417 PADDR_A (dispatch),
434 PADDR_A (dispatch),
443 PADDR_A (dispatch),
464 PADDR_A (dispatch),
483 PADDR_A (dispatch),
499 PADDR_A (dispatch),
524 PADDR_A (dispatch),
543 PADDR_A (dispatch),
557 PADDR_A (dispatch),
[all …]
A Dsym_fw2.h63 u32 dispatch [ 28]; member
402 PADDR_A (dispatch),
419 PADDR_A (dispatch),
428 PADDR_A (dispatch),
449 PADDR_A (dispatch),
467 PADDR_A (dispatch),
483 PADDR_A (dispatch),
508 PADDR_A (dispatch),
526 PADDR_A (dispatch),
540 PADDR_A (dispatch),
[all …]
A Dsym_fw.h37 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
/linux-6.3-rc2/include/net/
A D6lowpan.h88 static inline bool lowpan_is_ipv6(u8 dispatch) in lowpan_is_ipv6() argument
90 return dispatch == LOWPAN_DISPATCH_IPV6; in lowpan_is_ipv6()
93 static inline bool lowpan_is_iphc(u8 dispatch) in lowpan_is_iphc() argument
95 return (dispatch & LOWPAN_DISPATCH_IPHC_MASK) == LOWPAN_DISPATCH_IPHC; in lowpan_is_iphc()
/linux-6.3-rc2/drivers/acpi/acpica/
A Devgpeutil.c300 ACPI_FREE(gpe_event_info->dispatch.handler); in acpi_ev_delete_gpe_handlers()
301 gpe_event_info->dispatch.handler = NULL; in acpi_ev_delete_gpe_handlers()
309 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_delete_gpe_handlers()
316 gpe_event_info->dispatch.notify_list = NULL; in acpi_ev_delete_gpe_handlers()
A Devgpe.c479 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_asynch_execute_gpe_method()
503 gpe_event_info->dispatch.method_node; in acpi_ev_asynch_execute_gpe_method()
514 dispatch. in acpi_ev_asynch_execute_gpe_method()
703 gpe_handler_info = gpe_event_info->dispatch.handler; in acpi_ev_detect_gpe()
804 gpe_event_info->dispatch.handler->address(gpe_device, in acpi_ev_gpe_dispatch()
807 dispatch.handler-> in acpi_ev_gpe_dispatch()
A Devxface.c770 handler->method_node = gpe_event_info->dispatch.method_node; in ACPI_EXPORT_SYMBOL()
798 gpe_event_info->dispatch.handler = handler; in ACPI_EXPORT_SYMBOL()
948 if (gpe_event_info->dispatch.handler->address != address) { in ACPI_EXPORT_SYMBOL()
955 handler = gpe_event_info->dispatch.handler; in ACPI_EXPORT_SYMBOL()
956 gpe_event_info->dispatch.handler = NULL; in ACPI_EXPORT_SYMBOL()
960 gpe_event_info->dispatch.method_node = handler->method_node; in ACPI_EXPORT_SYMBOL()
A Devxfgpe.c442 notify = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL()
454 new_notify->next = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL()
455 gpe_event_info->dispatch.notify_list = new_notify; in ACPI_EXPORT_SYMBOL()
A Devgpeinit.c415 gpe_event_info->dispatch.method_node = method_node; in acpi_ev_match_gpe_method()
/linux-6.3-rc2/block/
A Dblk-mq-sched.c69 goto dispatch; in blk_mq_dispatch_hctx_list()
75 dispatch: in blk_mq_dispatch_hctx_list()
111 if (!list_empty_careful(&hctx->dispatch)) { in __blk_mq_do_dispatch_sched()
228 if (!list_empty_careful(&hctx->dispatch)) { in blk_mq_do_dispatch_ctx()
283 if (!list_empty_careful(&hctx->dispatch)) { in __blk_mq_sched_dispatch_requests()
285 if (!list_empty(&hctx->dispatch)) in __blk_mq_sched_dispatch_requests()
286 list_splice_init(&hctx->dispatch, &rq_list); in __blk_mq_sched_dispatch_requests()
A Dmq-deadline.c76 struct list_head dispatch; member
434 if (!list_empty(&per_prio->dispatch)) { in __dd_dispatch_request()
435 rq = list_first_entry(&per_prio->dispatch, struct request, in __dd_dispatch_request()
687 INIT_LIST_HEAD(&per_prio->dispatch); in dd_init_sched()
805 list_add(&rq->queuelist, &per_prio->dispatch); in dd_insert_request()
910 return !list_empty_careful(&per_prio->dispatch) || in dd_has_work_for_prio()
1136 return seq_list_start(&per_prio->dispatch, *pos); \
1146 return seq_list_next(v, &per_prio->dispatch, pos); \
/linux-6.3-rc2/Documentation/powerpc/
A Dvcpudispatch_stats.rst9 chips (representing the "home" node) and tries to always dispatch vcpus
15 related to the vcpu dispatch behavior. Writing '1' to this file enables
29 The next 4 numbers represent vcpu dispatch dispersions:
71 its last dispatch.
/linux-6.3-rc2/Documentation/block/
A Dblk-mq.rst49 blk-mq has two group of queues: software staging queues and hardware dispatch
102 Hardware dispatch queues
110 dispatch to the hardware.
113 added to a linked list (``hctx->dispatch``) of requests. Then,
115 ``dispatch`` list first, to ensure a fairness dispatch with those
132 identified by an integer, ranging from 0 to the dispatch queue size. This tag
A Ddeadline-iosched.rst50 device dispatch queue, we always give a preference to reads. However, we
53 done writes_starved number of times, we dispatch some writes based on the
/linux-6.3-rc2/arch/xtensa/kernel/
A Dvectors.S74 xsr a3, excsave1 # save a3 and get dispatch table
82 xsr a3, excsave1 # restore a3 and dispatch table
101 xsr a3, excsave1 # save a3, and get dispatch table
109 xsr a3, excsave1 # restore a3 and dispatch table
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
A Dcom.fuc174 call #dispatch
284 dispatch:
293 // lookup method in the dispatch table, ILLEGAL_MTHD if not found
321 // depending on dispatch flags: execute method, or save data as state
364 // $r4: dispatch table entry
379 // $r4: dispatch table entry
399 // $r4: dispatch table entry
777 // $r4: dispatch table entry
851 // $r4: dispatch table entry
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_padding.c203 union {} dispatch; member
/linux-6.3-rc2/drivers/scsi/
A Dncr53c8xx.c2144 PADDR (dispatch),
2210 PADDR (dispatch),
2219 PADDR (dispatch),
2247 PADDR (dispatch),
2266 PADDR (dispatch),
2454 PADDR (dispatch),
2523 PADDR (dispatch),
2699 PADDR (dispatch),
2720 PADDR (dispatch),
2879 PADDR (dispatch),
[all …]
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Ddm-queue-length.rst13 <repeat_count>: The number of I/Os to dispatch using the selected
/linux-6.3-rc2/arch/sh/kernel/cpu/sh3/
A Dentry.S481 * path and special case the event dispatch instead. This is the
483 * exception), which effectively wants regular exception dispatch
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/mediatek/
A Dmediatek,mt7622-wed.yaml14 The mediatek wireless ethernet dispatch controller can be configured to
/linux-6.3-rc2/drivers/scsi/mvsas/
A Dmv_sas.h170 const struct mvs_dispatch *dispatch; member
176 #define MVS_CHIP_DISP (mvi->chip->dispatch)

Completed in 64 milliseconds

123