Home
last modified time | relevance | path

Searched refs:mcc_cmd (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_iwm.c6556 struct iwm_mcc_update_cmd mcc_cmd; in iwm_send_update_mcc_cmd() local
6560 .data = { &mcc_cmd }, in iwm_send_update_mcc_cmd()
6571 memset(&mcc_cmd, 0, sizeof(mcc_cmd)); in iwm_send_update_mcc_cmd()
6572 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwm_send_update_mcc_cmd()
6575 mcc_cmd.source_id = IWM_MCC_SOURCE_GET_CURRENT; in iwm_send_update_mcc_cmd()
6577 mcc_cmd.source_id = IWM_MCC_SOURCE_OLD_FW; in iwm_send_update_mcc_cmd()