Home
last modified time | relevance | path

Searched refs:phy_param (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_sds.c758 struct asd_manuf_phy_param *phy_param; in asd_ms_get_phy_params() local
761 phy_param = asd_find_ll_by_id(manuf_sec, 'P', 'M'); in asd_ms_get_phy_params()
762 if (!phy_param) { in asd_ms_get_phy_params()
780 phy_param = &dflt_phy_param; in asd_ms_get_phy_params()
784 if (phy_param->maj != 0) { in asd_ms_get_phy_params()
786 phy_param->maj); in asd_ms_get_phy_params()
790 ASD_DPRINTK("ms: num_phy_desc: %d\n", phy_param->num_phy_desc); in asd_ms_get_phy_params()
792 for (i = 0; i < phy_param->num_phy_desc; i++) { in asd_ms_get_phy_params()
793 struct asd_manuf_phy_desc *pd = &phy_param->phy_desc[i]; in asd_ms_get_phy_params()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_sds.c762 struct asd_manuf_phy_param *phy_param; in asd_ms_get_phy_params() local
765 phy_param = asd_find_ll_by_id(manuf_sec, 'P', 'M'); in asd_ms_get_phy_params()
766 if (!phy_param) { in asd_ms_get_phy_params()
784 phy_param = &dflt_phy_param; in asd_ms_get_phy_params()
788 if (phy_param->maj != 0) { in asd_ms_get_phy_params()
790 phy_param->maj); in asd_ms_get_phy_params()
794 ASD_DPRINTK("ms: num_phy_desc: %d\n", phy_param->num_phy_desc); in asd_ms_get_phy_params()
796 for (i = 0; i < phy_param->num_phy_desc; i++) { in asd_ms_get_phy_params()
797 struct asd_manuf_phy_desc *pd = &phy_param->phy_desc[i]; in asd_ms_get_phy_params()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c1302 struct hci_cp_le_scan_phy_params *phy_param; in hci_cc_le_set_ext_scan_param() local
1313 phy_param = (void *)cp->data; in hci_cc_le_set_ext_scan_param()
1317 hdev->le_scan_type = phy_param->type; in hci_cc_le_set_ext_scan_param()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c1723 struct hci_cp_le_scan_phy_params *phy_param; in hci_cc_le_set_ext_scan_param() local
1734 phy_param = (void *)cp->data; in hci_cc_le_set_ext_scan_param()
1738 hdev->le_scan_type = phy_param->type; in hci_cc_le_set_ext_scan_param()

Completed in 21 milliseconds