Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dnosy-user.h14 __u32 total_packet_count; member
H A Dnosy.c63 long total_packet_count, lost_packet_count; member
189 buffer->total_packet_count++; in packet_buffer_put()
358 stats.total_packet_count = client->buffer.total_packet_count; in nosy_ioctl()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1761 * Total TD packet count = total_packet_count =
1767 * TD size = total_packet_count - packets_transferred
1782 u32 maxp, total_packet_count; in cdnsp_td_remainder()
1794 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in cdnsp_td_remainder()
1797 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in cdnsp_align_td()
2175 unsigned int total_packet_count) in cdnsp_get_burst_count()
2183 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1;
2197 unsigned int total_packet_count) in cdnsp_get_last_burst_packet_count()
2205 residue = total_packet_count % (max_burst + 1); in cdnsp_get_last_burst_packet_count()
2216 if (total_packet_count in cdnsp_get_last_burst_packet_count()
1779 u32 maxp, total_packet_count; cdnsp_td_remainder() local
2172 cdnsp_get_burst_count(struct cdnsp_device * pdev,struct cdnsp_request * preq,unsigned int total_packet_count) cdnsp_get_burst_count() argument
2194 cdnsp_get_last_burst_packet_count(struct cdnsp_device * pdev,struct cdnsp_request * preq,unsigned int total_packet_count) cdnsp_get_last_burst_packet_count() argument
[all...]
/linux/drivers/usb/host/
H A Dxhci-ring.c3476 * Total TD packet count = total_packet_count =
3482 * TD size = total_packet_count - packets_transferred in xhci_queue_intr_tx()
3496 u32 maxp, total_packet_count;
3512 total_packet_count = DIV_ROUND_UP(td_total_len, maxp);
3515 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()
3904 struct urb *urb, unsigned int total_packet_count) in xhci_queue_ctrl_tx()
3912 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_queue_ctrl_tx()
3924 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count()
3935 residue = total_packet_count % (max_burst + 1);
3943 if (total_packet_count
3517 u32 maxp, total_packet_count; xhci_td_remainder() local
3925 xhci_get_burst_count(struct xhci_hcd * xhci,struct urb * urb,unsigned int total_packet_count) xhci_get_burst_count() argument
3945 xhci_get_last_burst_packet_count(struct xhci_hcd * xhci,struct urb * urb,unsigned int total_packet_count) xhci_get_last_burst_packet_count() argument
[all...]