Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/iwm/
H A Dif_iwm.c4605 struct iwm_mcc_update_cmd mcc_cmd; in iwm_send_update_mcc_cmd() local
4609 .data = { &mcc_cmd }, in iwm_send_update_mcc_cmd()
4627 memset(&mcc_cmd, 0, sizeof(mcc_cmd)); in iwm_send_update_mcc_cmd()
4628 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwm_send_update_mcc_cmd()
4630 mcc_cmd.source_id = IWM_MCC_SOURCE_GET_CURRENT; in iwm_send_update_mcc_cmd()
4632 mcc_cmd.source_id = IWM_MCC_SOURCE_OLD_FW; in iwm_send_update_mcc_cmd()
4641 alpha2[0], alpha2[1], mcc_cmd.source_id); in iwm_send_update_mcc_cmd()