Home
last modified time | relevance | path

Searched refs:iac (Results 1 – 9 of 9) sorted by relevance

/drivers/net/
Dmacmace.c303 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 …]
Dmace.c348 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 …]
Dmace.h34 REG(iac); /* internal address config */
/drivers/net/igb/
De1000_hw.h341 u64 iac; member
Digb_ethtool.c486 regs_buff[111] = adapter->stats.iac; in igb_get_regs()
Digb_main.c3236 adapter->stats.iac += rd32(E1000_IAC); in igb_update_stats()
/drivers/net/e1000e/
Dhw.h655 u64 iac; member
/drivers/net/e1000/
De1000_hw.h1372 u64 iac; member
De1000_main.c3589 adapter->stats.iac += er32(IAC); in e1000_update_stats()