Home
last modified time | relevance | path

Searched refs:hold_timer (Results 1 – 10 of 10) sorted by relevance

/linux/net/bridge/
H A Dbr_stp_timer.c133 struct net_bridge_port *p = timer_container_of(p, t, hold_timer); in br_hold_timer_expired()
156 timer_setup(&p->hold_timer, br_hold_timer_expired, 0); in br_stp_port_timer_init()
H A Dbr_sysfs_if.c172 return sprintf(buf, "%ld\n", br_timer_value(&p->hold_timer)); in show_hold_timer()
174 static BRPORT_ATTR(hold_timer, 0444, show_hold_timer, NULL);
H A Dbr_stp.c215 if (timer_pending(&p->hold_timer)) { in br_transmit_config()
245 mod_timer(&p->hold_timer, in br_transmit_config()
H A Dbr_stp_if.c114 timer_delete(&p->hold_timer); in br_stp_disable_port()
H A Dbr_ioctl.c269 p.hold_timer_value = br_timer_value(&pt->hold_timer); in br_dev_siocdevprivate()
H A Dbr_netlink.c296 timerval = br_timer_value(&p->hold_timer); in br_port_fill_attrs()
H A Dbr_private.h414 struct timer_list hold_timer; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c880 timer_delete(&port->tx_aggr.timer_cnxt.hold_timer); in mwifiex_usb_prepare_tx_aggr_skb()
1050 mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_aggr_tx_data()
1059 mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_aggr_tx_data()
1114 mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_aggr_tx_data()
1128 timer_container_of(timer_context, t, hold_timer); in mwifiex_usb_tx_aggr_tmo()
1261 timer_setup(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_tx_init()
1356 if (port->tx_aggr.timer_cnxt.hold_timer.function) in mwifiex_usb_cleanup_tx_aggr()
1357 timer_delete_sync(&port->tx_aggr.timer_cnxt.hold_timer); in mwifiex_usb_cleanup_tx_aggr()
H A Dusb.h61 struct timer_list hold_timer; member
/linux/include/net/
H A Dxfrm.h597 struct timer_list hold_timer; member