Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_os.c1257 u16 vol_hdl, u64 volume_wwid, in leapraid_slave_configure_extra() argument
1282 sas_dev->volume_hdl = vol_hdl; in leapraid_slave_configure_extra()
1312 u16 hdl, vol_hdl = 0; in leapraid_sdev_configure() local
1326 if (leapraid_cfg_get_volume_hdl(adapter, hdl, &vol_hdl)) { in leapraid_sdev_configure()
1333 if (vol_hdl && leapraid_cfg_get_volume_wwid(adapter, vol_hdl, in leapraid_sdev_configure()
1337 __func__, vol_hdl); in leapraid_sdev_configure()
1342 if (leapraid_slave_configure_extra(sdev, &sas_dev, vol_hdl, in leapraid_sdev_configure()
H A Dleapraid_func.c2377 u16 pd_hdl, u16 *vol_hdl) in leapraid_cfg_find_vol_in_page() argument
2398 *vol_hdl = le16_to_cpu(elem->vol_dev_hdl); in leapraid_cfg_find_vol_in_page()
2404 *vol_hdl = 0; in leapraid_cfg_find_vol_in_page()
2423 u16 pd_hdl, u16 *vol_hdl) in leapraid_cfg_get_volume_hdl_dispatch() argument
2443 *vol_hdl = 0; in leapraid_cfg_get_volume_hdl_dispatch()
2454 vol_hdl); in leapraid_cfg_get_volume_hdl_dispatch()
2464 u16 pd_hdl, u16 *vol_hdl) in leapraid_cfg_get_volume_hdl() argument
2474 *vol_hdl = 0; in leapraid_cfg_get_volume_hdl()
2525 pd_hdl, vol_hdl); in leapraid_cfg_get_volume_hdl()
2576 u16 vol_hdl, u64 *wwid) in leapraid_cfg_get_volume_wwid() argument
[all …]