Home
last modified time | relevance | path

Searched refs:rx_rss (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h54 * All the handlers MUST be implemented, except @rx_rss which can be left
63 * @rx_rss: data queue RX notification to the op_mode, for (data) notifications
101 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
150 op_mode->ops->rx_rss(op_mode, napi, rxb, queue); in iwl_op_mode_async_cb()
97 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi, global() member
/freebsd/sys/dev/enic/
H A Dvnic_stats.h39 u64 rx_rss; member
H A Dif_enic.c1309 &stats->rx.rx_rss, "RX rss"); in enic_setup_rxq_sysctl()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c2180 .rx_rss = iwl_mvm_rx_mq_rss,