Searched refs:buf_avail (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | isp1362-hcd.c | 177 xfer_size = min_t(size_t, xfer_size, epq->buf_avail * epq->blk_size - PTD_HEADER_SIZE); in max_transfer_size() 193 if (!epq->buf_avail) in claim_ptd_buffers() 212 epq->buf_avail -= num_ptds; in claim_ptd_buffers() 213 BUG_ON(epq->buf_avail > epq->buf_count); in claim_ptd_buffers() 218 epq->buf_avail, epq->buf_count, num_ptds, epq->buf_map, epq->skip_map); in claim_ptd_buffers() 230 ep->ptd_offset, ep->num_ptds, epq->buf_count, epq->buf_avail, in release_ptd_buffers() 236 epq->buf_avail += ep->num_ptds; in release_ptd_buffers() 239 BUG_ON(epq->buf_avail > epq->buf_count); in release_ptd_buffers() 244 ep->ptd_offset, ep->num_ptds, epq->buf_avail, epq->buf_count); in release_ptd_buffers() 2274 isp1362_hcd->intl_queue.buf_avail = isp1362_hcd->intl_queue.buf_count; in isp1362_mem_config() [all …]
|
D | isp1362.h | 468 u8 buf_avail; member
|