Home
last modified time | relevance | path

Searched refs:nic_read_byte (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/sn/
Dioc3.c91 static unsigned nic_read_byte(struct ioc3_driver_data *idd) in nic_read_byte() function
236 data[i] = nic_read_byte(idd); in read_redir_page()
261 redir[i+j] = nic_read_byte(idd); in read_redir_map()
263 crc16_byte(&crc, nic_read_byte(idd)); in read_redir_map()
264 crc16_byte(&crc, nic_read_byte(idd)); in read_redir_map()
321 nic_read_byte(idd); in read_mac()
323 data[i] = nic_read_byte(idd); in read_mac()
/linux-3.4.99/drivers/net/ethernet/sgi/
Dioc3-eth.c279 static u32 nic_read_byte(struct ioc3 *ioc3) in nic_read_byte() function
428 nic[i] = nic_read_byte(ioc3); in ioc3_get_eaddr_nic()