Searched refs:__hellcreek_fdb_add (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/dsa/hirschmann/ |
D | hellcreek.c | 718 static int __hellcreek_fdb_add(struct hellcreek *hellcreek, in __hellcreek_fdb_add() function 857 ret = __hellcreek_fdb_add(hellcreek, &entry); in hellcreek_fdb_add() 872 ret = __hellcreek_fdb_add(hellcreek, &entry); in hellcreek_fdb_add() 912 ret = __hellcreek_fdb_add(hellcreek, &entry); in hellcreek_fdb_del() 1148 ret = __hellcreek_fdb_add(hellcreek, &l2_ptp); in hellcreek_setup_fdb() 1151 ret = __hellcreek_fdb_add(hellcreek, &udp4_ptp); in hellcreek_setup_fdb() 1154 ret = __hellcreek_fdb_add(hellcreek, &udp6_ptp); in hellcreek_setup_fdb() 1157 ret = __hellcreek_fdb_add(hellcreek, &l2_p2p); in hellcreek_setup_fdb() 1160 ret = __hellcreek_fdb_add(hellcreek, &udp4_p2p); in hellcreek_setup_fdb() 1163 ret = __hellcreek_fdb_add(hellcreek, &udp6_p2p); in hellcreek_setup_fdb() [all …]
|