smc91cxx.c | 619 uint8_t packetno; local in function:smc91cxx_start 674 packetno = sc->sc_txpacketno; 685 packetno = bus_space_read_1(bst, bsh, ALLOC_RESULT_REG_B); 687 if (packetno & ARR_FAILED || timo == 0) { 705 bus_space_write_2(bst, bsh, PACKET_NUM_REG_B, packetno); 863 uint16_t packetno, tx_status, card_stats; local in function:smc91cxx_intr 909 packetno = bus_space_read_1(bst, bsh, ALLOC_RESULT_REG_B); 911 sc->sc_txpacketno = packetno; 926 packetno = bus_space_read_2(bst, bsh, FIFO_PORTS_REG_W) & 930 bus_space_write_2(bst, bsh, PACKET_NUM_REG_B, packetno); 1055 uint16_t status, packetno, packetlen; local in function:smc91cxx_read [all...] |