Home
last modified time | relevance | path

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

/drivers/usb/host/
A 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 …]
A Disp1362.h423 u8 buf_avail; member
/drivers/net/wireless/ath/ath11k/
A Ddebugfs_htt_stats.h1182 u32 buf_avail; member
A Ddebugfs_htt_stats.c2635 htt_stats_buf->buf_avail); in htt_print_sfm_client_tlv()
/drivers/net/wireless/ath/ath12k/
A Ddebugfs_htt_stats.h1207 __le32 buf_avail; member
A Ddebugfs_htt_stats.c2163 le32_to_cpu(htt_stats_buf->buf_avail)); in ath12k_htt_print_sfm_client_tlv()

Completed in 85 milliseconds