Searched refs:hvcsd (Results 1 – 1 of 1) sorted by relevance
302 static int hvcs_has_pi(struct hvcs_struct *hvcsd);304 struct hvcs_struct *hvcsd);305 static int hvcs_get_pi(struct hvcs_struct *hvcsd);308 static int hvcs_partner_connect(struct hvcs_struct *hvcsd);309 static void hvcs_partner_free(struct hvcs_struct *hvcsd);311 static int hvcs_enable_device(struct hvcs_struct *hvcsd,339 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show() local343 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_vtys_show()344 retval = sprintf(buf, "%X\n", hvcsd->p_unit_address); in hvcs_partner_vtys_show()345 spin_unlock_irqrestore(&hvcsd->lock, flags); in hvcs_partner_vtys_show()[all …]