Searched refs:iac (Results 1 – 8 of 8) sorted by relevance
265 mb->iac = ADDRCHG | PHYADDR; in mace_set_address()266 while ((mb->iac & ADDRCHG) != 0); in mace_set_address()355 mb->iac = ADDRCHG | PHYADDR; in mace_open()357 while ((mb->iac & ADDRCHG) != 0); in mace_open()363 mb->iac = ADDRCHG | LOGADDR; in mace_open()365 while ((mb->iac & ADDRCHG) != 0); in mace_open()479 mb->iac = ADDRCHG | LOGADDR; in mace_set_multicast()480 while (mb->iac & ADDRCHG); in mace_set_multicast()
318 out_8(&mb->iac, LOGADDR); in mace_reset()320 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_reset()321 while ((in_8(&mb->iac) & ADDRCHG) != 0) in mace_reset()329 out_8(&mb->iac, 0); in mace_reset()346 out_8(&mb->iac, PHYADDR); in __mace_set_address()348 out_8(&mb->iac, ADDRCHG | PHYADDR); in __mace_set_address()349 while ((in_8(&mb->iac) & ADDRCHG) != 0) in __mace_set_address()355 out_8(&mb->iac, 0); in __mace_set_address()678 out_8(&mb->iac, LOGADDR); in mace_set_multicast()680 out_8(&mb->iac, ADDRCHG | LOGADDR); in mace_set_multicast()[all …]
34 REG(iac); /* internal address config */
861 extern __inline__ int iac( void) in iac() function
862 extern __inline__ int iac( void) in iac() function
1466 ccode = iac (); in s390_start_IO()1943 ccode = iac (); in halt_IO()2176 ccode = iac (); in clear_IO()
1366 uint64_t iac; member
3533 adapter->stats.iac += E1000_READ_REG(hw, IAC);