Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/
A Dray_cs.c2365 int wrap_bytes = (pkt_addr + length) - (RX_BUFF_END + 1); in copy_from_rx_buff() local
2366 if (wrap_bytes <= 0) { in copy_from_rx_buff()
2371 length - wrap_bytes); in copy_from_rx_buff()
2372 memcpy_fromio(dest + length - wrap_bytes, local->rmem, in copy_from_rx_buff()
2373 wrap_bytes); in copy_from_rx_buff()

Completed in 6 milliseconds