Home
last modified time | relevance | path

Searched refs:phy_param (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/aic94xx/
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()
/linux-5.19.10/net/bluetooth/
Dhci_event.c1652 struct hci_cp_le_scan_phy_params *phy_param; in hci_cc_le_set_ext_scan_param() local
1663 phy_param = (void *)cp->data; in hci_cc_le_set_ext_scan_param()
1667 hdev->le_scan_type = phy_param->type; in hci_cc_le_set_ext_scan_param()