Searched refs:hvcsd (Results 1 – 1 of 1) sorted by relevance
296 static int hvcs_get_pi(struct hvcs_struct *hvcsd);299 static void hvcs_partner_free(struct hvcs_struct *hvcsd);317 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show() local321 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_vtys_show()322 retval = sprintf(buf, "%X\n", hvcsd->p_unit_address); in hvcs_partner_vtys_show()323 spin_unlock_irqrestore(&hvcsd->lock, flags); in hvcs_partner_vtys_show()331 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_clcs_show() local335 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_clcs_show()336 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_partner_clcs_show()337 spin_unlock_irqrestore(&hvcsd->lock, flags); in hvcs_partner_clcs_show()[all …]