Searched refs:rxmax (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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-14.2/sys/net80211/ |
| H A D | ieee80211_ht.c | 3236 int rxmax, density; in ieee80211_add_htcap_body() local 3256 rxmax = _IEEE80211_MASKSHIFT(ni->ni_htparam, in ieee80211_add_htcap_body() 3264 rxmax, in ieee80211_add_htcap_body() 3270 if (rxmax > vap->iv_ampdu_rxmax) in ieee80211_add_htcap_body() 3271 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body() 3300 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body() 3322 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body() 3381 int rxmax, density; in ieee80211_add_htcap_body_ch() local 3399 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body_ch() 3411 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body_ch()
|
| /freebsd-14.2/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),
|
| H A D | ice_lib.c | 1744 rlan_ctx.rxmax = min(vsi->max_frame_size, in ice_setup_rx_ctx()
|