HomeSort by: relevance | last modified time | path
    Searched defs:sc_mac_flow_table_id (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 2497 int sc_mac_flow_table_id; member in struct:mcx_softc
3061 sc->sc_mac_flow_table_id = -1;
7387 &sc->sc_mac_flow_table_id) != 0)
7393 if (mcx_create_flow_group(sc, sc->sc_mac_flow_table_id,
7401 if (mcx_create_flow_group(sc, sc->sc_mac_flow_table_id,
7410 if (mcx_create_flow_group(sc, sc->sc_mac_flow_table_id,
7439 if (mcx_set_flow_table_root(sc, sc->sc_mac_flow_table_id) != 0)
7566 if (sc->sc_mac_flow_table_id != -1) {
7567 mcx_destroy_flow_table(sc, sc->sc_mac_flow_table_id);
7568 sc->sc_mac_flow_table_id = -1
    [all...]

Completed in 17 milliseconds