Searched refs:ocelot_mact_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 692 static int ocelot_mact_read(struct ocelot *ocelot, int port, int row, int col, in ocelot_mact_read() function 751 ret = ocelot_mact_read(ocelot, port, i, j, &entry); in ocelot_fdb_dump()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 1276 static int ocelot_mact_read(struct ocelot *ocelot, int port, int row, int col, in ocelot_mact_read() function 1366 /* We could take the lock just around ocelot_mact_read, but doing so in ocelot_fdb_dump() 1377 err = ocelot_mact_read(ocelot, port, i, j, &entry); in ocelot_fdb_dump()
|
Completed in 12 milliseconds