Home
last modified time | relevance | path

Searched refs:entry (Results 1926 - 1950 of 7787) sorted by relevance

1...<<71727374757677787980>>...312

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_merge_function_returns.cpp127 // Collect the ids available after the entry block of the function. in Apply()
131 // If the entry block does not branch unconditionally to another block, in Apply()
133 if (function->entry()->terminator()->opcode() != SpvOpBranch) { in Apply()
134 SplitBlockAfterOpPhiOrOpVariable(function->entry()->id()); in Apply()
244 // Consider all the instructions in the entry block. in GetTypesToIdsAvailableAfterEntryBlock()
245 for (auto& inst : *function->entry()) { in GetTypesToIdsAvailableAfterEntryBlock()
266 // Add a new entry. in GetMergeBlocksOfLoopsContainingBlocks()
296 protobufs::UInt32Pair entry; in GetInfoNeededForMergeBlocks()
297 entry.set_first(phi_inst->result_id()); in GetInfoNeededForMergeBlocks()
303 entry in GetInfoNeededForMergeBlocks()
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_merge_function_returns.cpp127 // Collect the ids available after the entry block of the function. in Apply()
131 // If the entry block does not branch unconditionally to another block, in Apply()
133 if (function->entry()->terminator()->opcode() != spv::Op::OpBranch) { in Apply()
134 SplitBlockAfterOpPhiOrOpVariable(function->entry()->id()); in Apply()
244 // Consider all the instructions in the entry block. in GetTypesToIdsAvailableAfterEntryBlock()
245 for (auto& inst : *function->entry()) { in GetTypesToIdsAvailableAfterEntryBlock()
266 // Add a new entry. in GetMergeBlocksOfLoopsContainingBlocks()
296 protobufs::UInt32Pair entry; in GetInfoNeededForMergeBlocks()
297 entry.set_first(phi_inst->result_id()); in GetInfoNeededForMergeBlocks()
303 entry in GetInfoNeededForMergeBlocks()
[all...]
/third_party/spirv-tools/test/opt/
H A Dspread_volatile_semantics_test.cpp265 %entry = OpLabel in TEST_F()
598 "ERROR: 0: Variable is a target for Volatile semantics for an entry " in TEST_F()
599 "point, but it is not for another entry point"; in TEST_F()
691 "ERROR: 0: Variable is a target for Volatile semantics for an entry " in TEST_F()
692 "point, but it is not for another entry point"; in TEST_F()
1148 OpName %bb_entry "bb.entry" in TEST_F()
1150 OpName %bb_entry_0 "bb.entry" in TEST_F()
1152 OpName %bb_entry_1 "bb.entry" in TEST_F()
1155 OpName %bb_entry_2 "bb.entry" in TEST_F()
1158 OpName %bb_entry_3 "bb.entry" in TEST_F()
[all...]
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_clp.c386 struct clp_fh_list_entry *entry) in clp_find_pci()
399 *entry = fh_list[i]; in clp_find_pci()
408 static void __clp_add(struct clp_fh_list_entry *entry, void *data) in __clp_add() argument
412 if (!entry->vendor_id) in __clp_add()
415 zdev = get_zdev_by_fid(entry->fid); in __clp_add()
420 zpci_create_device(entry->fid, entry->fh, entry->config_state); in __clp_add()
444 struct clp_fh_list_entry entry; in clp_refresh_fh() local
451 rc = clp_find_pci(rrb, fid, &entry); in clp_refresh_fh()
385 clp_find_pci(struct clp_req_rsp_list_pci *rrb, u32 fid, struct clp_fh_list_entry *entry) clp_find_pci() argument
462 struct clp_fh_list_entry entry; clp_get_state() local
[all...]
/kernel/linux/linux-5.10/drivers/media/cec/core/
H A Dcec-api.c250 struct cec_msg_entry *entry = in cec_receive_msg() local
254 list_del(&entry->list); in cec_receive_msg()
255 *msg = entry->msg; in cec_receive_msg()
256 kfree(entry); in cec_receive_msg()
329 struct cec_event_entry *entry = in cec_dqevent() local
333 if (entry && entry->ev.ts <= ts) { in cec_dqevent()
334 ev = entry; in cec_dqevent()
676 struct cec_msg_entry *entry = in cec_release() local
679 list_del(&entry in cec_release()
684 struct cec_event_entry *entry = cec_release() local
[all...]
/kernel/linux/linux-6.6/drivers/media/cec/core/
H A Dcec-api.c250 struct cec_msg_entry *entry = in cec_receive_msg() local
254 list_del(&entry->list); in cec_receive_msg()
255 *msg = entry->msg; in cec_receive_msg()
256 kfree(entry); in cec_receive_msg()
329 struct cec_event_entry *entry = in cec_dqevent() local
333 if (entry && entry->ev.ts <= ts) { in cec_dqevent()
334 ev = entry; in cec_dqevent()
668 struct cec_msg_entry *entry = in cec_release() local
671 list_del(&entry in cec_release()
676 struct cec_event_entry *entry = cec_release() local
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dact_police.c443 struct flow_action_entry *entry = entry_data; in tcf_police_offload_act_setup() local
451 entry->id = FLOW_ACTION_POLICE; in tcf_police_offload_act_setup()
452 entry->police.burst = tcf_police_burst(act); in tcf_police_offload_act_setup()
453 entry->police.rate_bytes_ps = in tcf_police_offload_act_setup()
455 entry->police.peakrate_bytes_ps = tcf_police_peakrate_bytes_ps(act); in tcf_police_offload_act_setup()
456 entry->police.avrate = tcf_police_tcfp_ewma_rate(act); in tcf_police_offload_act_setup()
457 entry->police.overhead = tcf_police_rate_overhead(act); in tcf_police_offload_act_setup()
458 entry->police.burst_pkt = tcf_police_burst_pkt(act); in tcf_police_offload_act_setup()
459 entry->police.rate_pkt_ps = in tcf_police_offload_act_setup()
461 entry in tcf_police_offload_act_setup()
[all...]
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Didr-test.c226 void *entry; in idr_align_test() local
230 idr_for_each_entry(idr, entry, id); in idr_align_test()
236 idr_for_each_entry(idr, entry, id); in idr_align_test()
242 idr_for_each_entry(idr, entry, id); in idr_align_test()
248 idr_for_each_entry(idr, entry, id); in idr_align_test()
255 idr_for_each_entry(idr, entry, id); in idr_align_test()
257 idr_for_each_entry(idr, entry, id); in idr_align_test()
264 idr_for_each_entry(idr, entry, id); in idr_align_test()
266 idr_for_each_entry(idr, entry, id); in idr_align_test()
275 idr_for_each_entry(idr, entry, i in idr_align_test()
316 void *entry = idr_get_next(&find_idr, &id); idr_find_test_1() local
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dsmp.c371 * the head of the list to pull the entry off it in the IPI handler in __smp_call_single_queue()
448 struct llist_node *entry, *prev; in __flush_smp_call_function_queue() local
460 entry = llist_del_all(head); in __flush_smp_call_function_queue()
461 entry = llist_reverse_order(entry); in __flush_smp_call_function_queue()
465 !warned && entry != NULL)) { in __flush_smp_call_function_queue()
473 llist_for_each_entry(csd, entry, node.llist) { in __flush_smp_call_function_queue()
498 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue()
507 entry = &csd_next->node.llist; in __flush_smp_call_function_queue()
519 if (!entry) in __flush_smp_call_function_queue()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh521 unsigned int entry = states[state * nClasses + klass]; in get_entry() local
522 DEBUG_MSG (APPLY, nullptr, "e%u", entry); in get_entry()
524 return entries[entry]; in get_entry()
563 unsigned int entry = 0; in sanitize() local
610 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize()
614 for (const Entry<Extra> *p = &entries[entry]; p < stop; p++) in sanitize()
620 entry = num_entries; in sanitize()
638 entryTable; /* Offset to the entry array. */
759 const EntryT &entry = machine.get_entry (state, klass); in drive() local
760 const int next_state = machine.new_state (entry in drive()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c325 struct mac_entry *entry; in ap_control_proc_show() local
348 entry = v; in ap_control_proc_show()
349 seq_printf(m, "%pM\n", entry->addr); in ap_control_proc_show()
381 struct mac_entry *entry; in ap_control_add_mac() local
383 entry = kmalloc(sizeof(struct mac_entry), GFP_KERNEL); in ap_control_add_mac()
384 if (entry == NULL) in ap_control_add_mac()
387 memcpy(entry->addr, mac, ETH_ALEN); in ap_control_add_mac()
390 list_add_tail(&entry->list, &mac_restrictions->mac_list); in ap_control_add_mac()
401 struct mac_entry *entry; in ap_control_del_mac() local
406 entry in ap_control_del_mac()
424 struct mac_entry *entry; ap_control_mac_deny() local
449 struct mac_entry *entry; ap_control_flush_macs() local
1069 struct add_sta_proc_data *entry, *prev; handle_add_proc_queue() local
1120 struct add_sta_proc_data *entry; ap_add_sta() local
1956 struct wds_oper_data *entry, *prev; handle_wds_oper_queue() local
3255 struct wds_oper_data *entry; hostap_wds_link_oper() local
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dusbnet.c409 struct skb_data *entry = (struct skb_data *) newsk->cb; in __usbnet_queue_skb()
412 entry->state = state; in __usbnet_queue_skb()
426 struct skb_data *entry = (struct skb_data *) skb->cb; in defer_bh()
429 old_state = entry->state; in defer_bh()
430 entry->state = state; in defer_bh()
469 struct skb_data *entry; in rx_submit()
491 entry = (struct skb_data *) skb->cb; in rx_submit()
492 entry->urb = urb; in rx_submit()
493 entry->dev = dev; in rx_submit()
494 entry in rx_submit()
408 struct skb_data *entry = (struct skb_data *) newsk->cb; __usbnet_queue_skb() local
425 struct skb_data *entry = (struct skb_data *) skb->cb; defer_bh() local
468 struct skb_data *entry; rx_submit() local
575 struct skb_data *entry = (struct skb_data *) skb->cb; rx_complete() local
709 struct skb_data *entry; unlink_urbs() local
1217 struct skb_data *entry = (struct skb_data *) skb->cb; tx_complete() local
1325 struct skb_data *entry; usbnet_start_xmit() local
1494 struct skb_data *entry; usbnet_bh() local
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_kprobe.c76 * @pos: the struct trace_kprobe * for each entry
446 /* Get the entry address of the target function */ in __within_notrace_func()
1387 struct kprobe_trace_entry_head *entry; in __kprobe_trace_func() local
1406 sizeof(*entry) + tk->tp.size + dsize, in __kprobe_trace_func()
1412 entry = fbuffer.entry = ring_buffer_event_data(fbuffer.event); in __kprobe_trace_func()
1413 entry->ip = (unsigned long)tk->rp.kp.addr; in __kprobe_trace_func()
1414 store_trace_args(&entry[1], &tk->tp, regs, sizeof(*entry), dsize); in __kprobe_trace_func()
1435 struct kretprobe_trace_entry_head *entry; in __kretprobe_trace_func() local
1584 struct kprobe_trace_entry_head *entry; kprobe_perf_func() local
1634 struct kretprobe_trace_entry_head *entry; kretprobe_perf_func() local
1931 struct dentry *entry; init_kprobe_trace() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcommsup.c347 * aac_get_entry - get a queue entry
350 * @entry: Entry return
354 * With a priority the routine returns a queue entry if the queue has free entries. If the queue
355 * is full(no free entries) than no entry is returned and the function returns 0 otherwise 1 is
359 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) in aac_get_entry() argument
400 *entry = q->base + *index; in aac_get_entry()
410 * @hw_fib: Fib to associate with the queue entry
423 struct aac_entry * entry = NULL; in aac_queue_get() local
428 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
432 * Setup queue entry wit in aac_queue_get()
800 aac_consumer_get(struct aac_dev * dev, struct aac_queue * q, struct aac_entry **entry) aac_consumer_get() argument
1704 struct list_head * entry; aac_check_health() local
2006 struct list_head *entry; get_fib_count() local
2066 struct list_head *entry; wakeup_fibctx_threads() local
2168 struct list_head *entry; aac_process_events() local
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dusbnet.c424 struct skb_data *entry = (struct skb_data *) newsk->cb; in __usbnet_queue_skb() local
427 entry->state = state; in __usbnet_queue_skb()
441 struct skb_data *entry = (struct skb_data *) skb->cb; in defer_bh() local
444 old_state = entry->state; in defer_bh()
445 entry->state = state; in defer_bh()
484 struct skb_data *entry; in rx_submit() local
506 entry = (struct skb_data *) skb->cb; in rx_submit()
507 entry->urb = urb; in rx_submit()
508 entry->dev = dev; in rx_submit()
509 entry in rx_submit()
589 struct skb_data *entry = (struct skb_data *) skb->cb; rx_complete() local
723 struct skb_data *entry; unlink_urbs() local
1246 struct skb_data *entry = (struct skb_data *) skb->cb; tx_complete() local
1354 struct skb_data *entry; usbnet_start_xmit() local
1517 struct skb_data *entry = (struct skb_data *)skb->cb; usb_free_skb() local
1531 struct skb_data *entry; usbnet_bh() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c325 struct mac_entry *entry; in ap_control_proc_show() local
348 entry = v; in ap_control_proc_show()
349 seq_printf(m, "%pM\n", entry->addr); in ap_control_proc_show()
381 struct mac_entry *entry; in ap_control_add_mac() local
383 entry = kmalloc(sizeof(struct mac_entry), GFP_KERNEL); in ap_control_add_mac()
384 if (entry == NULL) in ap_control_add_mac()
387 memcpy(entry->addr, mac, ETH_ALEN); in ap_control_add_mac()
390 list_add_tail(&entry->list, &mac_restrictions->mac_list); in ap_control_add_mac()
401 struct mac_entry *entry; in ap_control_del_mac() local
406 entry in ap_control_del_mac()
424 struct mac_entry *entry; ap_control_mac_deny() local
449 struct mac_entry *entry; ap_control_flush_macs() local
1069 struct add_sta_proc_data *entry, *prev; handle_add_proc_queue() local
1120 struct add_sta_proc_data *entry; ap_add_sta() local
1956 struct wds_oper_data *entry, *prev; handle_wds_oper_queue() local
3255 struct wds_oper_data *entry; hostap_wds_link_oper() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dcommsup.c347 * aac_get_entry - get a queue entry
350 * @entry: Entry return
354 * With a priority the routine returns a queue entry if the queue has free entries. If the queue
355 * is full(no free entries) than no entry is returned and the function returns 0 otherwise 1 is
359 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) in aac_get_entry() argument
400 *entry = q->base + *index; in aac_get_entry()
410 * @hw_fib: Fib to associate with the queue entry
423 struct aac_entry * entry = NULL; in aac_queue_get() local
428 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
432 * Setup queue entry wit in aac_queue_get()
800 aac_consumer_get(struct aac_dev * dev, struct aac_queue * q, struct aac_entry **entry) aac_consumer_get() argument
1705 struct list_head * entry; aac_check_health() local
2007 struct list_head *entry; get_fib_count() local
2067 struct list_head *entry; wakeup_fibctx_threads() local
2169 struct list_head *entry; aac_process_events() local
[all...]
/third_party/libexif/libexif/
H A Dexif-data.c181 exif_data_load_data_entry (ExifData *data, ExifEntry *entry, in exif_data_load_data_entry() argument
187 entry->tag = exif_get_short (d + offset + 0, data->priv->order); in exif_data_load_data_entry()
188 entry->format = exif_get_short (d + offset + 2, data->priv->order); in exif_data_load_data_entry()
189 entry->components = exif_get_long (d + offset + 4, data->priv->order); in exif_data_load_data_entry()
191 /* FIXME: should use exif_tag_get_name_in_ifd here but entry->parent in exif_data_load_data_entry()
195 "Loading entry 0x%x ('%s')...", entry->tag, in exif_data_load_data_entry()
196 exif_tag_get_name (entry->tag)); in exif_data_load_data_entry()
200 s = exif_format_get_size(entry->format) * entry in exif_data_load_data_entry()
530 ExifEntry *entry = exif_entry_new_mem (data->priv->mem); load_thumbnail_entry() local
559 ExifEntry *entry; exif_data_load_data_content() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c440 png_byte entry[option_count]; /* The selected entry+1 of an option member
449 unsigned int csp; /* next stack entry to use */
450 unsigned int nsp; /* highest active entry+1 found so far */
456 * index+1 of the highest active entry on
457 * this run; this entry will be advanced.
472 png_byte entry; /* The next value entry to be tested */ member
473 png_byte end; /* This is the last entry */
740 if (dp->entry[ in get_option()
813 opt_list_end(struct display *dp, png_byte opt, png_byte entry) opt_list_end() argument
832 png_byte entry; push_opt() local
915 png_byte entry, opt; next_opt() local
[all...]
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dirq_remapping.c245 struct irte *start, *entry, *end; in clear_entries() local
258 for (entry = start; entry < end; entry++) { in clear_entries()
259 set_64bit(&entry->low, 0); in clear_entries()
260 set_64bit(&entry->high, 0); in clear_entries()
501 * Global invalidation of interrupt entry cache to make sure the in iommu_set_irq_remapping()
687 * global invalidation of interrupt entry cache before disabling in iommu_disable_irq_remapping()
1171 * and flushes the interrupt entry cache. in intel_ir_reconfigure_irte()
1190 * the interrupt-remapping table entry
1275 struct IR_IO_APIC_route_entry *entry; intel_irq_remapping_prepare_irte() local
1450 struct irte entry; intel_irq_remapping_deactivate() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_gem.c121 struct omap_drm_usergart_entry entry[NUM_USERGART_ENTRIES]; member
126 int last; /* index of last used entry */
167 enum tiler_fmt fmt, struct omap_drm_usergart_entry *entry) in omap_gem_evict_entry()
174 (entry->obj_pgoff << PAGE_SHIFT); in omap_gem_evict_entry()
190 entry->obj = NULL; in omap_gem_evict_entry()
204 struct omap_drm_usergart_entry *entry = in omap_gem_evict() local
205 &priv->usergart[fmt].entry[i]; in omap_gem_evict()
207 if (entry->obj == obj) in omap_gem_evict()
208 omap_gem_evict_entry(obj, fmt, entry); in omap_gem_evict()
377 struct omap_drm_usergart_entry *entry; in omap_gem_fault_2d() local
166 omap_gem_evict_entry(struct drm_gem_object *obj, enum tiler_fmt fmt, struct omap_drm_usergart_entry *entry) omap_gem_evict_entry() argument
1388 struct omap_drm_usergart_entry *entry; omap_gem_init() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2800usb.c117 /* Check if there is any entry that timedout waiting on TX status */ in rt2800usb_tx_sta_fifo_read_completed()
155 static void rt2800usb_tx_dma_done(struct queue_entry *entry) in rt2800usb_tx_dma_done() argument
157 struct rt2x00_dev *rt2x00dev = entry->queue->rt2x00dev; in rt2800usb_tx_dma_done()
384 struct queue_entry *entry; in rt2800usb_get_dma_done() local
386 entry = rt2x00queue_get_entry(queue, Q_INDEX_DMA_DONE); in rt2800usb_get_dma_done()
387 return entry->entry_idx; in rt2800usb_get_dma_done()
393 static __le32 *rt2800usb_get_txwi(struct queue_entry *entry) in rt2800usb_get_txwi() argument
395 if (entry->queue->qid == QID_BEACON) in rt2800usb_get_txwi()
396 return (__le32 *) (entry->skb->data); in rt2800usb_get_txwi()
398 return (__le32 *) (entry in rt2800usb_get_txwi()
401 rt2800usb_write_tx_desc(struct queue_entry *entry, struct txentry_desc *txdesc) rt2800usb_write_tx_desc() argument
440 rt2800usb_get_tx_data_len(struct queue_entry *entry) rt2800usb_get_tx_data_len() argument
481 rt2800usb_fill_rxdone(struct queue_entry *entry, struct rxdone_entry_desc *rxdesc) rt2800usb_fill_rxdone() argument
[all...]
/kernel/linux/linux-5.10/fs/
H A Dselect.c99 struct poll_table_entry * entry; member
104 ((unsigned long)((table)->entry+1) > PAGE_SIZE + (unsigned long)(table))
115 * as all select/poll functions have to call it to add an entry to the
132 static void free_poll_entry(struct poll_table_entry *entry) in free_poll_entry() argument
134 remove_wait_queue(entry->wait_address, &entry->wait); in free_poll_entry()
135 fput(entry->filp); in free_poll_entry()
145 struct poll_table_entry * entry; in poll_freewait() local
148 entry = p->entry; in poll_freewait()
212 struct poll_table_entry *entry; pollwake() local
225 struct poll_table_entry *entry = poll_get_entry(pwq); __pollwait() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dselect.c100 struct poll_table_entry * entry; member
105 ((unsigned long)((table)->entry+1) > PAGE_SIZE + (unsigned long)(table))
116 * as all select/poll functions have to call it to add an entry to the
133 static void free_poll_entry(struct poll_table_entry *entry) in free_poll_entry() argument
135 remove_wait_queue(entry->wait_address, &entry->wait); in free_poll_entry()
136 fput(entry->filp); in free_poll_entry()
146 struct poll_table_entry * entry; in poll_freewait() local
149 entry = p->entry; in poll_freewait()
213 struct poll_table_entry *entry; pollwake() local
226 struct poll_table_entry *entry = poll_get_entry(pwq); __pollwait() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2800usb.c117 /* Check if there is any entry that timedout waiting on TX status */ in rt2800usb_tx_sta_fifo_read_completed()
155 static void rt2800usb_tx_dma_done(struct queue_entry *entry) in rt2800usb_tx_dma_done() argument
157 struct rt2x00_dev *rt2x00dev = entry->queue->rt2x00dev; in rt2800usb_tx_dma_done()
384 struct queue_entry *entry; in rt2800usb_get_dma_done() local
386 entry = rt2x00queue_get_entry(queue, Q_INDEX_DMA_DONE); in rt2800usb_get_dma_done()
387 return entry->entry_idx; in rt2800usb_get_dma_done()
393 static __le32 *rt2800usb_get_txwi(struct queue_entry *entry) in rt2800usb_get_txwi() argument
395 if (entry->queue->qid == QID_BEACON) in rt2800usb_get_txwi()
396 return (__le32 *) (entry->skb->data); in rt2800usb_get_txwi()
398 return (__le32 *) (entry in rt2800usb_get_txwi()
401 rt2800usb_write_tx_desc(struct queue_entry *entry, struct txentry_desc *txdesc) rt2800usb_write_tx_desc() argument
440 rt2800usb_get_tx_data_len(struct queue_entry *entry) rt2800usb_get_tx_data_len() argument
481 rt2800usb_fill_rxdone(struct queue_entry *entry, struct rxdone_entry_desc *rxdesc) rt2800usb_fill_rxdone() argument
[all...]

Completed in 33 milliseconds

1...<<71727374757677787980>>...312