Searched refs:fp_port_from_pport (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_fp.h | 40 bool fp_port_from_pport(uint32_t pport, uint32_t *port);
|
H A D | rocker.c | 177 if (!fp_port_from_pport(pport, &port)) { in tx_consume() 290 if (!fp_port_from_pport(pport, &port)) { in cmd_get_port_settings() 360 if (!fp_port_from_pport(pport, &port)) { in cmd_set_port_settings() 541 if (!fp_port_from_pport(pport, &port)) { in rocker_event_mac_vlan_seen() 693 if (!fp_port_from_pport(pport, &port)) { in rocker_port_eg()
|
H A D | rocker_fp.c | 111 bool fp_port_from_pport(uint32_t pport, uint32_t *port) in fp_port_from_pport() function
|
H A D | rocker_of_dpa.c | 530 if (fp_port_from_pport(fc->in_pport, &port)) { in of_dpa_ig_port_miss() 1117 if (!fp_port_from_pport(key->in_pport, &port)) { in of_dpa_cmd_add_vlan() 1190 if (!fp_port_from_pport(key->in_pport, &port)) { in of_dpa_cmd_add_term_mac()
|