Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_gendump.c253 uint32_t rem_bytes, offset; in ocs_dump_to_host() local
270 rem_bytes = buflen; in ocs_dump_to_host()
272 uint32_t num_bytes = MIN(rem_bytes, OCS_MAX_DMA_ALLOC); in ocs_dump_to_host()
282 rem_bytes -= num_bytes; in ocs_dump_to_host()
324 uint32_t rem_bytes, offset; in ocs_function_speciic_dump() local
341 rem_bytes = buflen; in ocs_function_speciic_dump()
343 uint32_t num_bytes = MIN(rem_bytes, OCS_MAX_DMA_ALLOC); in ocs_function_speciic_dump()
352 rem_bytes -= num_bytes; in ocs_function_speciic_dump()
/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c1985 uint32_t rem_bytes; in dwc_otg_host_data_tx() local
1991 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx()
1992 if (rem_bytes < count) { in dwc_otg_host_data_tx()
1995 count = rem_bytes; in dwc_otg_host_data_tx()
1997 if (count == rem_bytes) { in dwc_otg_host_data_tx()
2065 if (count == rem_bytes) in dwc_otg_host_data_tx()