Searched refs:this_qtd_len (Results 1 – 2 of 2) sorted by relevance
1821 int this_qtd_len; in packetize_urb() local1828 this_qtd_len = mem->blocks_size[ISP176x_BLOCK_NUM - 1]; in packetize_urb()1830 this_qtd_len = len; in packetize_urb()1832 this_qtd_len = qtd_fill(qtd, buf, this_qtd_len); in packetize_urb()1835 len -= this_qtd_len; in packetize_urb()1836 buf += this_qtd_len; in packetize_urb()
1672 int this_qtd_len; in qh_urb_transaction() local1674 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction()1676 len -= this_qtd_len; in qh_urb_transaction()1677 buf += this_qtd_len; in qh_urb_transaction()1678 transfer_buf += this_qtd_len; in qh_urb_transaction()1683 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()