Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c49 u8 eth_dst_mask[ETH_ALEN]; member
64 u8 eth_dst_mask[ETH_ALEN]; member
79 u8 eth_dst_mask[ETH_ALEN]; member
908 ether_addr_copy(entry->key.term_mac.eth_dst_mask, eth_dst_mask); in ofdpa_flow_tbl_term_mac()
939 if (eth_dst_mask) { in ofdpa_flow_tbl_bridge()
941 ether_addr_copy(entry->key.bridge.eth_dst_mask, eth_dst_mask); in ofdpa_flow_tbl_bridge()
1032 if (eth_dst_mask) in ofdpa_flow_tbl_acl()
1033 ether_addr_copy(entry->key.acl.eth_dst_mask, eth_dst_mask); in ofdpa_flow_tbl_acl()
1545 const u8 *eth_dst_mask; member
1555 .eth_dst_mask = ll_mask,
[all …]