Searched refs:stat_len (Results 1 – 2 of 2) sorted by relevance
523 dword stat_len; in smc_rcv() local541 stat_len = SMC_inl(dev, LAN91C96_DATA_HIGH); in smc_rcv()542 status = stat_len & 0xffff; in smc_rcv()543 packet_length = stat_len >> 16; in smc_rcv()
672 dword stat_len; in smc_rcv() local695 stat_len = SMC_inl(dev, SMC91111_DATA_REG); in smc_rcv()696 status = stat_len & 0xffff; in smc_rcv()697 packet_length = stat_len >> 16; in smc_rcv()