Searched refs:avail_len (Results 1 – 3 of 3) sorted by relevance
88 unsigned int avail_len; member166 wpt += c->desc->avail_len; in mtk_uart_apdma_start_tx()237 c->rx_status = d->avail_len - cnt; in mtk_uart_apdma_rx_handler()358 d->avail_len = sg_dma_len(sgl); in mtk_uart_apdma_prep_slave_sg()
2651 size_t avail_len = buffer_len; in tomoyo_write_control() local2662 while (avail_len > 0) { in tomoyo_write_control()2684 avail_len--; in tomoyo_write_control()
2072 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local2114 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()2115 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()2123 zc->length = avail_len; in tcp_zerocopy_receive()2124 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()