Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_mcx.c2073 struct mcx_flow_ctx cmd_flow_ctx; member
2108 struct mcx_flow_ctx cmd_flow_ctx; member
5948 mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id); in mcx_set_flow_table_entry_mac()
5953 mbin->cmd_flow_ctx.fc_action = htobe32(MCX_FLOW_CONTEXT_ACTION_FORWARD); in mcx_set_flow_table_entry_mac()
5954 mbin->cmd_flow_ctx.fc_dest_list_size = htobe32(1); in mcx_set_flow_table_entry_mac()
5959 memcpy(mbin->cmd_flow_ctx.fc_match_value.mc_dest_mac, macaddr, in mcx_set_flow_table_entry_mac()
6025 mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id); in mcx_set_flow_table_entry_proto()
6030 mbin->cmd_flow_ctx.fc_action = htobe32(MCX_FLOW_CONTEXT_ACTION_FORWARD); in mcx_set_flow_table_entry_proto()
6031 mbin->cmd_flow_ctx.fc_dest_list_size = htobe32(1); in mcx_set_flow_table_entry_proto()
6034 mbin->cmd_flow_ctx.fc_match_value.mc_ethertype = htobe16(ethertype); in mcx_set_flow_table_entry_proto()
[all …]