Searched refs:bt_cmd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | coex.c | 142 struct iwl_bt_coex_cmd bt_cmd = {}; in iwl_mvm_send_bt_init_conf() local 160 bt_cmd.mode = cpu_to_le32(mode); in iwl_mvm_send_bt_init_conf() 164 bt_cmd.mode = cpu_to_le32(BT_COEX_NW); in iwl_mvm_send_bt_init_conf() 167 bt_cmd.enabled_modules |= in iwl_mvm_send_bt_init_conf() 171 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); in iwl_mvm_send_bt_init_conf() 173 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_HIGH_BAND_RET); in iwl_mvm_send_bt_init_conf() 179 return iwl_mvm_send_cmd_pdu(mvm, BT_CONFIG, 0, sizeof(bt_cmd), &bt_cmd); in iwl_mvm_send_bt_init_conf()
|
| H A D | debugfs.c | 2015 MVM_DEBUGFS_READ_FILE_OPS(bt_cmd); 2220 MVM_DEBUGFS_ADD_FILE(bt_cmd, mvm->debugfs_dir, 0400); in iwl_mvm_dbgfs_register()
|
| /freebsd-14.2/sys/dev/iwm/ |
| H A D | if_iwm.c | 4567 struct iwm_bt_coex_cmd bt_cmd; in iwm_send_bt_init_conf() local 4569 bt_cmd.mode = htole32(IWM_BT_COEX_WIFI); in iwm_send_bt_init_conf() 4570 bt_cmd.enabled_modules = htole32(IWM_BT_COEX_HIGH_BAND_RET); in iwm_send_bt_init_conf() 4572 return iwm_send_cmd_pdu(sc, IWM_BT_CONFIG, 0, sizeof(bt_cmd), in iwm_send_bt_init_conf() 4573 &bt_cmd); in iwm_send_bt_init_conf()
|