freebsd-nq/sys/dev/usb/net
Pyun YongHyeon b8e98004a9 Move updating TX packet counter to the inside of send loop. axe(4)
controllers combine multiple TX requests into single one if there
is room in TX buffer of controller. Updating TX packet counter at
the end of TX completion resulted in incorrect TX packet counter as
axe(4) thought it sent 1 packet. There is no easy way to know how
many combined TX were completed in the callback.
Because this change updates TX packet counter before actual
transmission, it may not be ideal one. But I believe it's better
than showing fake 8kpps under high TX load. With this change, TX
shows 221kpps on Linksus USB200M.
2010-10-04 20:49:38 +00:00
..
if_aue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_auereg.h
if_axe.c Move updating TX packet counter to the inside of send loop. axe(4) 2010-10-04 20:49:38 +00:00
if_axereg.h Add GPIO programming for more PHY hardware. 2010-09-02 03:47:07 +00:00
if_cdce.c Fix setting of the rx_max and tx_max variables. If the expected buffer size is 2010-09-02 03:55:08 +00:00
if_cdcereg.h
if_cue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_cuereg.h
if_kue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_kuefw.h
if_kuereg.h
if_rue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_ruereg.h
if_udav.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_udavreg.h
uhso.c Reduce the need to accesss struct usb_device by providing functions to access 2010-09-02 04:39:45 +00:00
usb_ethernet.c
usb_ethernet.h