Searched refs:rxmax (Results 1 – 8 of 8) sorted by relevance
| /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/net80211/ |
| H A D | ieee80211_ht.c | 3330 int rxmax, density; in ieee80211_add_htcap_body() local 3350 rxmax = _IEEE80211_MASKSHIFT(ni->ni_htparam, in ieee80211_add_htcap_body() 3358 rxmax, in ieee80211_add_htcap_body() 3364 if (rxmax > vap->iv_ampdu_rxmax) in ieee80211_add_htcap_body() 3365 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body() 3394 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body() 3416 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body() 3475 int rxmax, density; in ieee80211_add_htcap_body_ch() local 3493 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body_ch() 3505 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body_ch()
|
| /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 | 1448 ICE_CTX_STORE(ice_rlan_ctx, rxmax, 14, 174),
|
| H A D | ice_lib.c | 1762 rlan_ctx.rxmax = min(vsi->max_frame_size, in ice_setup_rx_ctx()
|