Lines Matching refs:tx_h
1182 printk(" status=0x%x,", actx.tx_h.ac_status); in wv_cu_show_one()
1183 printk(" command=0x%x,", actx.tx_h.ac_command); 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()
3174 tx.tx_h.ac_status = 0; in wv_cu_start()
3175 tx.tx_h.ac_command = acmd_transmit | AC_CFLD_I; in wv_cu_start()
3176 tx.tx_h.ac_link = nop_addr; in wv_cu_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()