Searched refs:rxmax (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_ht.c | 3237 int rxmax, density; in ieee80211_add_htcap_body() local 3257 rxmax = _IEEE80211_MASKSHIFT(ni->ni_htparam, in ieee80211_add_htcap_body() 3265 rxmax, in ieee80211_add_htcap_body() 3271 if (rxmax > vap->iv_ampdu_rxmax) in ieee80211_add_htcap_body() 3272 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body() 3301 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body() 3323 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body() 3382 int rxmax, density; in ieee80211_add_htcap_body_ch() local 3400 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body_ch() 3412 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body_ch()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_lan_hmc.h | 66 u32 rxmax; /* bigger than needed, see above for reason */ member
|
H A D | ixl_pf_iflib.c | 580 rctx.rxmax = (scctx->isc_max_frame_size < max_rxmax) ? in ixl_initialize_vsi()
|
H A D | i40e_lan_hmc.c | 748 { I40E_HMC_STORE(i40e_hmc_obj_rxq, rxmax), 14, 174 },
|
H A D | ixl_pf_iov.c | 650 rxq.rxmax = info->max_pkt_size; in ixl_vf_config_rx_queue()
|
/freebsd/sys/dev/ice/ |
H A D | ice_lan_tx_rx.h | 835 u32 rxmax; /* bigger than needed, see above for reason */ member
|
H A D | ice_common.c | 1439 ICE_CTX_STORE(ice_rlan_ctx, rxmax, 14, 174), in ice_clear_rxq_ctx()
|
H A D | ice_lib.c | 1744 rlan_ctx.rxmax = min(vsi->max_frame_size,
|