Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.h66 u32 rxmax; /* bigger than needed, see above for reason */ member
H A Dixl_pf_iflib.c580 rctx.rxmax = (scctx->isc_max_frame_size < max_rxmax) ? in ixl_initialize_vsi()
H A Di40e_lan_hmc.c748 { I40E_HMC_STORE(i40e_hmc_obj_rxq, rxmax), 14, 174 },
H A Dixl_pf_iov.c650 rxq.rxmax = info->max_pkt_size; in ixl_vf_config_rx_queue()
/freebsd/sys/net80211/
H A Dieee80211_ht.c3232 int rxmax, density; in ieee80211_add_htcap_body() local
3252 rxmax = _IEEE80211_MASKSHIFT(ni->ni_htparam, in ieee80211_add_htcap_body()
3260 rxmax, in ieee80211_add_htcap_body()
3266 if (rxmax > vap->iv_ampdu_rxmax) in ieee80211_add_htcap_body()
3267 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body()
3296 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body()
3318 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body()
3377 int rxmax, density; in ieee80211_add_htcap_body_ch() local
3395 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body_ch()
3407 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body_ch()
/freebsd/sys/dev/ice/
H A Dice_lan_tx_rx.h835 u32 rxmax; /* bigger than needed, see above for reason */ member
H A Dice_common.c1363 ICE_CTX_STORE(ice_rlan_ctx, rxmax, 14, 174),
H A Dice_lib.c1707 rlan_ctx.rxmax = min(vsi->max_frame_size, in ice_setup_rx_ctx()