Home
last modified time | relevance | path

Searched refs:buf_avail (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/usb/host/
Disp1362-hcd.c179 xfer_size = min_t(size_t, xfer_size, epq->buf_avail * epq->blk_size - PTD_HEADER_SIZE); in max_transfer_size()
195 if (!epq->buf_avail) in claim_ptd_buffers()
214 epq->buf_avail -= num_ptds; in claim_ptd_buffers()
215 BUG_ON(epq->buf_avail > epq->buf_count); in claim_ptd_buffers()
220 epq->buf_avail, epq->buf_count, num_ptds, epq->buf_map, epq->skip_map); in claim_ptd_buffers()
232 ep->ptd_offset, ep->num_ptds, epq->buf_count, epq->buf_avail, in release_ptd_buffers()
238 epq->buf_avail += ep->num_ptds; in release_ptd_buffers()
241 BUG_ON(epq->buf_avail > epq->buf_count); in release_ptd_buffers()
246 ep->ptd_offset, ep->num_ptds, epq->buf_avail, epq->buf_count); in release_ptd_buffers()
2264 isp1362_hcd->intl_queue.buf_avail = isp1362_hcd->intl_queue.buf_count; in isp1362_mem_config()
[all …]
Disp1362.h423 u8 buf_avail; member
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.h1169 u32 buf_avail; member
Ddebugfs_htt_stats.c2634 htt_stats_buf->buf_avail); in htt_print_sfm_client_tlv()