Lines Matching refs:ushort
121 ushort rx_head;
122 ushort rx_tail;
123 ushort tx_head;
124 ushort tx_cmd_link;
125 ushort tx_reap;
126 ushort tx_pkts_in_ring;
372 ushort lrs_state = 0xff; in el16_probe1()
549 ushort ack_cmd = 0; in el16_interrupt()
771 ushort tx_block = lp->tx_head; in hardware_send_packet()
820 ushort rx_head = lp->rx_head; in el16_rx()
821 ushort rx_tail = lp->rx_tail; in el16_rx()
822 ushort boguscount = 10; in el16_rx()
827 ushort rfd_cmd = readw(read_frame+2); in el16_rx()
828 ushort next_rx_frame = readw(read_frame+4); in el16_rx()
829 ushort data_buffer_addr = readw(read_frame+6); in el16_rx()
831 ushort pkt_len = readw(data_frame); in el16_rx()