Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c135 const bool cnm = !!(dev->fw_features & MT792x_FW_CAP_CNM); in mt792x_setup_iface_combinations()
136 const bool nan = !!(dev->fw_features & MT792x_FW_CAP_NAN); in mt792x_setup_iface_combinations()
776 if (dev->fw_features & MT792x_FW_CAP_CNM) in mt792x_init_wiphy()
795 if ((dev->fw_features & MT792x_FW_CAP_CNM) && in mt792x_init_wiphy()
796 (dev->fw_features & MT792x_FW_CAP_NAN)) { in mt792x_init_wiphy()
926 void *drv_data, u8 *fw_features) in mt792x_get_mac80211_ops() argument
935 *fw_features = mt792x_get_offload_capability(dev, drv_data); in mt792x_get_mac80211_ops()
938 *fw_features |= MT792x_FW_CAP_CNM; in mt792x_get_mac80211_ops()
940 if (!(*fw_features & MT792x_FW_CAP_CNM)) { in mt792x_get_mac80211_ops()
H A Dmt792x.h323 u8 fw_features; member
526 void *drv_data, u8 *fw_features);
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-turris-omnia-mcu57 What: /sys/bus/i2c/devices/<mcu_device>/fw_features
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu-base.c114 static DEVICE_ATTR_RO(fw_features);
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dusb.c203 dev->fw_features = features; in mt7925u_probe()
H A Dinit.c170 if (!(dev->fw_features & MT792x_FW_CAP_NAN)) in mt7925_init_nan_cap()
H A Dpci.c617 dev->fw_features = features; in mt7925_pci_probe()
/linux/drivers/scsi/
H A Dmyrb.h329 } fw_features; member
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci.c360 dev->fw_features = features; in mt7921_pci_probe()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1275 ar->running_fw->fw_file.fw_features) && in ath10k_mac_monitor_vdev_is_needed()
1967 ar->running_fw->fw_file.fw_features)) { in ath10k_mac_vif_setup_ps()
2258 ar->running_fw->fw_file.fw_features)) { in ath10k_peer_assoc_h_crypto()
3775 ar->running_fw->fw_file.fw_features)) in ath10k_mac_tx_h_get_txmode()
4006 ar->running_fw->fw_file.fw_features) || in ath10k_mac_tx_h_get_txpath()
4253 ar->running_fw->fw_file.fw_features)) { in ath10k_mgmt_over_wmi_tx_work()
5312 ar->running_fw->fw_file.fw_features)) { in ath10k_start()
5348 ar->running_fw->fw_file.fw_features) && in ath10k_start()
8480 ar->normal_mode_fw.fw_file.fw_features); in ath10k_mac_op_set_bitrate_mask()
10063 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()
[all …]
H A Dwmi.c2322 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_op_pull_mgmt_rx_ev()
2838 ar->running_fw->fw_file.fw_features)) in ath10k_wmi_event_chan_info()
5612 ar->running_fw->fw_file.fw_features)) in ath10k_wmi_event_service_ready_work()
9586 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_attach()
9630 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_detach()
H A Dhtt_rx.c1416 ar->running_fw->fw_file.fw_features)) in ath10k_htt_rx_nwifi_hdrlen()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h1112 DECLARE_BITMAP(fw_features, ATH12K_FW_FEATURE_COUNT);