Searched refs:copied_len (Results 1 – 3 of 3) sorted by relevance
366 u32 copied_len; in pci1xxxx_rx_burst() local373 copied_len = (u32)tty_insert_flip_string(tty_port, rx_buff, in pci1xxxx_rx_burst()376 if (copied_len != buff_index) in pci1xxxx_rx_burst()377 port->icount.overrun += buff_index - copied_len; in pci1xxxx_rx_burst()
2408 size_t copied_len = sub_elem->datalen; in cfg80211_merge_profile() local2421 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()2423 memcpy(merged_ie + copied_len, next_sub->data, in cfg80211_merge_profile()2425 copied_len += next_sub->datalen; in cfg80211_merge_profile()2428 return copied_len; in cfg80211_merge_profile()
2245 u32 buf_len = drv_buf->kern_buf_len, copied_len = 0; in mpi3mr_map_data_buffer_dma() local2272 drv_buf->bsg_buf + copied_len, in mpi3mr_map_data_buffer_dma()2274 copied_len += drv_buf->dma_desc[i].size; in mpi3mr_map_data_buffer_dma()