Searched refs:packets (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | usbnet.h | 100 #define FLAG_FRAMING_GL 0x0002 /* genelink batches packets */ 107 #define FLAG_FRAMING_AX 0x0040 /* AX88772/178 packets */ 118 * Indicates to usbnet, that USB driver accumulates multiple IP packets. 122 #define FLAG_RX_ASSEMBLE 0x4000 /* rx packets may span >1 frames */ 226 unsigned long packets; member 232 static inline void usbnet_set_skb_tx_stats(struct sk_buff *skb, unsigned long packets, long bytes_delta) in usbnet_set_skb_tx_stats() argument 236 entry->packets = packets; in usbnet_set_skb_tx_stats()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgvendor.c | 6275 COMPAT_ASSIGN_VALUE(iface, ac[WIFI_AC_VO].tx_mpdu, wl_wme_cnt->tx[AC_VO].packets); in wl_cfgvendor_lstats_get_info() 6276 COMPAT_ASSIGN_VALUE(iface, ac[WIFI_AC_VO].rx_mpdu, wl_wme_cnt->rx[AC_VO].packets); in wl_cfgvendor_lstats_get_info() 6278 wl_wme_cnt->tx_failed[WIFI_AC_VO].packets); in wl_cfgvendor_lstats_get_info() 6281 COMPAT_ASSIGN_VALUE(iface, ac[WIFI_AC_VI].tx_mpdu, wl_wme_cnt->tx[AC_VI].packets); in wl_cfgvendor_lstats_get_info() 6282 COMPAT_ASSIGN_VALUE(iface, ac[WIFI_AC_VI].rx_mpdu, wl_wme_cnt->rx[AC_VI].packets); in wl_cfgvendor_lstats_get_info() 6284 wl_wme_cnt->tx_failed[WIFI_AC_VI].packets); in wl_cfgvendor_lstats_get_info() 6287 COMPAT_ASSIGN_VALUE(iface, ac[WIFI_AC_BE].tx_mpdu, wl_wme_cnt->tx[AC_BE].packets); in wl_cfgvendor_lstats_get_info() 6288 COMPAT_ASSIGN_VALUE(iface, ac[WIFI_AC_BE].rx_mpdu, wl_wme_cnt->rx[AC_BE].packets); in wl_cfgvendor_lstats_get_info() 6290 wl_wme_cnt->tx_failed[WIFI_AC_BE].packets); in wl_cfgvendor_lstats_get_info() 6293 COMPAT_ASSIGN_VALUE(iface, ac[WIFI_AC_BK].tx_mpdu, wl_wme_cnt->tx[AC_BK].packets); in wl_cfgvendor_lstats_get_info() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 1769 uint32 tx_pkts; /**< # of user packets transmitted (unicast) */ 1770 uint32 tx_failures; /**< # of user packets failed */ 1771 uint32 rx_ucast_pkts; /**< # of unicast packets received */ 1772 uint32 rx_mcast_pkts; /**< # of multicast packets received */ 1778 uint32 rx_tot_pkts; /**< # of data packets recvd (uni + mcast) */ 1842 uint32 tx_pkts; /**< # of user packets transmitted (unicast) */ 1843 uint32 tx_failures; /**< # of user packets failed */ 1844 uint32 rx_ucast_pkts; /**< # of unicast packets received */ 1845 uint32 rx_mcast_pkts; /**< # of multicast packets received */ 1851 uint32 rx_tot_pkts; /**< # of data packets recv 5499 uint32 packets; global() member [all...] |
Completed in 63 milliseconds