Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_lan_hmc.h37 u32 rxmax; /* bigger than needed, see above for reason */ member
H A Di40e_lan_hmc.c719 { I40E_HMC_STORE(i40e_hmc_obj_rxq, rxmax), 14, 174 },
/f-stack/freebsd/net80211/
H A Dieee80211_ht.c3226 int rxmax, density; in ieee80211_add_htcap_body() local
3246 rxmax = _IEEE80211_MASKSHIFT(ni->ni_htparam, in ieee80211_add_htcap_body()
3254 rxmax, in ieee80211_add_htcap_body()
3260 if (rxmax > vap->iv_ampdu_rxmax) in ieee80211_add_htcap_body()
3261 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body()
3290 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body()
3312 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body()
3371 int rxmax, density; in ieee80211_add_htcap_body_ch() local
3389 rxmax = vap->iv_ampdu_rxmax; in ieee80211_add_htcap_body_ch()
3401 *frm = _IEEE80211_SHIFTMASK(rxmax, IEEE80211_HTCAP_MAXRXAMPDU) in ieee80211_add_htcap_body_ch()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c389 rx_ctx.rxmax = rxq->max_pkt_size; in i40e_pf_host_hmc_config_rxq()
H A Di40e_fdir.c119 rx_ctx.rxmax = RTE_ETHER_MAX_LEN; in i40e_fdir_rx_queue_init()
H A Di40e_rxtx.c2856 rx_ctx.rxmax = rxq->max_pkt_len; in i40e_rx_queue_init()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c280 rx_ctx.rxmax = rxq->max_pkt_len; in ice_program_hw_rx_queue()
704 rx_ctx.rxmax = RTE_ETHER_MAX_LEN; in ice_fdir_program_hw_rx_queue()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_lan_tx_rx.h913 u32 rxmax; /* bigger than needed, see above for reason */ member
H A Dice_common.c1070 ICE_CTX_STORE(ice_rlan_ctx, rxmax, 14, 174),