Searched refs:old_attr (Results 1 – 2 of 2) sorted by relevance
341 struct ehca_sma_attr *old_attr = &shca->sport[port_num - 1].saved_attr; in notify_port_conf_change() local345 if (new_attr.sm_sl != old_attr->sm_sl || in notify_port_conf_change()346 new_attr.sm_lid != old_attr->sm_lid) in notify_port_conf_change()350 if (new_attr.lid != old_attr->lid || in notify_port_conf_change()351 new_attr.lmc != old_attr->lmc) in notify_port_conf_change()355 if (new_attr.pkey_tbl_len != old_attr->pkey_tbl_len || in notify_port_conf_change()356 memcmp(new_attr.pkeys, old_attr->pkeys, in notify_port_conf_change()361 *old_attr = new_attr; in notify_port_conf_change()
75 u_char reading_attr, old_attr; member99 #define spk_old_attr (speakup_console[vc->vc_num]->old_attr)