Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/net/
Ddsa.h173 uint16_t tbl_entry_idx,
179 uint16_t tbl_entry_idx);
239 uint16_t tbl_entry_idx,
253 uint16_t tbl_entry_idx);
/Zephyr-Core-3.6.0/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-Core-3.6.0/drivers/ethernet/
Ddsa_ksz8xxx.c787 uint16_t tbl_entry_idx, in dsa_ksz8xxx_set_mac_table_entry() argument
798 tbl_entry_idx); in dsa_ksz8xxx_set_mac_table_entry()
814 uint16_t tbl_entry_idx) in dsa_ksz8xxx_get_mac_table_entry() argument
819 dsa_ksz8xxx_read_static_mac_table(pdev, tbl_entry_idx, buf); in dsa_ksz8xxx_get_mac_table_entry()