Home
last modified time | relevance | path

Searched refs:timeout_int (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Druc.c464 ps->timeout = jiffies + ps->timeout_int; in hfi1_schedule_send_yield()
516 ps.timeout_int = qp->timeout_jiffies; in hfi1_do_send()
526 ps.timeout_int = SEND_RESCHED_TIMEOUT; in hfi1_do_send()
530 ps.timeout_int = SEND_RESCHED_TIMEOUT; in hfi1_do_send()
545 ps.timeout_int = ps.timeout_int / 8; in hfi1_do_send()
546 ps.timeout = jiffies + ps.timeout_int; in hfi1_do_send()
H A Dverbs.h198 unsigned long timeout_int; member
H A Dtid_rdma.c5359 ps.timeout_int = qp->timeout_jiffies / 8; in hfi1_do_tid_send()
5374 ps.timeout = jiffies + ps.timeout_int; in hfi1_do_tid_send()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h711 u8 *timeout_int; member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c931 elems->timeout_int = pos; in rtw_ieee802_11_parse_elems()
/openbmc/linux/net/mac80211/
H A Dmlme.c5373 elems->timeout_int && in ieee80211_rx_mgmt_assoc_resp()
5374 elems->timeout_int->type == WLAN_TIMEOUT_ASSOC_COMEBACK) { in ieee80211_rx_mgmt_assoc_resp()
5378 le32_to_cpu(elems->timeout_int->value)); in ieee80211_rx_mgmt_assoc_resp()
5380 tu = le32_to_cpu(elems->timeout_int->value); in ieee80211_rx_mgmt_assoc_resp()
H A Dieee80211_i.h1717 const struct ieee80211_timeout_interval_ie *timeout_int; member
H A Dutil.c1340 elems->timeout_int = (void *)pos; in _ieee802_11_parse_elems_full()