Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Ddsa.h179 uint16_t tbl_entry_idx,
185 uint16_t tbl_entry_idx);
245 uint16_t tbl_entry_idx,
259 uint16_t tbl_entry_idx);
/Zephyr-latest/subsys/net/l2/ethernet/dsa/
Ddsa.c240 uint16_t tbl_entry_idx, in dsa_switch_set_mac_table_entry() argument
249 tbl_entry_idx, flags); in dsa_switch_set_mac_table_entry()
263 uint16_t tbl_entry_idx) in dsa_switch_get_mac_table_entry() argument
270 return api->switch_get_mac_table_entry(dev, buf, tbl_entry_idx); in dsa_switch_get_mac_table_entry()
/Zephyr-latest/drivers/ethernet/
Ddsa_ksz8xxx.c788 uint16_t tbl_entry_idx, in dsa_ksz8xxx_set_mac_table_entry() argument
799 tbl_entry_idx); in dsa_ksz8xxx_set_mac_table_entry()
815 uint16_t tbl_entry_idx) in dsa_ksz8xxx_get_mac_table_entry() argument
820 dsa_ksz8xxx_read_static_mac_table(pdev, tbl_entry_idx, buf); in dsa_ksz8xxx_get_mac_table_entry()