Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_mcx.c5615 int *flow_table_id) in mcx_create_flow_table() argument
5665 *flow_table_id = mcx_get_id(out->cmd_table_id); in mcx_create_flow_table()
5672 mcx_set_flow_table_root(struct mcx_softc *sc, int flow_table_id) in mcx_set_flow_table_root() argument
5699 mbin->cmd_table_id = htobe32(flow_table_id); in mcx_set_flow_table_root()
5728 mcx_destroy_flow_table(struct mcx_softc *sc, int flow_table_id) in mcx_destroy_flow_table() argument
5754 mb->cmd_table_id = htobe32(flow_table_id); in mcx_destroy_flow_table()
5784 mcx_create_flow_group(struct mcx_softc *sc, int flow_table_id, int group, in mcx_create_flow_group() argument
5813 mbin->cmd_table_id = htobe32(flow_table_id); in mcx_create_flow_group()
5842 mfg->g_table = flow_table_id; in mcx_create_flow_group()
6126 mcx_dump_flow_table(struct mcx_softc *sc, int flow_table_id)
[all …]