tag | line | file | source code |
tx_h | 271 | drivers/net/i82586.h | ach_t tx_h; |
tx_h | 1172 | drivers/net/wavelan.c | tx.tx_h.ac_status = 0; |
tx_h | 1173 | drivers/net/wavelan.c | tx.tx_h.ac_command = acmd_transmit | AC_CFLD_I; |
tx_h | 1174 | drivers/net/wavelan.c | tx.tx_h.ac_link = nop_addr; |
tx_h | 1322 | drivers/net/wavelan.c | tx.tx_h.ac_status = 0; |
tx_h | 1323 | drivers/net/wavelan.c | obram_write(ioaddr, toff(ac_tx_t, tx_addr, tx_h.ac_status), (unsigned char *)&tx.tx_h.ac_status, sizeof(tx.tx_h.ac_status)); |
tx_h | 2214 | drivers/net/wavelan.c | printk(" status=0x%x,", actx.tx_h.ac_status); |
tx_h | 2215 | drivers/net/wavelan.c | printk(" command=0x%x,", actx.tx_h.ac_command); |