Lines Matching refs:iac
303 mb->iac = LOGADDR; in mace_reset()
305 mb->iac = ADDRCHG | LOGADDR; in mace_reset()
306 while ((mb->iac & ADDRCHG) != 0) in mace_reset()
314 mb->iac = 0; in mace_reset()
332 mb->iac = PHYADDR; in __mace_set_address()
334 mb->iac = ADDRCHG | PHYADDR; in __mace_set_address()
335 while ((mb->iac & ADDRCHG) != 0) in __mace_set_address()
341 mb->iac = 0; in __mace_set_address()
524 mb->iac = LOGADDR; in mace_set_multicast()
526 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()
527 while ((mb->iac & ADDRCHG) != 0) in mace_set_multicast()
533 mb->iac = 0; in mace_set_multicast()