Searched refs:fc (Results 51 - 75 of 150) sorted by last modified time

123456

/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h27 #define WLAN_FC_GET_TYPE(fc) (((fc) & 0x000c) >> 2)
28 #define WLAN_FC_GET_STYPE(fc) (((fc) & 0x00f0) >> 4)
H A Dieee802_11_common.h189 const char * fc2str(u16 fc);
H A Dieee802_11_common.c595 u16 fc, type, stype; local
604 fc = le_to_host16(hdr->frame_control);
605 type = WLAN_FC_GET_TYPE(fc);
606 stype = WLAN_FC_GET_STYPE(fc);
612 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) {
1265 const char * fc2str(u16 fc) argument
1267 u16 stype = WLAN_FC_GET_STYPE(fc);
1270 switch (WLAN_FC_GET_TYPE(fc)) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c2480 u16 fc, stype; local
2498 fc = le_to_host16(mgmt->frame_control);
2499 stype = WLAN_FC_GET_STYPE(fc);
H A Dieee802_11.c2036 u16 fc; local
2066 fc = le_to_host16(mgmt->frame_control);
2079 status_code, !!(fc & WLAN_FC_ISWEP),
2081 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "",
2230 if ((fc & WLAN_FC_RETRY) &&
2358 fc & WLAN_FC_ISWEP);
3862 u16 capab_info, listen_interval, seq_ctrl, fc; local
3902 fc = le_to_host16(mgmt->frame_control);
3914 seq_ctrl, (fc & WLAN_FC_RETRY) ? " retry" : "");
3925 seq_ctrl, (fc
4442 u16 fc = le_to_host16(mgmt->frame_control); local
4612 u16 fc, stype; local
[all...]
H A Ddrv_callbacks.c1137 u16 fc; local
1146 fc = le_to_host16(mgmt->frame_control);
1147 if (WLAN_FC_GET_STYPE(fc) != WLAN_FC_STYPE_ACTION)
1272 u16 fc = le_to_host16(hdr->frame_control); local
1278 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
1279 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON)
1669 u16 fc; local
1672 fc = le_to_host16(hdr->frame_control);
1673 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
1674 WLAN_FC_GET_STYPE(fc)
[all...]
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c137 struct fdhashhead *fc; local
140 fc = FD_NHASH(fd->fd_ix);
142 LIST_FOREACH(fd2, fc, fd_hash) {
156 struct fdhashhead *fc; local
163 fc = FD_NHASH(ix);
176 LIST_FOREACH(fd, fc, fd_hash) {
226 LIST_FOREACH(fd2, fc, fd_hash) {
245 LIST_INSERT_HEAD(fc, fd, fd_hash);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c511 *((uint64_t*)req->hw_addr.fc.wwnn) = ocs_htobe64(ocs->domain->sport->wwnn);
512 *((uint64_t*)req->hw_addr.fc.wwpn) = ocs_htobe64(ocs->domain->sport->wwpn);
H A Dsli4.h3979 fc:1, member in struct:sli4_fcf_entry_s
H A Docs_ioctl.h69 } fc; member in union:__anon7612::__anon7613
H A Docs_hw.c5567 * @param arg Argument to pass to pointer fc hosts statistics structure.
9187 if (read_fcf->fcf_entry.fc ||
9192 if (read_fcf->fcf_entry.fc) {
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c529 fwdma_malloc(sbp->fd.fc,
810 STAILQ_FOREACH(fwdev, &sbp->fd.fc->devices, link)
821 STAILQ_FOREACH(fwdev, &sbp->fd.fc->devices, link) {
933 fw_asyreq(xfer->fc, -1, xfer);
1135 fw_asyreq(xfer->fc, -1, xfer);
1171 fw_asyreq(xfer->fc, -1, xfer);
1237 htonl(((sdev->target->sbp->fd.fc->nodeid | FWLOCALBUS) << 16));
1240 if (fw_asyreq(xfer->fc, -1, xfer) != 0) {
1293 fw_asyreq(xfer->fc, -1, xfer);
1329 xfer->fc
1907 struct firewire_comm *fc; local
2105 struct firewire_comm *fc = sbp->fd.fc; local
2635 struct firewire_comm *fc; local
[all...]
H A Dfwohci_pci.c262 mtx_init(FW_GMTX(&sc->fc), "firewire", NULL, MTX_DEF);
311 /*lockarg*/FW_GMTX(&sc->fc),
312 &sc->fc.dmat);
348 if (sc->fc.bdev) {
349 device_delete_child(self, sc->fc.bdev);
350 sc->fc.bdev = NULL;
379 mtx_destroy(FW_GMTX(&sc->fc));
431 sc->fc.bdev = child;
432 device_set_ivars(child, &sc->fc);
451 fwohci_poll(&sc->fc,
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h664 struct ccb_pathinq_settings_fc fc; member in union:ccb_pathinq::__anon5230
1034 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings::__anon5237
1094 struct ccb_sim_knob_settings_fc fc; member in union:ccb_sim_knob::__anon5238
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.c291 adapter->hw.fc.high_water = FCRTH;
292 adapter->hw.fc.low_water = FCRTL;
293 adapter->hw.fc.pause_time = FCPAUSE;
294 adapter->hw.fc.send_xon = TRUE;
295 adapter->hw.fc.type = FLOW_CONTROL;
/freebsd-11-stable/sys/dev/e1000/
H A De1000_phy.c1495 /* Need to parse both autoneg_advertised and fc and set up
1555 * The possible values of the "fc" parameter are:
1565 switch (hw->fc.current_mode) {
2022 hw->fc.current_mode = e1000_fc_none;
H A De1000_hw.h1007 struct e1000_fc_info fc; member in struct:e1000_hw
H A De1000_82575.c1731 switch (hw->fc.requested_mode) {
/freebsd-11-stable/sys/net/
H A Dif_iso88025subr.c237 gen_th.fc = TR_LLC_FRAME;
302 * mbuf provided, ac/fc are set in sa_data. sockaddr.sa_data
308 gen_th.fc = sd->fc;
582 th2->fc = TR_LLC_FRAME;
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c105 device_printf(sc->fc.dev, "phy read failed(1).\n");
116 device_printf(sc->fc.dev, "phy read failed(2).\n");
123 device_printf(sc->fc.dev,
297 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
375 device_printf(fc->dev, "node_id=0x%08x, gen=%d, ",
387 device_printf(fc->dev, "SID Error\n");
404 device_printf(fc->dev, "INTERRUPT < %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s> 0x%08x, 0x%08x\n",
431 device_printf(fc->dev, "BUS reset\n");
457 device_printf(sc->fc.dev,
/freebsd-11-stable/sys/net/altq/
H A Daltq_rio.c665 struct rio_conf *fc; local
669 fc = (struct rio_conf *)addr;
670 if ((rqp = altq_lookup(fc->iface.rio_ifname,
676 new = rio_alloc(fc->rio_weight, &fc->q_params[0],
677 fc->rio_flags, fc->rio_pkttime);
685 limit = fc->rio_limit;
686 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max)
687 limit = fc
[all...]
/freebsd-11-stable/sys/libkern/
H A Dzlib.c324 } fc; member in struct:ct_data_s
331 #define Freq fc.freq
332 #define Code fc.code
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c252 futex_condvar_assert(const struct futex_condvar *fc) argument
255 KASSERT(fc->fc_waitcount >= futex_queue_count(&fc->fc_waiters),
257 futex_lock_assert(fc->fc_lock);
265 struct futex_condvar *fc; local
273 LIST_FOREACH(fc, &futex_condvar_list, fc_next) {
274 if (futex_address_match(&fc->fc_address, &fa_condvar)) {
277 futex_condvar_assert(fc);
278 *fcret = fc;
294 struct futex_condvar *fc; local
340 futex_condvar_release(struct futex_condvar *fc) argument
356 futex_condvar_unmanage(struct futex_condvar *fc, cloudabi_condvar_t *condvar) argument
983 struct futex_condvar *fc; local
1099 struct futex_condvar *fc; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_15_4.c50 #define FC_FRAME_TYPE(fc) ((fc) & 0x7)
55 #define FC_DEST_ADDRESSING_MODE(fc) (((fc) >> 10) & 0x3)
56 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3)
57 #define FC_SRC_ADDRESSING_MODE(fc) (((fc) >> 14) & 0x3)
70 uint16_t fc; local
80 fc
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c1271 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1272 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1282 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1283 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc);
1287 if (fc->ipAddressChoice->type ==
1296 if (fc->ipAddressChoice->type == IPAddressChoice_inherit
1298 fc->ipAddressChoice->u.addressesOrRanges,
1299 length_from_afi(v3_addr_get_afi(fc))))

Completed in 757 milliseconds

123456