Searched refs:old_attr (Results 1 – 2 of 2) sorted by relevance
342 struct ehca_sma_attr *old_attr = &shca->sport[port_num - 1].saved_attr; in notify_port_conf_change() local346 if (new_attr.sm_sl != old_attr->sm_sl || in notify_port_conf_change()347 new_attr.sm_lid != old_attr->sm_lid) in notify_port_conf_change()351 if (new_attr.lid != old_attr->lid || in notify_port_conf_change()352 new_attr.lmc != old_attr->lmc) in notify_port_conf_change()356 if (new_attr.pkey_tbl_len != old_attr->pkey_tbl_len || in notify_port_conf_change()357 memcmp(new_attr.pkeys, old_attr->pkeys, in notify_port_conf_change()362 *old_attr = new_attr; in notify_port_conf_change()
76 u_char reading_attr, old_attr; member100 #define spk_old_attr (speakup_console[vc->vc_num]->old_attr)