Searched refs:tf (Results 1 - 25 of 126) sorted by relevance

123456

/linux-master/drivers/ata/
H A Dsata_promise.h28 static inline unsigned int pdc_pkt_header(struct ata_taskfile *tf, argument
38 switch (tf->protocol) {
40 if (!(tf->flags & ATA_TFLAG_WRITE))
69 buf[15] = tf->ctl;
74 static inline unsigned int pdc_pkt_footer(struct ata_taskfile *tf, u8 *buf, argument
77 if (tf->flags & ATA_TFLAG_DEVICE) {
79 buf[i++] = tf->device;
84 buf[i++] = tf->command;
89 static inline unsigned int pdc_prep_lba28(struct ata_taskfile *tf, u8 *buf, unsigned int i) argument
95 buf[i++] = tf
112 pdc_prep_lba48(struct ata_taskfile *tf, u8 *buf, unsigned int i) argument
[all...]
H A Dsata_svw.c159 static void k2_sata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) argument
162 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR;
164 if (tf->ctl != ap->last_ctl) {
165 writeb(tf->ctl, ioaddr->ctl_addr);
166 ap->last_ctl = tf->ctl;
169 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) {
170 writew(tf->feature | (((u16)tf->hob_feature) << 8),
172 writew(tf->nsect | (((u16)tf
195 k2_sata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
[all...]
H A Dsata_vsc.c142 static void vsc_sata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) argument
145 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR;
153 if ((tf->ctl & ATA_NIEN) != (ap->last_ctl & ATA_NIEN)) {
154 ap->last_ctl = tf->ctl;
155 vsc_intr_mask_update(ap, tf->ctl & ATA_NIEN);
157 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) {
158 writew(tf->feature | (((u16)tf->hob_feature) << 8),
160 writew(tf->nsect | (((u16)tf
183 vsc_sata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
[all...]
H A Dpata_ns87415.c123 unsigned int rw = (qc->tf.flags & ATA_TFLAG_WRITE);
140 ap->ops->sff_exec_command(ap, &qc->tf);
255 * @tf: ATA taskfile register set for storing input
258 * into @tf. Work around the 87560 bugs.
263 static void ns87560_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
267 tf->status = ns87560_check_status(ap);
268 tf->error = ioread8(ioaddr->error_addr);
269 tf->nsect = ioread8(ioaddr->nsect_addr);
270 tf->lbal = ioread8(ioaddr->lbal_addr);
271 tf
[all...]
H A Dlibata-acpi.c33 u8 tf[REGS_PER_GTF]; /* regs. 0x1f1 - 0x1f7 */ member in struct:ata_acpi_gtf
543 struct ata_taskfile *tf)
545 ata_tf_init(dev, tf);
547 tf->flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
548 tf->protocol = ATA_PROT_NODATA;
549 tf->error = gtf->tf[0]; /* 0x1f1 */
550 tf->nsect = gtf->tf[1]; /* 0x1f2 */
551 tf
541 ata_acpi_gtf_to_tf(struct ata_device *dev, const struct ata_acpi_gtf *gtf, struct ata_taskfile *tf) argument
558 ata_acpi_filter_tf(struct ata_device *dev, const struct ata_taskfile *tf, const struct ata_taskfile *ptf) argument
643 struct ata_taskfile tf, ptf, rtf; local
[all...]
H A Dlibata-scsi.c221 const struct ata_taskfile *tf)
225 information = ata_tf_read_block(tf, dev);
856 struct ata_taskfile *tf = &qc->result_tf; local
868 tf->status & (ATA_BUSY | ATA_DF | ATA_ERR | ATA_DRQ)) {
869 ata_to_sense_error(qc->ap->print_id, tf->status, tf->error,
898 desc[3] = tf->error;
899 desc[5] = tf->nsect;
900 desc[7] = tf->lbal;
901 desc[9] = tf
219 ata_scsi_set_sense_information(struct ata_device *dev, struct scsi_cmnd *cmd, const struct ata_taskfile *tf) argument
951 struct ata_taskfile *tf = &qc->result_tf; local
1269 struct ata_taskfile *tf = &qc->tf; local
1369 struct ata_taskfile *tf = &qc->tf; local
2849 struct ata_taskfile *tf = &(qc->tf); local
3171 struct ata_taskfile *tf = &qc->tf; local
3440 struct ata_taskfile *tf = &qc->tf; local
3523 struct ata_taskfile *tf = &qc->tf; local
3614 struct ata_taskfile *tf = &qc->tf; local
3704 struct ata_taskfile *tf = &qc->tf; local
3965 struct ata_taskfile *tf = &qc->tf; local
[all...]
H A Dlibata-core.c579 * @tf: taskfile to examine and configure
581 * Examine the device configuration and tf->flags to determine
582 * the proper read/write command and protocol to use for @tf.
588 struct ata_taskfile *tf)
594 fua = (tf->flags & ATA_TFLAG_FUA) ? 4 : 0;
595 lba48 = (tf->flags & ATA_TFLAG_LBA48) ? 2 : 0;
596 write = (tf->flags & ATA_TFLAG_WRITE) ? 1 : 0;
599 tf->protocol = ATA_PROT_PIO;
603 tf->protocol = ATA_PROT_PIO;
606 tf
587 ata_set_rwcmd_protocol(struct ata_device *dev, struct ata_taskfile *tf) argument
634 ata_tf_read_block(const struct ata_taskfile *tf, struct ata_device *dev) argument
673 struct ata_taskfile *tf = &qc->tf; local
711 struct ata_taskfile *tf = &qc->tf; local
1028 ata_dev_classify(const struct ata_taskfile *tf) argument
1152 ata_tf_to_lba48(const struct ata_taskfile *tf) argument
1166 ata_tf_to_lba(const struct ata_taskfile *tf) argument
1193 struct ata_taskfile tf; local
1244 struct ata_taskfile tf; local
1504 ata_exec_internal_sg(struct ata_device *dev, struct ata_taskfile *tf, const u8 *cdb, int dma_dir, struct scatterlist *sgl, unsigned int n_elem, unsigned int timeout) argument
1674 ata_exec_internal(struct ata_device *dev, struct ata_taskfile *tf, const u8 *cdb, int dma_dir, void *buf, unsigned int buflen, unsigned int timeout) argument
1760 ata_do_dev_read_id(struct ata_device *dev, struct ata_taskfile *tf, __le16 *id) argument
1794 struct ata_taskfile tf; local
1975 ata_dev_power_init_tf(struct ata_device *dev, struct ata_taskfile *tf, bool set_active) argument
2006 struct ata_taskfile tf; local
2044 struct ata_taskfile tf; local
2090 struct ata_taskfile tf; local
2135 struct ata_taskfile tf; local
4500 struct ata_taskfile tf; local
4545 struct ata_taskfile tf; local
4581 struct ata_taskfile tf; local
[all...]
H A Dlibata-zpodd.c37 struct ata_taskfile tf; local
44 ata_tf_init(dev, &tf);
45 tf.flags = ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
46 tf.command = ATA_CMD_PACKET;
47 tf.protocol = ATAPI_PROT_NODATA;
49 return ata_exec_internal(dev, &tf, cdb, DMA_NONE, NULL, 0, 0);
58 struct ata_taskfile tf; local
72 ata_tf_init(dev, &tf);
73 tf.flags = ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
74 tf
[all...]
H A Dpata_octeon_cf.c379 static void octeon_cf_tf_read16(struct ata_port *ap, struct ata_taskfile *tf) argument
386 tf->error = blob >> 8;
389 tf->nsect = blob & 0xff;
390 tf->lbal = blob >> 8;
393 tf->lbam = blob & 0xff;
394 tf->lbah = blob >> 8;
397 tf->device = blob & 0xff;
398 tf->status = blob >> 8;
400 if (tf->flags & ATA_TFLAG_LBA48) {
402 iowrite8(tf
461 octeon_cf_tf_load16(struct ata_port *ap, const struct ata_taskfile *tf) argument
497 octeon_cf_exec_command16(struct ata_port *ap, const struct ata_taskfile *tf) argument
[all...]
H A Dlibata-sata.c140 * @tf: Taskfile to convert
151 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) argument
158 fis[2] = tf->command;
159 fis[3] = tf->feature;
161 fis[4] = tf->lbal;
162 fis[5] = tf->lbam;
163 fis[6] = tf->lbah;
164 fis[7] = tf->device;
166 fis[8] = tf->hob_lbal;
167 fis[9] = tf
194 ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf) argument
1302 ata_eh_read_log_10h(struct ata_device *dev, int *tag, struct ata_taskfile *tf) argument
1450 struct ata_taskfile tf; local
[all...]
H A Dsata_rcar.c360 const struct ata_taskfile *tf)
363 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR;
365 if (tf->ctl != ap->last_ctl) {
366 iowrite32(tf->ctl, ioaddr->ctl_addr);
367 ap->last_ctl = tf->ctl;
371 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) {
372 iowrite32(tf->hob_feature, ioaddr->feature_addr);
373 iowrite32(tf->hob_nsect, ioaddr->nsect_addr);
374 iowrite32(tf->hob_lbal, ioaddr->lbal_addr);
375 iowrite32(tf
359 sata_rcar_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) argument
393 sata_rcar_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
417 sata_rcar_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) argument
[all...]
H A Dpata_ep93xx.c375 const struct ata_taskfile *tf)
378 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR;
380 if (tf->ctl != ap->last_ctl) {
381 ep93xx_pata_write_reg(drv_data, tf->ctl, IDECTRL_ADDR_CTL);
382 ap->last_ctl = tf->ctl;
386 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) {
387 ep93xx_pata_write_reg(drv_data, tf->hob_feature,
389 ep93xx_pata_write_reg(drv_data, tf->hob_nsect,
391 ep93xx_pata_write_reg(drv_data, tf->hob_lbal,
393 ep93xx_pata_write_reg(drv_data, tf
374 ep93xx_pata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) argument
416 ep93xx_pata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
447 ep93xx_pata_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) argument
[all...]
H A Dlibata-sff.c336 * @tf: ATA taskfile register set
343 void ata_sff_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) argument
346 unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR;
348 if (tf->ctl != ap->last_ctl) {
350 iowrite8(tf->ctl, ioaddr->ctl_addr);
351 ap->last_ctl = tf->ctl;
355 if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) {
357 iowrite8(tf->hob_feature, ioaddr->feature_addr);
358 iowrite8(tf->hob_nsect, ioaddr->nsect_addr);
359 iowrite8(tf
392 ata_sff_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
431 ata_sff_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) argument
451 ata_tf_to_host(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag) argument
1749 struct ata_taskfile tf; local
[all...]
H A Dsata_inic162x.c416 qc ? qc->tf.command : 0xff, irq_stat, idma_stat);
464 if (qc->tf.flags & ATA_TFLAG_WRITE)
467 if (ata_is_dma(qc->tf.protocol))
487 bool is_atapi = ata_is_atapi(qc->tf.protocol);
488 bool is_data = ata_is_data(qc->tf.protocol);
504 cpb->device = qc->tf.device;
505 cpb->feature = qc->tf.feature;
506 cpb->nsect = qc->tf.nsect;
507 cpb->lbal = qc->tf.lbal;
508 cpb->lbam = qc->tf
556 inic_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
572 struct ata_taskfile tf; local
643 struct ata_taskfile tf; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_fprobe.c71 static bool trace_fprobe_is_return(struct trace_fprobe *tf) argument
73 return tf->fp.exit_handler != NULL;
76 static bool trace_fprobe_is_tracepoint(struct trace_fprobe *tf) argument
78 return tf->tpoint != NULL;
81 static const char *trace_fprobe_symbol(struct trace_fprobe *tf) argument
83 return tf->symbol ? tf->symbol : "unknown";
88 struct trace_fprobe *tf = to_trace_fprobe(ev); local
90 return trace_probe_is_enabled(&tf->tp);
93 static bool trace_fprobe_match_command_head(struct trace_fprobe *tf, argument
112 struct trace_fprobe *tf = to_trace_fprobe(ev); local
123 trace_fprobe_is_registered(struct trace_fprobe *tf) argument
176 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, struct pt_regs *regs, struct trace_event_file *trace_file) argument
207 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, struct pt_regs *regs) argument
222 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); local
232 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data, struct trace_event_file *trace_file) argument
264 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
276 fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, struct pt_regs *regs) argument
308 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
344 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); local
361 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); local
372 free_trace_fprobe(struct trace_fprobe *tf) argument
391 struct trace_fprobe *tf; local
425 struct trace_fprobe *tf; local
434 __enable_trace_fprobe(struct trace_fprobe *tf) argument
444 struct trace_fprobe *tf; local
461 struct trace_fprobe *tf; local
647 init_trace_event_call(struct trace_fprobe *tf) argument
663 register_fprobe_event(struct trace_fprobe *tf) argument
670 unregister_fprobe_event(struct trace_fprobe *tf) argument
676 __register_trace_fprobe(struct trace_fprobe *tf) argument
720 __unregister_trace_fprobe(struct trace_fprobe *tf) argument
736 unregister_trace_fprobe(struct trace_fprobe *tf) argument
790 append_trace_fprobe(struct trace_fprobe *tf, struct trace_fprobe *to) argument
828 register_trace_fprobe(struct trace_fprobe *tf) argument
870 struct trace_fprobe *tf; local
986 struct trace_fprobe *tf = NULL; local
1173 struct trace_fprobe *tf = to_trace_fprobe(ev); local
1183 struct trace_fprobe *tf = to_trace_fprobe(ev); local
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.c58 struct timed_fence *tf = from_timer(tf, t, timer); local
60 i915_sw_fence_commit(&tf->fence);
63 void timed_fence_init(struct timed_fence *tf, unsigned long expires) argument
65 onstack_fence_init(&tf->fence);
67 timer_setup_on_stack(&tf->timer, timed_fence_wake, 0);
70 mod_timer(&tf->timer, expires);
72 i915_sw_fence_commit(&tf->fence);
75 void timed_fence_fini(struct timed_fence *tf) argument
77 if (del_timer_sync(&tf
[all...]
H A Dlib_sw_fence.h37 void timed_fence_init(struct timed_fence *tf, unsigned long expires);
38 void timed_fence_fini(struct timed_fence *tf);
/linux-master/drivers/target/
H A Dtarget_core_fabric_configfs.c38 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \
40 struct config_item_type *cit = &tf->tf_##_name##_cit; \
45 cit->ct_owner = tf->tf_ops->module; \
50 static void target_fabric_setup_##_name##_cit(struct target_fabric_configfs *tf) \
52 struct config_item_type *cit = &tf->tf_##_name##_cit; \
53 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \
58 cit->ct_owner = tf->tf_ops->module; \
272 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; local
309 &tf->tf_tpg_mappedlun_cit);
312 "statistics", &tf
379 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; local
452 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; local
473 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; local
629 struct target_fabric_configfs *tf; local
681 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; local
747 struct target_fabric_configfs *tf = se_tpg->se_tpg_wwn->wwn_tf; local
810 struct target_fabric_configfs *tf = wwn->wwn_tf; local
884 target_fabric_setup_tpg_base_cit(struct target_fabric_configfs *tf) argument
931 struct target_fabric_configfs *tf = wwn->wwn_tf; local
994 struct target_fabric_configfs *tf = wwn->wwn_tf; local
1105 struct target_fabric_configfs *tf = container_of(group, local
1155 target_fabric_setup_cits(struct target_fabric_configfs *tf) argument
[all...]
/linux-master/drivers/thunderbolt/
H A Ddma_test.c233 struct dma_test_frame *tf = container_of(frame, typeof(*tf), frame); local
234 struct dma_test *dt = tf->dma_test;
237 dma_unmap_single(dma_dev, tf->frame.buffer_phy, DMA_TEST_FRAME_SIZE,
239 kfree(tf->data);
242 kfree(tf);
250 if (tf->frame.flags & RING_DESC_CRC_ERROR)
252 if (tf->frame.flags & RING_DESC_BUFFER_OVERRUN)
255 kfree(tf);
267 struct dma_test_frame *tf; local
302 struct dma_test_frame *tf = container_of(frame, typeof(*tf), frame); local
318 struct dma_test_frame *tf; local
[all...]
/linux-master/include/trace/events/
H A Dlibata.h213 __entry->proto = qc->tf.protocol;
214 __entry->cmd = qc->tf.command;
215 __entry->dev = qc->tf.device;
216 __entry->lbal = qc->tf.lbal;
217 __entry->lbam = qc->tf.lbam;
218 __entry->lbah = qc->tf.lbah;
219 __entry->hob_lbal = qc->tf.hob_lbal;
220 __entry->hob_lbam = qc->tf.hob_lbam;
221 __entry->hob_lbah = qc->tf.hob_lbah;
222 __entry->feature = qc->tf
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c227 void dc_transfer_func_retain(struct dc_transfer_func *tf) argument
229 kref_get(&tf->refcount);
234 struct dc_transfer_func *tf = container_of(kref, struct dc_transfer_func, refcount); local
235 kvfree(tf);
238 void dc_transfer_func_release(struct dc_transfer_func *tf) argument
240 kref_put(&tf->refcount, dc_transfer_func_free);
245 struct dc_transfer_func *tf = kvzalloc(sizeof(*tf), GFP_KERNEL); local
247 if (tf == NULL)
250 kref_init(&tf
[all...]
/linux-master/drivers/net/thunderbolt/
H A Dmain.c329 static inline unsigned int tbnet_frame_size(const struct tbnet_frame *tf) argument
331 return tf->frame.size ? : TBNET_FRAME_SIZE;
340 struct tbnet_frame *tf = &ring->frames[i]; local
345 if (!tf->page)
358 trace_tbnet_free_frame(i, tf->page, tf->frame.buffer_phy, dir);
360 if (tf->frame.buffer_phy)
361 dma_unmap_page(dma_dev, tf->frame.buffer_phy, size,
364 __free_pages(tf->page, order);
365 tf
507 struct tbnet_frame *tf = &ring->frames[index]; local
552 struct tbnet_frame *tf; local
572 struct tbnet_frame *tf = container_of(frame, typeof(*tf), frame); local
589 struct tbnet_frame *tf = &ring->frames[i]; local
731 tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *tf, const struct thunderbolt_ip_frame_header *hdr) argument
814 struct tbnet_frame *tf; local
[all...]
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c215 const struct ata_taskfile *tf)
219 if (tf->ctl != ap->last_ctl) {
220 pi->proto->write_regr(pi, 1, 6, tf->ctl);
221 ap->last_ctl = tf->ctl;
225 if (tf->flags & ATA_TFLAG_ISADDR) {
226 if (tf->flags & ATA_TFLAG_LBA48) {
228 tf->hob_feature);
230 tf->hob_nsect);
232 tf->hob_lbal);
234 tf
214 pata_parport_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) argument
251 pata_parport_tf_read(struct ata_port *ap, struct ata_taskfile *tf) argument
275 pata_parport_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c542 if (func->tf == TRANSFER_FUNCTION_LINEAR) {
572 enum dc_transfer_func_predefined tf)
577 if (regamma_size || tf != TRANSFER_FUNCTION_LINEAR) {
590 out_tf->tf = tf;
600 out_tf->tf = TRANSFER_FUNCTION_LINEAR;
643 amdgpu_tf_to_dc_tf(enum amdgpu_transfer_function tf) argument
645 switch (tf) {
753 enum dc_transfer_func_predefined tf,
759 if (shaper_size || tf !
569 amdgpu_dm_set_atomic_regamma(struct dc_stream_state *stream, const struct drm_color_lut *regamma_lut, uint32_t regamma_size, bool has_rom, enum dc_transfer_func_predefined tf) argument
751 amdgpu_dm_atomic_shaper_lut(const struct drm_color_lut *shaper_lut, bool has_rom, enum dc_transfer_func_predefined tf, uint32_t shaper_size, struct dc_transfer_func *func_shaper) argument
777 amdgpu_dm_atomic_blend_lut(const struct drm_color_lut *blend_lut, bool has_rom, enum dc_transfer_func_predefined tf, uint32_t blend_size, struct dc_transfer_func *func_blend) argument
918 enum dc_transfer_func_predefined tf = TRANSFER_FUNCTION_LINEAR; local
1017 enum dc_transfer_func_predefined tf = TRANSFER_FUNCTION_SRGB; local
1098 enum amdgpu_transfer_function tf = AMDGPU_TRANSFER_FUNCTION_DEFAULT; local
[all...]
/linux-master/net/mac80211/
H A Dtdls.c695 struct ieee80211_tdls_data *tf; local
701 tf = (void *)skb->data;
702 tf->u.chan_switch_req.target_channel =
704 tf->u.chan_switch_req.oper_class = oper_class;
797 struct ieee80211_tdls_data *tf; local
799 tf = skb_put(skb, offsetof(struct ieee80211_tdls_data, u));
801 memcpy(tf->da, peer, ETH_ALEN);
802 memcpy(tf->sa, sdata->vif.addr, ETH_ALEN);
803 tf->ether_type = cpu_to_be16(ETH_P_TDLS);
804 tf
1533 struct ieee80211_tdls_data *tf; local
1751 struct ieee80211_tdls_data *tf = (void *)skb->data; local
1850 struct ieee80211_tdls_data *tf = (void *)skb->data; local
2002 struct ieee80211_tdls_data *tf = (void *)skb->data; local
[all...]

Completed in 276 milliseconds

123456