Searched refs:iac (Results 1 – 9 of 9) sorted by relevance
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()[all …]
348 out_8(&mb->iac, LOGADDR); in mace_reset()350 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()351 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()359 out_8(&mb->iac, 0); in mace_reset()376 out_8(&mb->iac, PHYADDR); in __mace_set_address()378 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()379 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()385 out_8(&mb->iac, 0); in __mace_set_address()618 out_8(&mb->iac, LOGADDR); in mace_set_multicast()620 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()[all …]
34 REG(iac); /* internal address config */
341 u64 iac; member
486 regs_buff[111] = adapter->stats.iac; in igb_get_regs()
3236 adapter->stats.iac += rd32(E1000_IAC); in igb_update_stats()
655 u64 iac; member
1372 u64 iac; member
3589 adapter->stats.iac += er32(IAC); in e1000_update_stats()