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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_hw.h277 u64 mcc; member in struct:igc_hw_stats
H A Dif_igc.c2317 adapter->stats.mcc += IGC_READ_REG(&adapter->hw, IGC_MCC);
2543 CTLFLAG_RD, &stats->mcc,
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h6527 * @mcc: given mobile country code
6532 uint16_t mcc; member in struct:iwm_mcc_update_cmd_v1
6543 * @mcc: given mobile country code
6550 uint16_t mcc; member in struct:iwm_mcc_update_cmd
6563 * @mcc: the new applied MCC
6573 uint16_t mcc; member in struct:iwm_mcc_update_resp_v1
6586 * @mcc: the new applied MCC
6598 uint16_t mcc; member in struct:iwm_mcc_update_resp_v2
6616 * @mcc: the new applied MCC
6628 uint16_t mcc; member in struct:iwm_mcc_update_resp_v3
6653 uint16_t mcc; member in struct:iwm_mcc_chub_notif
[all...]
H A Dif_iwm.c8155 (le16toh(notif->mcc) & 0xff00) >> 8, le16toh(notif->mcc) & 0xff);
8159 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc));
9870 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_hw.h564 u64 mcc; member in struct:e1000_hw_stats
H A Dif_em.c4079 sc->stats.mcc += E1000_READ_REG(&sc->hw, E1000_MCC);
4320 CTLFLAG_RD, &stats->mcc,
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h7629 * @mcc: given mobile country code
7636 uint16_t mcc; member in struct:iwx_mcc_update_cmd
7649 * @mcc: the new applied MCC
7661 uint16_t mcc; member in struct:iwx_mcc_update_resp_v3
7685 * @mcc: the new applied MCC
7698 uint16_t mcc; member in struct:iwx_mcc_update_resp
7709 * struct iwx_mcc_chub_notif - chub notifies of mcc change
7712 * the cellular and connectivity cores that gets updates of the mcc, and
7713 * notifies the ucode directly of any mcc change.
7719 * @mcc
7724 uint16_t mcc; member in struct:iwx_mcc_chub_notif
[all...]
H A Dif_iwx.c7199 (le16toh(notif->mcc) & 0xff00) >> 8, le16toh(notif->mcc) & 0xff);
7203 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc));
8931 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]);
8964 DPRINTF(("MCC status=0x%x mcc=0x%x cap=0x%x time=0x%x geo_info=0x%x source_id=0x%d n_channels=%u\n",
8965 resp->status, resp->mcc, resp->cap, resp->time, resp->geo_info, resp->source_id, resp->n_channels));

Completed in 257 milliseconds