Lines Matching refs:iac
298 mb->iac = LOGADDR; in mace_reset()
300 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
301 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
309 mb->iac = 0; in mace_reset()
327 mb->iac = PHYADDR; in __mace_set_address()
329 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
330 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address()
336 mb->iac = 0; in __mace_set_address()
514 mb->iac = LOGADDR; in mace_set_multicast()
516 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
517 while ((mb->iac & ADDRCHG) != 0) in mace_set_multicast()
523 mb->iac = 0; in mace_set_multicast()