Lines Matching refs:iac
300 mb->iac = LOGADDR; in mace_reset()
302 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
303 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
311 mb->iac = 0; in mace_reset()
330 mb->iac = PHYADDR; in __mace_set_address()
332 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
333 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()