Lines Matching refs:ac_status
624 if (cb.ac_status & AC_SFLD_C) in wv_synchronous_cmd()
631 if (i <= 0 || !(cb.ac_status & AC_SFLD_OK)) { in wv_synchronous_cmd()
634 dev->name, str, cb.ac_status); in wv_synchronous_cmd()
668 obram_read(ioaddr, acoff(mcs_addr, ac_status), in wv_config_complete()
687 obram_read(ioaddr, acoff(ias_addr, ac_status), in wv_config_complete()
696 obram_read(ioaddr, acoff(cfg_addr, ac_status), in wv_config_complete()
734 obram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), in wv_complete()
1182 printk(" status=0x%x,", actx.tx_h.ac_status); in wv_cu_show_one()
2740 tx.tx_h.ac_status = 0; in wv_packet_write()
2741 obram_write(ioaddr, toff(ac_tx_t, tx_addr, tx_h.ac_status), in wv_packet_write()
2742 (unsigned char *) &tx.tx_h.ac_status, in wv_packet_write()
2743 sizeof(tx.tx_h.ac_status)); in wv_packet_write()
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()
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()
2778 (unsigned char *) &nop.nop_h.ac_status, in wv_packet_write()
2779 sizeof(nop.nop_h.ac_status)); in wv_packet_write()
3174 tx.tx_h.ac_status = 0; in wv_cu_start()
3181 nop.nop_h.ac_status = 0; in wv_cu_start()
3344 if (cb.ac_status & AC_SFLD_FAIL) { in wv_82586_start()
3430 tx.tx_h.ac_status = 0xFFFF; /* Fake completion value */ in wv_82586_config()
3431 obram_write(ioaddr, toff(ac_tx_t, tx_addr, tx_h.ac_status), in wv_82586_config()
3432 (unsigned char *) &tx.tx_h.ac_status, in wv_82586_config()
3433 sizeof(tx.tx_h.ac_status)); in wv_82586_config()
3438 nop.nop_h.ac_status = 0; in wv_82586_config()
3439 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_status), in wv_82586_config()
3440 (unsigned char *) &nop.nop_h.ac_status, in wv_82586_config()
3441 sizeof(nop.nop_h.ac_status)); in wv_82586_config()
3527 nop.nop_h.ac_status = 0; in wv_82586_config()
3528 obram_write(ioaddr, toff(ac_nop_t, nop_addr, nop_h.ac_status), in wv_82586_config()
3529 (unsigned char *) &nop.nop_h.ac_status, in wv_82586_config()
3530 sizeof(nop.nop_h.ac_status)); in wv_82586_config()