Searched refs:avail_len (Results 1 – 3 of 3) sorted by relevance
89 unsigned int avail_len; member167 wpt += c->desc->avail_len; in mtk_uart_apdma_start_tx()238 c->rx_status = d->avail_len - cnt; in mtk_uart_apdma_rx_handler()359 d->avail_len = sg_dma_len(sgl); in mtk_uart_apdma_prep_slave_sg()
2659 size_t avail_len = buffer_len; in tomoyo_write_control() local2670 while (avail_len > 0) { in tomoyo_write_control()2692 avail_len--; in tomoyo_write_control()
1856 u32 length = 0, offset, vma_len, avail_len, aligned_len, copylen = 0; in tcp_zerocopy_receive() local1889 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()1890 aligned_len = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()1896 zc->length = avail_len; in tcp_zerocopy_receive()1897 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()