Searched refs:num_packets (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/usb/host/
H A Ddwc2.c847 u8 *pid, int in, void *buffer, int num_packets,
854 *pid, xfer_len, num_packets);
857 (num_packets << DWC2_HCTSIZ_PKTCNT_OFFSET) |
922 uint32_t num_packets; local
937 num_packets = max_xfer_len / max;
938 max_xfer_len = num_packets * max;
956 num_packets = 1;
970 num_packets = (xfer_len + max - 1) / max;
972 num_packets = 1;
986 in, (char *)buffer + done, num_packets,
846 transfer_chunk(struct dwc2_hc_regs *hc_regs, void *aligned_buffer, u8 *pid, int in, void *buffer, int num_packets, int xfer_len, int *actual_len, int odd_frame) argument
[all...]
/u-boot/drivers/net/octeontx2/
H A Dnix.h114 u64 num_packets; member in struct:nix_stats

Completed in 48 milliseconds