Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_mcx.c2499 struct mcx_flow_group sc_flow_group[MCX_NUM_FLOW_GROUPS]; member
3065 struct mcx_flow_group *mfg = &sc->sc_flow_group[i]; in mcx_attach()
5840 mfg = &sc->sc_flow_group[group]; in mcx_create_flow_group()
5879 mfg = &sc->sc_flow_group[group]; in mcx_destroy_flow_group()
5945 mfg = &sc->sc_flow_group[group]; in mcx_set_flow_table_entry_mac()
6022 mfg = &sc->sc_flow_group[group]; in mcx_set_flow_table_entry_proto()
6093 mfg = &sc->sc_flow_group[group]; in mcx_delete_flow_table_entry()
7562 if (sc->sc_flow_group[group].g_id != -1) in mcx_stop()