Searched refs:copied_len (Results 1 – 3 of 3) sorted by relevance
419 u32 copied_len; in pci1xxxx_rx_burst() local426 copied_len = (u32)tty_insert_flip_string(tty_port, rx_buff, in pci1xxxx_rx_burst()429 if (copied_len != buff_index) in pci1xxxx_rx_burst()430 port->icount.overrun += buff_index - copied_len; in pci1xxxx_rx_burst()
2442 size_t copied_len = sub_elem->datalen; in cfg80211_merge_profile() local2455 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()2457 memcpy(merged_ie + copied_len, next_sub->data, in cfg80211_merge_profile()2459 copied_len += next_sub->datalen; in cfg80211_merge_profile()2462 return copied_len; in cfg80211_merge_profile()
2331 u32 buf_len = drv_buf->kern_buf_len, copied_len = 0; in mpi3mr_map_data_buffer_dma() local2358 drv_buf->bsg_buf + copied_len, in mpi3mr_map_data_buffer_dma()2360 copied_len += drv_buf->dma_desc[i].size; in mpi3mr_map_data_buffer_dma()