Home
last modified time | relevance | path

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

/trueos/sys/dev/wl/
HDif_wl.c1062 u_short bytes_in_msg, bytes_in_mbuf, bytes; in wlread() local
1092 bytes_in_msg = rbd.status & RBD_SW_COUNT; in wlread()
1122 bytes = min(bytes_in_mbuf, bytes_in_msg); in wlread()
1147 bytes_in_msg -= bytes; in wlread()
1148 if (bytes_in_msg == 0) { in wlread()
1154 bytes_in_msg = rbd.status & RBD_SW_COUNT; in wlread()
1159 bytes = min(bytes_in_mbuf, bytes_in_msg); in wlread()