Home
last modified time | relevance | path

Searched full:fc (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/freebsd/sys/dev/firewire/
H A Dfirewire.c145 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) in fw_noderesolve_nodeid() argument
149 FW_GLOCK(fc); in fw_noderesolve_nodeid()
150 STAILQ_FOREACH(fwdev, &fc->devices, link) in fw_noderesolve_nodeid()
153 FW_GUNLOCK(fc); in fw_noderesolve_nodeid()
162 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) in fw_noderesolve_eui64() argument
166 FW_GLOCK(fc); in fw_noderesolve_eui64()
167 STAILQ_FOREACH(fwdev, &fc->devices, link) in fw_noderesolve_eui64()
170 FW_GUNLOCK(fc); in fw_noderesolve_eui64()
183 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() argument
201 info = &fc->tcode[tcode]; in fw_asyreq()
[all …]
H A Dfwdev.c86 struct firewire_comm *fc; member
95 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, in fwdev_allocbuf() argument
107 q->buf = fwdma_malloc_multiseg(fc, sizeof(uint32_t), in fwdev_allocbuf()
170 FW_GLOCK(sc->fc); in fw_open()
172 FW_GUNLOCK(sc->fc); in fw_open()
177 FW_GUNLOCK(sc->fc); in fw_open()
190 d->fc = sc->fc; in fw_open()
200 struct firewire_comm *fc; in fw_close() local
210 fc = d->fc; in fw_close()
215 fw_bindremove(fc, fwb); in fw_close()
[all …]
H A Dfwohci.c279 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) in fwohci_set_bus_manager() argument
281 struct fwohci_softc *sc = (struct fwohci_softc *)fc; in fwohci_set_bus_manager()
299 device_printf(sc->fc.dev, "%s: %d->%d (loop=%d)\n", in fwohci_set_bus_manager()
324 device_printf(sc->fc.dev, "%s: failed(1).\n", __func__); in fwphy_rddata()
335 device_printf(sc->fc.dev, "%s: failed(2).\n", __func__); in fwphy_rddata()
342 device_printf(sc->fc.dev, in fwphy_rddata()
354 struct fwohci_softc *fc; in fwohci_ioctl() local
364 fc = (struct fwohci_softc *)sc->fc; in fwohci_ioctl()
373 OWRITE(fc, reg->addr, reg->data); in fwohci_ioctl()
374 reg->data = OREAD(fc, reg->addr); in fwohci_ioctl()
[all …]
H A Dif_fwip.c113 struct firewire_comm *fc; in fwip_poll() local
119 fc = fwip->fd.fc; in fwip_poll()
120 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count); in fwip_poll()
161 fwip->fd.fc = device_get_ivars(dev); in fwip_attach()
163 tx_speed = fwip->fd.fc->speed; in fwip_attach()
175 hwaddr->sender_unique_ID_hi = htonl(fwip->fd.fc->eui.hi); in fwip_attach()
176 hwaddr->sender_unique_ID_lo = htonl(fwip->fd.fc->eui.lo); in fwip_attach()
177 hwaddr->sender_max_rec = fwip->fd.fc->maxrec; in fwip_attach()
178 hwaddr->sspd = fwip->fd.fc->speed; in fwip_attach()
206 struct firewire_comm *fc; in fwip_stop() local
[all …]
H A Dif_fwe.c102 struct firewire_comm *fc; in fwe_poll() local
108 fc = fwe->fd.fc; in fwe_poll()
109 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count); in fwe_poll()
152 fwe->fd.fc = device_get_ivars(dev); in fwe_attach()
154 tx_speed = fwe->fd.fc->speed; in fwe_attach()
168 eui = &fwe->fd.fc->eui; in fwe_attach()
206 struct firewire_comm *fc; in fwe_stop() local
212 fc = fwe->fd.fc; in fwe_stop()
215 xferq = fc->ir[fwe->dma_ch]; in fwe_stop()
218 fc->irx_disable(fc, fwe->dma_ch); in fwe_stop()
[all …]
H A Dfirewirereg.h61 struct firewire_comm *fc; member
71 struct firewire_comm *fc; member
80 struct firewire_comm *fc; member
166 #define FW_GMTX(fc) (&(fc)->mtx) argument
167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc)) argument
168 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc)) argument
169 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) argument
224 struct firewire_comm *fc; member
253 struct firewire_comm *fc; member
H A Dfwmem.c104 xfer->fc = fwdev->fc; in fwmem_xfer_req()
148 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_quad()
184 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_quad()
222 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_block()
260 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_block()
278 FW_GLOCK(sc->fc); in fwmem_open()
281 FW_GUNLOCK(sc->fc); in fwmem_open()
284 FW_GUNLOCK(sc->fc); in fwmem_open()
289 FW_GUNLOCK(sc->fc); in fwmem_open()
311 FW_GLOCK(fms->sc->fc); in fwmem_close()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h777 ieee80211_is_ctl(__le16 fc) in ieee80211_is_ctl() argument
781 fc &= htole16(IEEE80211_FC0_TYPE_MASK); in ieee80211_is_ctl()
784 return (fc == v); in ieee80211_is_ctl()
789 ieee80211_is_data(__le16 fc) in ieee80211_is_data() argument
793 fc &= htole16(IEEE80211_FC0_TYPE_MASK); in ieee80211_is_data()
796 return (fc == v); in ieee80211_is_data()
801 ieee80211_is_data_qos(__le16 fc) in ieee80211_is_data_qos() argument
805 fc &= htole16(IEEE80211_FC0_SUBTYPE_QOS_DATA | IEEE80211_FC0_TYPE_MASK); in ieee80211_is_data_qos()
808 return (fc == v); in ieee80211_is_data_qos()
813 ieee80211_is_mgmt(__le16 fc) in ieee80211_is_mgmt() argument
[all …]
/freebsd/sys/dev/hid/
H A Dhconf.c137 struct feature_control *fc; in hconf_set_feature_control() local
144 fc = &sc->feature_controls[ctrl_id]; in hconf_set_feature_control()
145 if (fc->rlen <= 1) in hconf_set_feature_control()
148 fbuf = malloc(fc->rlen, M_TEMP, M_WAITOK | M_ZERO); in hconf_set_feature_control()
155 bzero(fbuf + 1, fc->rlen - 1); in hconf_set_feature_control()
160 if (ofc->rid != fc->rid) in hconf_set_feature_control()
162 KASSERT(fc->rlen == ofc->rlen, in hconf_set_feature_control()
164 fc->rid, fc->rlen, ofc->rlen)); in hconf_set_feature_control()
169 fbuf[0] = fc->rid; in hconf_set_feature_control()
171 error = hid_set_report(sc->dev, fbuf, fc->rlen, in hconf_set_feature_control()
[all …]
/freebsd/sys/dev/isp/
H A Disp_freebsd.c111 struct isp_fc *fc = ISP_FC_PC(isp, chan); in isp_attach_chan() local
138 fc->sim = sim; in isp_attach_chan()
139 fc->path = path; in isp_attach_chan()
140 fc->isp = isp; in isp_attach_chan()
141 fc->ready = 1; in isp_attach_chan()
145 callout_init_mtx(&fc->gdt, &isp->isp_lock, 0); in isp_attach_chan()
146 TASK_INIT(&fc->gtask, 1, isp_gdt_task, fc); in isp_attach_chan()
148 TAILQ_INIT(&fc->waitq); in isp_attach_chan()
149 STAILQ_INIT(&fc in isp_attach_chan()
230 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_detach_chan() local
307 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_freeze_loopdown() local
327 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_unfreeze_loopdown() local
348 struct isp_fc *fc = ISP_FC_PC(isp, 0); isp_rq_check_above() local
361 struct isp_fc *fc = ISP_FC_PC(isp, 0); isp_rq_check_below() local
652 struct isp_fc *fc = ISP_FC_PC(isp, bus); get_lun_statep() local
692 struct isp_fc *fc; isp_tmcmd_restart() local
720 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_get_atpd() local
735 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_find_atpd() local
748 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_put_atpd() local
760 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_dump_atpd() local
775 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_get_ntpd() local
787 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_find_ntpd() local
800 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_put_ntpd() local
809 struct isp_fc *fc = ISP_FC_PC(isp, bus); create_lun_state() local
829 struct isp_fc *fc = ISP_FC_PC(isp, bus); destroy_lun_state() local
1896 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_target_mark_aborted_early() local
2003 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_make_here() local
2026 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_make_gone() local
2047 struct isp_fc *fc = arg; isp_gdt() local
2054 struct isp_fc *fc = arg; isp_gdt_task() local
2116 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_loop_changed() local
2130 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_loop_up() local
2142 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_loop_dead() local
2217 struct isp_fc *fc = arg; isp_kthread() local
2607 struct ccb_trans_settings_fc *fc; isp_action() local
2843 struct isp_fc *fc; isp_async() local
3174 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_default_wwn() local
3268 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_fc_scratch_acquire() local
3410 struct isp_fc *fc = ISP_FC_PC(isp, chan); isp_fcp_reset_crn() local
3434 struct isp_fc *fc; isp_fcp_next_crn() local
[all...]
H A Disp_pci.c232 device_set_desc(dev, "Qlogic ISP 2422 PCI FC-AL Adapter"); in isp_pci_probe()
235 device_set_desc(dev, "Qlogic ISP 2432 PCI FC-AL Adapter"); in isp_pci_probe()
238 device_set_desc(dev, "Qlogic ISP 2532 PCI FC-AL Adapter"); in isp_pci_probe()
241 device_set_desc(dev, "Qlogic ISP 5432 PCI FC-AL Adapter"); in isp_pci_probe()
244 device_set_desc(dev, "Qlogic ISP 2031 PCI FC-AL Adapter"); in isp_pci_probe()
250 device_set_desc(dev, "Qlogic ISP 2684 PCI FC Adapter"); in isp_pci_probe()
253 device_set_desc(dev, "Qlogic ISP 2692 PCI FC Adapter"); in isp_pci_probe()
256 device_set_desc(dev, "Qlogic ISP 2714 PCI FC Adapter"); in isp_pci_probe()
259 device_set_desc(dev, "Qlogic ISP 2722 PCI FC Adapter"); in isp_pci_probe()
262 device_set_desc(dev, "Qlogic ISP 2812 PCI FC Adapter"); in isp_pci_probe()
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_time.c111 static int pt_time_ctc_fc(uint64_t *fc, uint64_t ctc, in pt_time_ctc_fc() argument
116 if (!fc || !config) in pt_time_ctc_fc()
126 *fc = (ctc * ebx) / eax; in pt_time_ctc_fc()
144 time->fc = 0ull; in pt_time_update_tsc()
179 uint64_t fc; in pt_time_update_tma() local
197 fc = packet->fc; in pt_time_update_tma()
208 time->base -= fc; in pt_time_update_tma()
209 time->fc += fc; in pt_time_update_tma()
265 /* Store our CTC value if we have or would have reset FC. */ in pt_time_update_mtc()
266 if (time->fc || time->lost_cyc || !have_mtc) in pt_time_update_mtc()
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc18 /* Additional flag or'ed to fc for decryption */
21 #define S390X_gcm_fc(A,C) ((A)->plat.s390x.fc | (A)->plat.s390x.hsflag |\
31 actx->plat.s390x.fc = S390X_AES_FC(keylen);
70 s390x_kma(iv_zero_pad, len, NULL, 0, NULL, actx->plat.s390x.fc, kma);
89 unsigned int fc;
94 fc = S390X_gcm_fc(actx, ctx) | S390X_KMA_LAAD | S390X_KMA_LPC;
97 fc, kma);
120 unsigned int fc;
125 fc = S390X_gcm_fc(actx, ctx) | S390X_KMA_LAAD | S390X_KMA_LPC;
126 s390x_kma(aad, aad_len, in, in_len, out, fc, kma);
[all …]
H A Dcipher_aes_hw_s390x.inc38 adat->plat.s390x.fc = S390X_AES_FC(keylen);
49 s390x_km(in, len, out, adat->plat.s390x.fc | modifier,
60 adat->plat.s390x.fc = S390X_AES_FC(keylen);
84 s390x_kmo(in, len, out, adat->plat.s390x.fc,
94 adat->plat.s390x.fc,
113 adat->plat.s390x.fc = S390X_AES_FC(keylen);
114 adat->plat.s390x.fc |= 16 << 24; /* 16 bytes cipher feedback */
143 s390x_kmf(in, len, out, adat->plat.s390x.fc | modifier,
174 adat->plat.s390x.fc = S390X_AES_FC(keylen);
175 adat->plat.s390x.fc |= 1 << 24; /* 1 byte cipher feedback */
[all …]
/freebsd/crypto/openssl/crypto/
H A Ds390xcpuid.pl300 # void s390x_kimd(const unsigned char *in, size_t len, unsigned int fc,
302 my ($in,$len,$fc,$param) = map("%r$_",(2..5));
308 llgfr %r0,$fc
322 # size_t outlen, unsigned int fc, void *param)
323 my ($in,$inlen,$out,$outlen,$fc) = map("%r$_",(2..6));
329 llgfr %r0,$fc
342 # unsigned int fc, void *param)
344 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6));
350 lr %r0,$fc
362 # void s390x_kmac(const unsigned char *in, size_t len, unsigned int fc,
[all …]
H A Ds390x_arch.h15 void s390x_kimd(const unsigned char *in, size_t len, unsigned int fc,
18 size_t outlen, unsigned int fc, void *param);
20 unsigned int fc, void *param);
21 void s390x_kmac(const unsigned char *in, size_t len, unsigned int fc,
24 unsigned int fc, void *param);
26 unsigned int fc, void *param);
28 size_t len, unsigned char *out, unsigned int fc, void *param);
29 int s390x_pcc(unsigned int fc, void *param);
30 int s390x_kdsa(unsigned int fc, void *param, const unsigned char *in,
/freebsd/sbin/bsdlabel/
H A Ddisktab27 :pc#720:oc#0:bc#4096:fc#512:
32 :pc#1440:oc#0:bc#4096:fc#512:
37 :pc#2400:oc#0:bc#4096:fc#512:
42 :pc#2880:oc#0:bc#4096:fc#512:
57 :pc#1600:oc#0:bc#4096:fc#512:
62 :pc#1640:oc#0:bc#4096:fc#512:
67 :pc#2952:oc#0:bc#4096:fc#512:
72 :pc#3444:oc#0:bc#4096:fc#512:
80 :pc#246528:oc#0:bc#4096:fc#512:
177 :pc#2880:oc#0:bc#4096:fc#512:
[all …]
/freebsd/contrib/openbsm/etc/
H A Daudit_event25 4:AUE_CREAT:creat(2):fc
26 5:AUE_LINK:link(2):fc
30 9:AUE_MKNOD:mknod(2):fc
42 21:AUE_SYMLINK:symlink(2):fc
63 42:AUE_RENAME:rename(2):fc,fd
68 47:AUE_MKDIR:mkdir(2):fc
94 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr,fa,fm
96 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr,fa,fm
98 77:AUE_OPEN_WC:open(2) - write,creat:fc,fw,fa,fm
100 79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,f
[all...]
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_chain.c140 struct feeder_class *fc; in feeder_build_format() local
150 fc = feeder_getclass(desc); in feeder_build_format()
151 if (fc == NULL) { in feeder_build_format()
160 ret = feeder_add(c, fc, desc); in feeder_build_format()
208 struct feeder_class *fc; in feeder_build_rate() local
223 fc = feeder_getclass(desc); in feeder_build_rate()
224 if (fc == NULL) { in feeder_build_rate()
233 ret = feeder_add(c, fc, desc); in feeder_build_rate()
286 struct feeder_class *fc; in feeder_build_matrix() local
301 fc in feeder_build_matrix()
343 struct feeder_class *fc; feeder_build_volume() local
411 struct feeder_class *fc; feeder_build_eq() local
465 struct feeder_class *fc; feeder_build_root() local
496 struct feeder_class *fc; feeder_build_mixer() local
[all...]
H A Dfeeder.c58 struct feeder_class *fc = p; in feeder_register_root() local
62 KASSERT(fc->desc == NULL, ("first feeder not root: %s", fc->name)); in feeder_register_root()
66 fte->feederclass = fc; in feeder_register_root()
76 struct feeder_class *fc = p; in feeder_register() local
80 KASSERT(fc->desc != NULL, ("feeder '%s' has no descriptor", fc->name)); in feeder_register()
87 while ((feedercnt < MAXFEEDERS) && (fc->desc[i].type > 0)) { in feeder_register()
89 fte->feederclass = fc; in feeder_register()
90 fte->desc = &fc->desc[i]; in feeder_register()
133 feeder_create(struct feeder_class *fc, struct pcm_feederdesc *desc) in feeder_create() argument
138 f = (struct pcm_feeder *)kobj_create((kobj_class_t)fc, M_FEEDER, M_NOWAIT | M_ZERO); in feeder_create()
[all …]
/freebsd/lib/libdpv/
H A Ddpv.c101 char *fc; in dpv() local
443 fc = pprompt; in dpv()
444 while (fc != NULL && *fc != '\0') { in dpv()
445 if (*fc == '\n') /* leading literal newline OK */ in dpv()
447 if (!isspace(*fc) && *fc != '\\' && backslash == 0) in dpv()
449 else if (backslash > 0 && *fc != 'n') in dpv()
451 else if (*fc == '\\') { in dpv()
456 fc++; in dpv()
459 if (fc != NULL && *fc >= '0' && *fc <= '9') in dpv()
462 else if (fc > pprompt) in dpv()
[all …]
/freebsd/share/man/man4/
H A Docs_fc.483 .It Emulex 16/8G FC GEN 5 HBAS
85 LPe15004 FC Host Bus Adapters
86 LPe160XX FC Host Bus Adapters
88 .It Emulex 32/16G FC GEN 6 HBAS
90 LPe3100X FC Host Bus Adapters
91 LPe3200X FC Host Bus Adapters
93 .It Emulex 64/32G FC GEN 7 HBAS
95 LPe3500X FC Host Bus Adapters
/freebsd/contrib/tcpdump/
H A Dprint-fddi.c160 print_fddi_fc(netdissect_options *ndo, u_char fc) in print_fddi_fc() argument
162 switch (fc) { in print_fddi_fc()
193 switch (fc & FDDIFC_CLFF) { in print_fddi_fc()
196 ND_PRINT("mac%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
200 ND_PRINT("smt%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
204 ND_PRINT("async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
208 ND_PRINT("sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
212 ND_PRINT("imp_async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
216 ND_PRINT("imp_sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
220 ND_PRINT("%02x ", fc); in print_fddi_fc()
[all …]
H A Dprint-802_11.c162 #define FC_VERSION(fc) ((fc) & 0x3) argument
163 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
164 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
165 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
166 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
167 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
168 #define FC_RETRY(fc) ((fc) & 0x0800) argument
169 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
170 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
171 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c154 __le16 fc = hdr->frame_control; in iwl_mvm_set_tx_cmd() local
161 (ieee80211_is_probe_resp(fc) && in iwl_mvm_set_tx_cmd()
167 if (ieee80211_is_probe_resp(fc)) in iwl_mvm_set_tx_cmd()
170 if (ieee80211_has_morefrags(fc)) in iwl_mvm_set_tx_cmd()
173 if (ieee80211_is_data_qos(fc)) { in iwl_mvm_set_tx_cmd()
178 } else if (ieee80211_is_back_req(fc)) { in iwl_mvm_set_tx_cmd()
191 if (ieee80211_is_data(fc)) in iwl_mvm_set_tx_cmd()
211 if (ieee80211_is_mgmt(fc)) { in iwl_mvm_set_tx_cmd()
212 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc)) in iwl_mvm_set_tx_cmd()
250 iwl_mvm_get_tx_ant(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_ant() argument
315 iwl_mvm_get_tx_rate(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_rate() argument
378 iwl_mvm_get_tx_rate_n_flags(struct iwl_mvm * mvm,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_get_tx_rate_n_flags() argument
389 iwl_mvm_set_tx_cmd_rate(struct iwl_mvm * mvm,struct iwl_tx_cmd * tx_cmd,struct ieee80211_tx_info * info,struct ieee80211_sta * sta,__le16 fc) iwl_mvm_set_tx_cmd_rate() argument
619 __le16 fc = hdr->frame_control; iwl_mvm_get_ctrl_vif_queue() local
726 __le16 fc = hdr->frame_control; iwl_mvm_tx_skb_non_sta() local
1124 __le16 fc; iwl_mvm_tx_mpdu() local
[all...]

12345678910>>...33