Lines Matching refs:phys_disk_dev_hdl
2396 phys_hdl = le16_to_cpu(elem->phys_disk_dev_hdl); in leapraid_cfg_find_vol_in_page()
4112 hdl = le16_to_cpu(evt_data->phys_disk_dev_hdl); in leapraid_sas_pd_add()
4153 hdl = le16_to_cpu(evt_data->phys_disk_dev_hdl); in leapraid_sas_pd_delete()
4169 hdl = le16_to_cpu(evt_data->phys_disk_dev_hdl); in leapraid_sas_pd_hide()
4216 hdl = le16_to_cpu(evt_data->phys_disk_dev_hdl); in leapraid_sas_pd_expose()
5242 u16 phys_disk_dev_hdl; in leapraid_check_ir_change_evt() local
5251 phys_disk_dev_hdl = in leapraid_check_ir_change_evt()
5252 le16_to_cpu(evt_data->phys_disk_dev_hdl); in leapraid_check_ir_change_evt()
5253 if (!phys_disk_dev_hdl || in leapraid_check_ir_change_evt()
5254 phys_disk_dev_hdl > in leapraid_check_ir_change_evt()
5259 clear_bit(phys_disk_dev_hdl, in leapraid_check_ir_change_evt()
5261 leapraid_tgt_rst_send(adapter, phys_disk_dev_hdl); in leapraid_check_ir_change_evt()