Searched refs:enable_rss (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/oce/
H A Doce_mbox.c822 * @param enable_rss 0=disable, RSS_ENABLE_xxx flags otherwise
826 oce_config_nic_rss(POCE_SOFTC sc, uint32_t if_id, uint16_t enable_rss) argument
838 fwcmd->params.req.enable_rss = RSS_ENABLE_UDP_IPV4 |
849 if (enable_rss)
850 fwcmd->params.req.enable_rss |= (RSS_ENABLE_IPV4 |
H A Doce_hw.h3460 uint16_t enable_rss; member in struct:mbx_config_nic_rss::__anon14722::__anon14723
3467 uint16_t enable_rss;
H A Doce_if.h1037 int oce_config_nic_rss(POCE_SOFTC sc, uint32_t if_id, uint16_t enable_rss);
/freebsd-12-stable/sys/dev/ixgbe/
H A Dif_ix.c346 SYSCTL_INT(_hw_ix, OID_AUTO, enable_rss, CTLFLAG_RDTUN, &ixgbe_enable_rss, 0,

Completed in 197 milliseconds