Home
last modified time | relevance | path

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

/src/sys/dev/iwm/
H A Dif_iwm.c4660 struct iwm_mcc_update_cmd mcc_cmd; in iwm_send_update_mcc_cmd() local
4664 .data = { &mcc_cmd }, in iwm_send_update_mcc_cmd()
4682 memset(&mcc_cmd, 0, sizeof(mcc_cmd)); in iwm_send_update_mcc_cmd()
4683 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwm_send_update_mcc_cmd()
4685 mcc_cmd.source_id = IWM_MCC_SOURCE_GET_CURRENT; in iwm_send_update_mcc_cmd()
4687 mcc_cmd.source_id = IWM_MCC_SOURCE_OLD_FW; in iwm_send_update_mcc_cmd()
4696 alpha2[0], alpha2[1], mcc_cmd.source_id); in iwm_send_update_mcc_cmd()
/src/sys/dev/iwx/
H A Dif_iwx.c8327 struct iwx_mcc_update_cmd mcc_cmd; in iwx_send_update_mcc_cmd() local
8331 .data = { &mcc_cmd }, in iwx_send_update_mcc_cmd()
8338 memset(&mcc_cmd, 0, sizeof(mcc_cmd)); in iwx_send_update_mcc_cmd()
8339 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwx_send_update_mcc_cmd()
8342 mcc_cmd.source_id = IWX_MCC_SOURCE_GET_CURRENT; in iwx_send_update_mcc_cmd()
8344 mcc_cmd.source_id = IWX_MCC_SOURCE_OLD_FW; in iwx_send_update_mcc_cmd()