Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wl/
HDif_wl.c1058 u_short bytes_in_msg, bytes_in_mbuf, bytes; in wlread() local
1110 bytes_in_mbuf = m->m_len; in wlread()
1116 bytes_in_mbuf -= 14; in wlread()
1118 bytes = min(bytes_in_mbuf, bytes_in_msg); in wlread()
1129 if (bytes > bytes_in_mbuf) { in wlread()
1133 bytes, bytes_in_mbuf); in wlread()
1142 bytes_in_mbuf -= bytes; in wlread()
1155 bytes = min(bytes_in_mbuf, bytes_in_msg); in wlread()