Home
last modified time | relevance | path

Searched refs:oce (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/netif/
H A DMakefile4 mii_layer my msk mxge nfe nge oce pcn \
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dhostapd.h22 ((hapd->conf->oce & OCE_STA_CFON) && \
25 ((hapd->conf->oce & OCE_AP) && \
H A Dap_config.h688 unsigned int oce; member
/dragonfly/share/man/man4/
H A DMakefile231 oce.4 \
495 MLINKS+=oce.4 if_oce.4
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.h1425 unsigned int oce; member
H A Dconfig_file.c1506 if (config->oce != DEFAULT_OCE_SUPPORT) in wpa_config_write_global()
1507 fprintf(f, "oce=%u\n", config->oce); in wpa_config_write_global()
H A Dwpa_supplicant.c5954 if (wpa_s->conf->oce) { in wpa_supplicant_init_iface()
5955 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_init_iface()
5958 if ((wpa_s->conf->oce & OCE_STA_CFON) && in wpa_supplicant_init_iface()
H A Dconfig.c4122 config->oce = DEFAULT_OCE_SUPPORT; in wpa_config_alloc_empty()
4863 { INT_RANGE(oce, 0, 3), 0 },
H A Dctrl_iface.c723 wpa_s->conf->oce = atoi(value); in wpa_supplicant_ctrl_iface_set()
724 if (wpa_s->conf->oce) { in wpa_supplicant_ctrl_iface_set()
725 if ((wpa_s->conf->oce & OCE_STA) && in wpa_supplicant_ctrl_iface_set()
729 if ((wpa_s->conf->oce & OCE_STA_CFON) && in wpa_supplicant_ctrl_iface_set()
/dragonfly/sys/dev/netif/oce/
H A Doce_if.c134 DRIVER_MODULE(oce, pci, oce_driver, oce_devclass, NULL, NULL);
135 MODULE_DEPEND(oce, pci, 1, 1, 1);
136 MODULE_DEPEND(oce, ether, 1, 1, 1);
137 MODULE_VERSION(oce, 1);
/dragonfly/sys/config/
H A DX86_64_GENERIC219 device oce # Emulex OneConnect 10Gb
H A DLINT641322 # The 'oce' device provides support for Emulex 10 Gbit adapters
1532 device oce # Emulex 10 GbE (OneConnect Ethernet)
/dragonfly/sys/conf/
H A Dfiles1193 dev/netif/oce/oce_hw.c optional oce pci
1194 dev/netif/oce/oce_if.c optional oce pci
1195 dev/netif/oce/oce_mbox.c optional oce pci
1196 dev/netif/oce/oce_queue.c optional oce pci
1197 dev/netif/oce/oce_sysctl.c optional oce pci
1198 dev/netif/oce/oce_util.c optional oce pci