Searched refs:mr_device_priv_data (Results 1 – 1 of 1) sorted by relevance
228 struct MR_PRIV_DEVICE *mr_device_priv_data = in megasas_sdev_busy_inc() local230 atomic_inc(&mr_device_priv_data->sdev_priv_busy); in megasas_sdev_busy_inc()239 struct MR_PRIV_DEVICE *mr_device_priv_data = in megasas_sdev_busy_dec() local241 atomic_dec(&mr_device_priv_data->sdev_priv_busy); in megasas_sdev_busy_dec()250 struct MR_PRIV_DEVICE *mr_device_priv_data = in megasas_sdev_busy_read() local252 return atomic_read(&mr_device_priv_data->sdev_priv_busy); in megasas_sdev_busy_read()3085 struct MR_PRIV_DEVICE *mr_device_priv_data; in megasas_build_syspd_fusion() local3092 mr_device_priv_data = scmd->device->hostdata; in megasas_build_syspd_fusion()3093 cmd->pd_interface = mr_device_priv_data->interface_type; in megasas_build_syspd_fusion()3209 struct MR_PRIV_DEVICE *mr_device_priv_data; in megasas_build_io_fusion() local[all …]