Searched refs:copied_len (Results 1 – 3 of 3) sorted by relevance
420 u32 copied_len; in pci1xxxx_rx_burst() local427 copied_len = (u32)tty_insert_flip_string(tty_port, rx_buff, in pci1xxxx_rx_burst()430 if (copied_len != buff_index) in pci1xxxx_rx_burst()431 port->icount.overrun += buff_index - copied_len; in pci1xxxx_rx_burst()
2447 size_t copied_len = sub_elem->datalen; in cfg80211_merge_profile() local2460 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()2462 memcpy(merged_ie + copied_len, next_sub->data, in cfg80211_merge_profile()2464 copied_len += next_sub->datalen; in cfg80211_merge_profile()2467 return copied_len; in cfg80211_merge_profile()
2329 u32 buf_len = drv_buf->kern_buf_len, copied_len = 0; in mpi3mr_map_data_buffer_dma() local2356 drv_buf->bsg_buf + copied_len, in mpi3mr_map_data_buffer_dma()2358 copied_len += drv_buf->dma_desc[i].size; in mpi3mr_map_data_buffer_dma()