Lines Matching refs:nop_addr
2690 unsigned short nop_addr; in wv_packet_write() local
2733 nop_addr = tx_addr + sizeof(tx); in wv_packet_write()
2734 tbd_addr = nop_addr + sizeof(nop); in wv_packet_write()
2749 obram_write(ioaddr, toff(ac_nop_t, nop_addr, 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()
2775 nop_addr = txpred + sizeof(tx); in wv_packet_write()
2777 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_status), in wv_packet_write()
2781 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_link), in wv_packet_write()
3165 unsigned short nop_addr; in wv_cu_start() local
3170 nop_addr = tx_addr + sizeof(tx); in wv_cu_start()
3171 tbd_addr = nop_addr + sizeof(nop); in wv_cu_start()
3176 tx.tx_h.ac_link = nop_addr; in wv_cu_start()
3183 nop.nop_h.ac_link = nop_addr; in wv_cu_start()
3184 obram_write(ioaddr, nop_addr, (unsigned char *) &nop, in wv_cu_start()
3383 unsigned short nop_addr; in wv_82586_config() local
3421 nop_addr = tx_addr + sizeof(tx); in wv_82586_config()
3422 tbd_addr = nop_addr + sizeof(nop); in wv_82586_config()
3439 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_status), in wv_82586_config()
3442 nop.nop_h.ac_link = nop_addr; in wv_82586_config()
3443 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_link), in wv_82586_config()
3499 mcs.mcs_h.ac_link = nop_addr; in wv_82586_config()
3526 nop_addr = txpred + sizeof(tx); in wv_82586_config()
3528 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_status), in wv_82586_config()
3532 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_link), in wv_82586_config()