Home
last modified time | relevance | path

Searched refs:pdev_id (Results 26 - 50 of 66) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpci_stub.c321 struct pcistub_device_id *pdev_id) in pcistub_match_one()
327 if (pci_domain_nr(dev->bus) == pdev_id->domain in pcistub_match_one()
328 && dev->bus->number == pdev_id->bus in pcistub_match_one()
329 && dev->devfn == pdev_id->devfn) in pcistub_match_one()
342 struct pcistub_device_id *pdev_id; in pcistub_match() local
347 list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) { in pcistub_match()
348 if (pcistub_match_one(dev, pdev_id)) { in pcistub_match()
320 pcistub_match_one(struct pci_dev *dev, struct pcistub_device_id *pdev_id) pcistub_match_one() argument
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpci_stub.c320 struct pcistub_device_id *pdev_id) in pcistub_match_one()
326 if (pci_domain_nr(dev->bus) == pdev_id->domain in pcistub_match_one()
327 && dev->bus->number == pdev_id->bus in pcistub_match_one()
328 && dev->devfn == pdev_id->devfn) in pcistub_match_one()
341 struct pcistub_device_id *pdev_id; in pcistub_match() local
346 list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) { in pcistub_match()
347 if (pcistub_match_one(dev, pdev_id)) { in pcistub_match()
319 pcistub_match_one(struct pci_dev *dev, struct pcistub_device_id *pdev_id) pcistub_match_one() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.h68 struct ath12k *ath12k_mac_get_ar_by_pdev_id(struct ath12k_base *ab, u32 pdev_id);
H A Ddp_tx.c353 u8 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_tx_free_txbuf() local
364 ar = ab->pdevs[pdev_id].ar; in ath12k_dp_tx_free_txbuf()
543 u8 mac_id, pdev_id; in ath12k_dp_tx_completion_handler() local
612 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_tx_completion_handler()
613 ar = ab->pdevs[pdev_id].ar; in ath12k_dp_tx_completion_handler()
1002 cmd->hdr.pdev_mask = 1 << ar->pdev->pdev_id; in ath12k_dp_tx_htt_h2t_ext_stats_req()
H A Dcore.h421 u32 pdev_id; member
513 /* pdev_idx starts from 0 whereas pdev->pdev_id starts with 1 */
620 u32 pdev_id; member
627 u32 pdev_id; member
H A Dmac.c587 struct ath12k *ath12k_mac_get_ar_by_pdev_id(struct ath12k_base *ab, u32 pdev_id) in ath12k_mac_get_ar_by_pdev_id() argument
597 if (WARN_ON(pdev_id > ab->num_radios)) in ath12k_mac_get_ar_by_pdev_id()
603 if (pdev && pdev->pdev_id == pdev_id) in ath12k_mac_get_ar_by_pdev_id()
661 txpower, ar->pdev->pdev_id); in ath12k_mac_txpower_recalc()
671 txpower, ar->pdev->pdev_id); in ath12k_mac_txpower_recalc()
732 ar->pdev->pdev_id); in ath12k_mac_set_kickout()
938 arg.pdev_id = pdev->pdev_id; in ath12k_mac_monitor_vdev_create()
2530 param_value, ar->pdev->pdev_id); in ath12k_mac_op_bss_info_changed()
[all...]
H A Dhw.h192 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
H A Ddp_rx.c1553 u8 pdev_id; in ath12k_htt_pull_ppdu_stats() local
1565 pdev_id = le32_get_bits(msg->info, HTT_T2H_PPDU_STATS_INFO_PDEV_ID); in ath12k_htt_pull_ppdu_stats()
1569 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_pull_ppdu_stats()
1656 u8 pdev_id; in ath12k_htt_mlo_offset_event_handler() local
1659 pdev_id = u32_get_bits(__le32_to_cpu(msg->info), in ath12k_htt_mlo_offset_event_handler()
1663 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_mlo_offset_event_handler()
1665 ath12k_warn(ab, "invalid pdev id %d on htt mlo offset\n", pdev_id); in ath12k_htt_mlo_offset_event_handler()
2562 u8 mac_id, pdev_id; in ath12k_dp_rx_process_received_packets() local
2573 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_rx_process_received_packets()
2574 ar = ab->pdevs[pdev_id] in ath12k_dp_rx_process_received_packets()
3418 int pdev_id; ath12k_dp_rx_process_err() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.h139 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
H A Ddebugfs.h48 u8 pdev_id; member
H A Dhw.h167 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
H A Dmac.c518 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id) in ath11k_mac_get_ar_by_pdev_id() argument
528 if (WARN_ON(pdev_id > ab->num_radios)) in ath11k_mac_get_ar_by_pdev_id()
534 if (pdev && pdev->pdev_id == pdev_id) in ath11k_mac_get_ar_by_pdev_id()
617 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc()
627 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc()
688 ar->pdev->pdev_id); in ath11k_mac_set_kickout()
1899 param_value, ar->pdev->pdev_id); in ath11k_mac_op_bss_info_changed()
2085 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id); in ath11k_mac_op_bss_info_changed()
2087 ath11k_wmi_send_twt_disable_cmd(ar, ar->pdev->pdev_id); in ath11k_mac_op_bss_info_changed()
[all...]
H A Dcore.h388 u32 pdev_id; member
501 /* pdev_idx starts from 0 whereas pdev->pdev_id starts with 1 */
590 u32 pdev_id; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h1681 __le32 pdev_id; member
1811 __le32 pdev_id; /* not used */ member
1818 __le32 pdev_id; member
1822 __le32 pdev_id; /* not used yet */ member
1828 __le32 pdev_id; /* not used yet */ member
1919 __le32 pdev_id; /* not used yet */ member
1924 __le32 pdev_id; /* not used yet */ member
2095 __le32 pdev_id; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h1681 __le32 pdev_id; member
1811 __le32 pdev_id; /* not used */ member
1818 __le32 pdev_id; member
1822 __le32 pdev_id; /* not used yet */ member
1828 __le32 pdev_id; /* not used yet */ member
1919 __le32 pdev_id; /* not used yet */ member
1924 __le32 pdev_id; /* not used yet */ member
2095 __le32 pdev_id; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c1138 u32 pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req() local
1153 pdev_id = ath11k_mac_get_target_pdev_id(ar); in ath11k_dp_tx_htt_h2t_ext_stats_req()
1155 pdev_id = ar->pdev->pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req()
1157 cmd->hdr.pdev_mask = 1 << pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req()
H A Dmac.h160 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
H A Dcore.h548 u32 pdev_id; member
657 /* pdev_idx starts from 0 whereas pdev->pdev_id starts with 1 */
770 u32 pdev_id; member
883 u32 pdev_id; member
H A Ddebugfs_htt_stats.h1701 u32 pdev_id; member
1791 u32 pdev_id; member
1970 u32 pdev_id; member
1979 u32 pdev_id; member
H A Dhw.h232 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
/kernel/linux/linux-5.10/drivers/edac/
H A Daltera_edac.c1040 const struct of_device_id *pdev_id; in altr_init_a10_ecc_device_type() local
1056 pdev_id = of_match_node(altr_edac_a10_device_of_match, child); in altr_init_a10_ecc_device_type()
1057 if (IS_ERR_OR_NULL(pdev_id)) in altr_init_a10_ecc_device_type()
1061 prv = pdev_id->data; in altr_init_a10_ecc_device_type()
1855 const struct of_device_id *pdev_id = in altr_edac_a10_device_add() local
1857 if (IS_ERR_OR_NULL(pdev_id)) in altr_edac_a10_device_add()
1861 prv = pdev_id->data; in altr_edac_a10_device_add()
/kernel/linux/linux-6.6/drivers/edac/
H A Daltera_edac.c1049 const struct of_device_id *pdev_id; in altr_init_a10_ecc_device_type() local
1065 pdev_id = of_match_node(altr_edac_a10_device_of_match, child); in altr_init_a10_ecc_device_type()
1066 if (IS_ERR_OR_NULL(pdev_id)) in altr_init_a10_ecc_device_type()
1070 prv = pdev_id->data; in altr_init_a10_ecc_device_type()
1904 const struct of_device_id *pdev_id = in altr_edac_a10_device_add() local
1906 if (IS_ERR_OR_NULL(pdev_id)) in altr_edac_a10_device_add()
1910 prv = pdev_id->data; in altr_edac_a10_device_add()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsm501.c79 unsigned int pdev_id; member
714 smdev->pdev.id = sm->pdev_id; in sm501_create_subdev()
1385 sm->pdev_id = dev->id; in sm501_plat_probe()
1577 sm->pdev_id = 32 + dev->devfn; in sm501_pci_probe()
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpbe_osd.c1533 const struct platform_device_id *pdev_id; in osd_probe() local
1537 pdev_id = platform_get_device_id(pdev); in osd_probe()
1538 if (!pdev_id) in osd_probe()
1547 osd->vpbe_type = pdev_id->driver_data; in osd_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dsm501.c79 unsigned int pdev_id; member
714 smdev->pdev.id = sm->pdev_id; in sm501_create_subdev()
1385 sm->pdev_id = dev->id; in sm501_plat_probe()
1571 sm->pdev_id = 32 + dev->devfn; in sm501_pci_probe()

Completed in 63 milliseconds

123