Searched refs:mcc (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c410 struct bm_mc_command *mcc; local
416 mcc = bm_mc_start(p_BmPortal->p_BmPortalLow);
417 mcc->acquire.bpid = bpid;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c4715 uint16_t mcc; local
4727 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]);
4752 mcc = mcc_resp->mcc;
4756 mcc = mcc_resp_v1->mcc;
4761 if (mcc == 0)
4762 mcc = 0x3030; /* "00" - world */
4766 mcc >> 8, mcc
[all...]
H A Dif_iwmreg.h5828 * @mcc: given mobile country code
5833 uint16_t mcc; member in struct:iwm_mcc_update_cmd_v1
5844 * @mcc: given mobile country code
5851 uint16_t mcc; member in struct:iwm_mcc_update_cmd
5864 * @mcc: the new applied MCC
5874 uint16_t mcc; member in struct:iwm_mcc_update_resp_v1
5887 * @mcc: the new applied MCC
5899 uint16_t mcc; member in struct:iwm_mcc_update_resp
5909 * struct iwm_mcc_chub_notif - chub notifies of mcc change
5912 * the cellular and connectivity cores that gets updates of the mcc, an
5924 uint16_t mcc; member in struct:iwm_mcc_chub_notif
[all...]
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatmvar.h61 uint32_t mcc; member in struct:istats
H A Dif_hatm.c1288 sc->istats.mcc += READ4(sc, HE_REGO_MCC);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.c201 "@wlan.mnc%s.mcc%c%c%c.3gppnetwork.org",
1500 unsigned int mcc; local
1504 mcc = atoi(mcc_str);
1506 if (mcc == 228)
1508 if (mcc == 244)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c609 !MLX5_CAP_MCAM_REG(dev, mcc) ||
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1493 char *mcc, *mnc; local
1496 mcc = pos;
1506 if (os_strlen(mcc) != 3 || (mnc_len != 2 && mnc_len != 3))
1511 *ipos++ = ((mcc[1] - '0') << 4) | (mcc[0] - '0');
1514 (mcc[2] - '0');
/freebsd-11-stable/sys/dev/e1000/
H A De1000_hw.h539 u64 mcc; member in struct:e1000_hw_stats
H A Dif_lem.c4424 adapter->stats.mcc += E1000_READ_REG(&adapter->hw, E1000_MCC);
4618 CTLFLAG_RD, &stats->mcc,
H A Dif_igb.c5711 stats->mcc += E1000_READ_REG(hw, E1000_MCC);
6056 CTLFLAG_RD, &stats->mcc,
H A Dif_em.c5582 adapter->stats.mcc += E1000_READ_REG(&adapter->hw, E1000_MCC);
5807 CTLFLAG_RD, &stats->mcc,
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h8660 u8 mcc[0x1]; member in struct:mlx5_ifc_mcam_access_reg_bits

Completed in 458 milliseconds