Home
last modified time | relevance | path

Searched refs:pm8001_tag_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.h629 int pm8001_tag_alloc(struct pm8001_hba_info *pm8001_ha, u32 *tag_out);
741 } else if (pm8001_tag_alloc(pm8001_ha, &tag)) { in pm8001_ccb_alloc()
H A Dpm80xx_hwi.c1203 rc = pm8001_tag_alloc(pm8001_ha, &tag); in pm80xx_set_thermal_config()
1249 rc = pm8001_tag_alloc(pm8001_ha, &tag); in pm80xx_set_sas_protocol_timer_config()
1405 rc = pm8001_tag_alloc(pm8001_ha, &tag); in pm80xx_encrypt_update()
4652 ret = pm8001_tag_alloc(pm8001_ha, &tag); in pm80xx_chip_phy_start_req()
4697 ret = pm8001_tag_alloc(pm8001_ha, &tag); in pm80xx_chip_phy_stop_req()
4795 rc = pm8001_tag_alloc(pm8001_ha, &tag); in pm80xx_chip_phy_ctl_req()
4851 rc = pm8001_tag_alloc(pm8001_ha, &tag); in mpi_set_phy_profile_req()
4895 rc = pm8001_tag_alloc(pm8001_ha, &tag); in pm8001_set_phy_profile_single()
H A Dpm8001_sas.c84 int pm8001_tag_alloc(struct pm8001_hba_info *pm8001_ha, u32 *tag_out) in pm8001_tag_alloc() function