Searched refs:nop_h (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | wavelan.c | 2748 nop.nop_h.ac_status = 0; in wv_packet_write() 2749 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_status), in wv_packet_write() 2750 (unsigned char *) &nop.nop_h.ac_status, in wv_packet_write() 2751 sizeof(nop.nop_h.ac_status)); in wv_packet_write() 2752 nop.nop_h.ac_link = nop_addr; in wv_packet_write() 2753 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_link), in wv_packet_write() 2754 (unsigned char *) &nop.nop_h.ac_link, in wv_packet_write() 2755 sizeof(nop.nop_h.ac_link)); in wv_packet_write() 2776 nop.nop_h.ac_status = 0; in wv_packet_write() 2777 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_status), in wv_packet_write() [all …]
|
D | i82586.h | 183 ach_t nop_h; member
|