timer_cnxt 879 drivers/net/wireless/marvell/mwifiex/usb.c if (port->tx_aggr.timer_cnxt.is_hold_timer_set) { timer_cnxt 880 drivers/net/wireless/marvell/mwifiex/usb.c del_timer(&port->tx_aggr.timer_cnxt.hold_timer); timer_cnxt 881 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.is_hold_timer_set = false; timer_cnxt 882 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.hold_tmo_msecs = 0; timer_cnxt 1045 drivers/net/wireless/marvell/mwifiex/usb.c if (!port->tx_aggr.timer_cnxt.is_hold_timer_set) { timer_cnxt 1046 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.hold_tmo_msecs = timer_cnxt 1049 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.hold_tmo_msecs; timer_cnxt 1050 drivers/net/wireless/marvell/mwifiex/usb.c mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, timer_cnxt 1052 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.is_hold_timer_set = true; timer_cnxt 1054 drivers/net/wireless/marvell/mwifiex/usb.c if (port->tx_aggr.timer_cnxt.hold_tmo_msecs < timer_cnxt 1058 drivers/net/wireless/marvell/mwifiex/usb.c ++port->tx_aggr.timer_cnxt.hold_tmo_msecs; timer_cnxt 1059 drivers/net/wireless/marvell/mwifiex/usb.c mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, timer_cnxt 1110 drivers/net/wireless/marvell/mwifiex/usb.c if (!port->tx_aggr.timer_cnxt.is_hold_timer_set) { timer_cnxt 1111 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.hold_tmo_msecs = timer_cnxt 1113 drivers/net/wireless/marvell/mwifiex/usb.c timeout = port->tx_aggr.timer_cnxt.hold_tmo_msecs; timer_cnxt 1114 drivers/net/wireless/marvell/mwifiex/usb.c mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, timer_cnxt 1116 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.is_hold_timer_set = true; timer_cnxt 1257 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.adapter = adapter; timer_cnxt 1258 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.port = port; timer_cnxt 1259 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.is_hold_timer_set = false; timer_cnxt 1260 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.hold_tmo_msecs = 0; timer_cnxt 1261 drivers/net/wireless/marvell/mwifiex/usb.c timer_setup(&port->tx_aggr.timer_cnxt.hold_timer, timer_cnxt 1356 drivers/net/wireless/marvell/mwifiex/usb.c del_timer_sync(&port->tx_aggr.timer_cnxt.hold_timer); timer_cnxt 1357 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.is_hold_timer_set = false; timer_cnxt 1358 drivers/net/wireless/marvell/mwifiex/usb.c port->tx_aggr.timer_cnxt.hold_tmo_msecs = 0; timer_cnxt 82 drivers/net/wireless/marvell/mwifiex/usb.h struct tx_aggr_tmr_cnxt timer_cnxt;