Searched refs:pm8001_tag_alloc (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 629 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 D | pm80xx_hwi.c | 1203 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 D | pm8001_sas.c | 84 int pm8001_tag_alloc(struct pm8001_hba_info *pm8001_ha, u32 *tag_out) in pm8001_tag_alloc() function
|