Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/rocker/
H A Drocker_hw.h334 ROCKER_TLV_OF_DPA_DST_IP, /* __be32 */ enumerator
H A Drocker_of_dpa.c1455 if (!flow_tlvs[ROCKER_TLV_OF_DPA_DST_IP]) { in of_dpa_cmd_add_unicast_routing()
1459 rocker_tlv_get_u32(flow_tlvs[ROCKER_TLV_OF_DPA_DST_IP]); in of_dpa_cmd_add_unicast_routing()
1565 if (!flow_tlvs[ROCKER_TLV_OF_DPA_DST_IP]) { in of_dpa_cmd_add_multicast_routing()
1570 rocker_tlv_get_u32(flow_tlvs[ROCKER_TLV_OF_DPA_DST_IP]); in of_dpa_cmd_add_multicast_routing()
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_hw.h321 ROCKER_TLV_OF_DPA_DST_IP, /* __be32 */ enumerator
H A Drocker_ofdpa.c388 if (rocker_tlv_put_be32(desc_info, ROCKER_TLV_OF_DPA_DST_IP, in ofdpa_cmd_flow_tbl_add_ucast_routing()