Searched refs:timer_cnxt (Results 1 – 2 of 2) sorted by relevance
879 if (port->tx_aggr.timer_cnxt.is_hold_timer_set) { in mwifiex_usb_prepare_tx_aggr_skb()882 port->tx_aggr.timer_cnxt.hold_tmo_msecs = 0; in mwifiex_usb_prepare_tx_aggr_skb()1046 port->tx_aggr.timer_cnxt.hold_tmo_msecs = in mwifiex_usb_aggr_tx_data()1049 port->tx_aggr.timer_cnxt.hold_tmo_msecs; in mwifiex_usb_aggr_tx_data()1054 if (port->tx_aggr.timer_cnxt.hold_tmo_msecs < in mwifiex_usb_aggr_tx_data()1058 ++port->tx_aggr.timer_cnxt.hold_tmo_msecs; in mwifiex_usb_aggr_tx_data()1111 port->tx_aggr.timer_cnxt.hold_tmo_msecs = in mwifiex_usb_aggr_tx_data()1257 port->tx_aggr.timer_cnxt.adapter = adapter; in mwifiex_usb_tx_init()1258 port->tx_aggr.timer_cnxt.port = port; in mwifiex_usb_tx_init()1260 port->tx_aggr.timer_cnxt.hold_tmo_msecs = 0; in mwifiex_usb_tx_init()[all …]
70 struct tx_aggr_tmr_cnxt timer_cnxt; member