Searched refs:total_packet_count (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | nosy-user.h | 14 __u32 total_packet_count; member
|
H A D | nosy.c | 61 long total_packet_count, lost_packet_count; member 185 buffer->total_packet_count++; in packet_buffer_put() 354 stats.total_packet_count = client->buffer.total_packet_count; in nosy_ioctl()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | nosy-user.h | 14 __u32 total_packet_count; member
|
H A D | nosy.c | 61 long total_packet_count, lost_packet_count; member 185 buffer->total_packet_count++; in packet_buffer_put() 354 stats.total_packet_count = client->buffer.total_packet_count; in nosy_ioctl()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 1753 * Total TD packet count = total_packet_count = 1759 * TD size = total_packet_count - packets_transferred 1774 u32 maxp, total_packet_count; in cdnsp_td_remainder() local 1786 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in cdnsp_td_remainder() 1789 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in cdnsp_td_remainder() 2152 unsigned int total_packet_count) in cdnsp_get_burst_count() 2160 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in cdnsp_get_burst_count() 2174 unsigned int total_packet_count) in cdnsp_get_last_burst_packet_count() 2182 residue = total_packet_count % (max_burst + 1); in cdnsp_get_last_burst_packet_count() 2193 if (total_packet_count in cdnsp_get_last_burst_packet_count() 2150 cdnsp_get_burst_count(struct cdnsp_device *pdev, struct cdnsp_request *preq, unsigned int total_packet_count) cdnsp_get_burst_count() argument 2172 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...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 3328 * Total TD packet count = total_packet_count = 3334 * TD size = total_packet_count - packets_transferred 3348 u32 maxp, total_packet_count; in xhci_td_remainder() local 3364 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in xhci_td_remainder() 3367 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder() 3745 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count() 3753 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count() 3765 struct urb *urb, unsigned int total_packet_count) in xhci_get_last_burst_packet_count() 3776 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count() 3784 if (total_packet_count in xhci_get_last_burst_packet_count() 3744 xhci_get_burst_count(struct xhci_hcd *xhci, struct urb *urb, unsigned int total_packet_count) xhci_get_burst_count() argument 3764 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...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 3478 * Total TD packet count = total_packet_count = 3484 * TD size = total_packet_count - packets_transferred 3498 u32 maxp, total_packet_count; in xhci_td_remainder() local 3514 total_packet_count = DIV_ROUND_UP(td_total_len, maxp); in xhci_td_remainder() 3517 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder() 3895 struct urb *urb, unsigned int total_packet_count) in xhci_get_burst_count() 3903 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in xhci_get_burst_count() 3915 struct urb *urb, unsigned int total_packet_count) in xhci_get_last_burst_packet_count() 3926 residue = total_packet_count % (max_burst + 1); in xhci_get_last_burst_packet_count() 3934 if (total_packet_count in xhci_get_last_burst_packet_count() 3894 xhci_get_burst_count(struct xhci_hcd *xhci, struct urb *urb, unsigned int total_packet_count) xhci_get_burst_count() argument 3914 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...] |
Completed in 14 milliseconds