Lines Matching refs:iac
302 mb->iac = LOGADDR; in mace_reset()
304 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
305 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
313 mb->iac = 0; in mace_reset()
331 mb->iac = PHYADDR; in __mace_set_address()
333 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
334 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address()
340 mb->iac = 0; in __mace_set_address()
518 mb->iac = LOGADDR; in mace_set_multicast()
520 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
521 while ((mb->iac & ADDRCHG) != 0) in mace_set_multicast()
527 mb->iac = 0; in mace_set_multicast()