Searched refs:bytes_last_frag (Results 1 – 1 of 1) sorted by relevance
245 int i, bytes_per_frag, nr_frags, bytes_last_frag, frag_size, in libipw_xmit() local392 bytes_last_frag = bytes % bytes_per_frag; in libipw_xmit()393 if (bytes_last_frag) in libipw_xmit()396 bytes_last_frag = bytes_per_frag; in libipw_xmit()399 bytes_per_frag = bytes_last_frag = bytes; in libipw_xmit()421 bytes_last_frag; in libipw_xmit()467 bytes = bytes_last_frag; in libipw_xmit()
Completed in 4 milliseconds