Lines Matching refs:normal
134 mesg->content.normal.flag = *buff & 0x01; /* 0x01 is topology change */ in lec_handle_bridge()
418 dev->dev_addr[i] = mesg->content.normal.mac_addr[i]; in lec_atm_send()
427 lec_addr_delete(priv, mesg->content.normal.atm_addr, in lec_atm_send()
428 mesg->content.normal.flag); in lec_atm_send()
431 priv->topology_change = mesg->content.normal.flag; in lec_atm_send()
434 lec_flush_complete(priv, mesg->content.normal.flag); in lec_atm_send()
437 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send()
440 if (mesg->content.normal.no_source_le_narp) in lec_atm_send()
444 lec_arp_update(priv, mesg->content.normal.mac_addr, in lec_atm_send()
445 mesg->content.normal.atm_addr, in lec_atm_send()
446 mesg->content.normal.flag, in lec_atm_send()
447 mesg->content.normal.targetless_le_arp); in lec_atm_send()
452 mesg->content.normal.mac_addr, in lec_atm_send()
481 lec_set_flush_tran_id(priv, mesg->content.normal.atm_addr, in lec_atm_send()
482 mesg->content.normal.flag); in lec_atm_send()
485 priv->lecid=(unsigned short)(0xffff&mesg->content.normal.flag); in lec_atm_send()
594 memcpy(&mesg->content.normal.mac_addr, mac_addr, ETH_ALEN); in send_to_lecd()
596 mesg->content.normal.targetless_le_arp = 1; in send_to_lecd()
598 memcpy(&mesg->content.normal.atm_addr, atm_addr, ATM_ESA_LEN); in send_to_lecd()