Home
last modified time | relevance | path

Searched refs:rx_max (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_return_void_tx_rx/
Dformat13 field:u32 rx_max; offset:52; size:4; signed:0;
15 …t fmt: "%s, tx: %u, tx_max: %u, rx: %u, rx_max: %u ", REC->wiphy_name, REC->tx, REC->tx_max, REC->…
/external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_void_tx_rx/
Dformat13 field:u32 rx_max; offset:52; size:4; signed:0;
15 …t fmt: "%s, tx: %u, tx_max: %u, rx: %u, rx_max: %u ", REC->wiphy_name, REC->tx, REC->tx_max, REC->…
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_void_tx_rx/
Dformat13 field:u32 rx_max; offset:52; size:4; signed:0;
15 …t fmt: "%s, tx: %u, tx_max: %u, rx: %u, rx_max: %u ", REC->wiphy_name, REC->tx, REC->tx_max, REC->…
/external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_get_ringparam/
Dformat13 field:u32 rx_max; offset:52; size:4; signed:0;
15 print fmt: "%s tx:%d tx_max %d rx %d rx_max %d", REC->wiphy_name, REC->tx, REC->tx_max, REC->rx, RE…
/external/libese/libese/
Dese.c87 uint32_t tx_len, uint8_t *rx_buf, uint32_t rx_max) { in ese_transceive() argument
92 .base = rx_buf, .len = rx_max, in ese_transceive()
/external/nos/host/generic/nugget/include/
Dsigned_header.h102 printf("hdr.rx_max : %08x\n", rx_max); in print()
138 uint32_t rx_max; member
/external/libese/libese/include/ese/
Dese.h74 …truct EseInterface *ese, const uint8_t *tx_buf, uint32_t tx_len, uint8_t *rx_buf, uint32_t rx_max);