/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt.c | 160 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) { in ath10k_htt_connect()
|
H A D | txrx.c | 93 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_txrx_tx_unref()
|
H A D | htc.c | 45 if (htc->ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_htc_restore_tx_skb() 183 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) { in ath10k_htc_send() 206 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_htc_send()
|
H A D | htt_tx.c | 490 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_tx_start() 1273 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_htt_mgmt_tx() 1363 if (ar->bus_param.hl_msdu_ids) { in ath10k_htt_tx_hl() 1847 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_set_tx_ops()
|
H A D | htt_rx.c | 265 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_rx_ring_refill() 282 if (htt->ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_rx_free() 760 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_rx_alloc() 2898 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) { in ath10k_htt_rx_tx_compl_ind() 3971 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) { in ath10k_htt_t2h_msg_handler() 4337 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_set_rx_ops()
|
H A D | core.h | 1279 struct ath10k_bus_params bus_param; member
|
H A D | debug.c | 50 ar->bus_param.chip_id, in ath10k_debug_print_hwfw_info() 620 len = scnprintf(buf, sizeof(buf), "0x%08x\n", ar->bus_param.chip_id); in ath10k_read_chip_id()
|
H A D | coredump.c | 1527 dump_data->chip_id = cpu_to_le32(ar->bus_param.chip_id); in ath10k_coredump_build()
|
H A D | core.c | 3205 ar->bus_param = *bus_params; in ath10k_core_register()
|
H A D | mac.c | 992 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_mac_vif_beacon_cleanup() 5496 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) { in ath10k_add_interface() 5729 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_add_interface()
|
H A D | pci.c | 2292 switch (MS(ar->bus_param.chip_id, SOC_CHIP_ID_REV)) { in ath10k_pci_get_num_banks()
|
H A D | wmi-tlv.c | 3658 if (!ar->bus_param.link_can_suspend) in ath10k_wmi_tlv_op_gen_wow_enable()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | txrx.c | 94 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_txrx_tx_unref()
|
H A D | htc.c | 45 if (htc->ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_htc_restore_tx_skb() 192 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) { in ath10k_htc_send() 215 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_htc_send()
|
H A D | htt_tx.c | 490 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_tx_start() 1255 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_htt_mgmt_tx() 1348 if (ar->bus_param.hl_msdu_ids) { in ath10k_htt_tx_hl() 1838 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_set_tx_ops()
|
H A D | htt.c | 313 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) { in ath10k_htt_connect()
|
H A D | htt_rx.c | 269 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_rx_ring_refill() 286 if (htt->ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_rx_free() 787 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_rx_alloc() 3013 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) { in ath10k_htt_rx_tx_compl_ind() 4099 if (ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) { in ath10k_htt_t2h_msg_handler() 4464 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_htt_set_rx_ops()
|
H A D | core.h | 1298 struct ath10k_bus_params bus_param; member
|
H A D | debug.c | 51 ar->bus_param.chip_id, in ath10k_debug_print_hwfw_info() 621 len = scnprintf(buf, sizeof(buf), "0x%08x\n", ar->bus_param.chip_id); in ath10k_read_chip_id()
|
H A D | coredump.c | 1532 dump_data->chip_id = cpu_to_le32(ar->bus_param.chip_id); in ath10k_coredump_build()
|
H A D | core.c | 3506 ar->bus_param = *bus_params; in ath10k_core_register()
|
H A D | mac.c | 1003 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_mac_vif_beacon_cleanup() 5652 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) { in ath10k_add_interface() 5877 if (ar->bus_param.dev_type == ATH10K_DEV_TYPE_HL) in ath10k_add_interface()
|
H A D | pci.c | 2293 switch (MS(ar->bus_param.chip_id, SOC_CHIP_ID_REV)) { in ath10k_pci_get_num_banks()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | qla1280.h | 982 struct bus_param { struct 1032 struct bus_param bus_settings[MAX_BUSES];
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | qla1280.h | 981 struct bus_param { struct 1031 struct bus_param bus_settings[MAX_BUSES];
|