Home
last modified time | relevance | path

Searched refs:stat_len (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dlan91c96.c524 dword stat_len; in smc_rcv() local
542 stat_len = SMC_inl(dev, LAN91C96_DATA_HIGH); in smc_rcv()
543 status = stat_len & 0xffff; in smc_rcv()
544 packet_length = stat_len >> 16; in smc_rcv()
H A Dsmc91111.c672 dword stat_len; in smc_rcv() local
695 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()