Home
last modified time | relevance | path

Searched refs:max_frags (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtime-event.h206 * @max_frags: maximal number of fragments the Time Event can be divided to
226 u8 max_frags; member
/freebsd/sys/dev/iwm/
H A Dif_iwm_time_event.c364 time_cmd.max_frags = IWM_TE_V2_FRAG_NONE; in iwm_protect_session()
H A Dif_iwmreg.h2892 * @max_frags: maximal number of fragments the Time Event can be divided to
2911 uint8_t max_frags; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c693 time_cmd.max_frags = TE_V2_FRAG_NONE; in __iwl_mvm_remove_time_event()
1232 time_cmd.max_frags = min(MSEC_TO_TU(duration)/50, TE_V2_FRAG_ENDLESS); in iwl_mvm_schedule_session_protection()
1405 time_cmd.max_frags = TE_V2_FRAG_NONE;
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c113 int align, int size, int max_frags) in ipoib_alloc_map_mb() argument
123 MPASS(i < max_frags); in ipoib_alloc_map_mb()
H A Dipoib.h529 …p_mb(struct ipoib_dev_priv *priv, struct ipoib_rx_buf *rx_req, int align, int size, int max_frags);