Searched refs:dst_mac_addr (Results 1 – 5 of 5) sorted by relevance
93 struct sfc_mae_mac_addr *dst_mac_addr; member
968 action_set->dst_mac_addr == ctx->dst_mac && in sfc_mae_action_set_attach()1040 action_set->dst_mac_addr = ctx->dst_mac; in sfc_mae_action_set_add()1077 sfc_mae_mac_addr_del(sa, action_set->dst_mac_addr); in sfc_mae_action_set_del()1096 struct sfc_mae_mac_addr *dst_mac_addr = action_set->dst_mac_addr; in sfc_mae_action_set_enable() local1108 rc = sfc_mae_mac_addr_enable(sa, dst_mac_addr, in sfc_mae_action_set_enable()1118 sfc_mae_mac_addr_disable(sa, dst_mac_addr); in sfc_mae_action_set_enable()1126 sfc_mae_mac_addr_disable(sa, dst_mac_addr); in sfc_mae_action_set_enable()1139 sfc_mae_mac_addr_disable(sa, dst_mac_addr); in sfc_mae_action_set_enable()1153 sfc_mae_mac_addr_disable(sa, dst_mac_addr); in sfc_mae_action_set_enable()1202 sfc_mae_mac_addr_disable(sa, action_set->dst_mac_addr); in sfc_mae_action_set_disable()
229 struct rte_ether_addr *dst_mac_addr);
1397 struct rte_ether_addr *dst_mac_addr) in mac_address_get() argument1406 if (dst_mac_addr == NULL) { in mac_address_get()1413 rte_ether_addr_copy(mac_addr, dst_mac_addr); in mac_address_get()
41847 uint8_t dst_mac_addr[6]; member