Searched refs:sync_ctx (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/ti/
H A Dcpsw.c205 struct addr_sync_ctx *sync_ctx = ctx; local
214 if (ether_addr_equal(ha->addr, sync_ctx->addr)) {
221 sync_ctx->consumed++;
223 if (sync_ctx->flush) {
225 cpsw_set_mc(sync_ctx->ndev, sync_ctx->addr, vid, 0);
230 ret = cpsw_set_mc(sync_ctx->ndev, sync_ctx->addr, vid, 1);
237 struct addr_sync_ctx sync_ctx; local
240 sync_ctx
254 struct addr_sync_ctx sync_ctx; local
270 struct addr_sync_ctx *sync_ctx = ctx; local
295 struct addr_sync_ctx sync_ctx; local
[all...]
H A Dcpsw_new.c148 struct addr_sync_ctx *sync_ctx = ctx; local
157 if (ether_addr_equal(ha->addr, sync_ctx->addr)) {
164 sync_ctx->consumed++;
166 if (sync_ctx->flush) {
168 cpsw_set_mc(sync_ctx->ndev, sync_ctx->addr, vid, 0);
173 ret = cpsw_set_mc(sync_ctx->ndev, sync_ctx->addr, vid, 1);
180 struct addr_sync_ctx sync_ctx; local
183 sync_ctx
197 struct addr_sync_ctx sync_ctx; local
213 struct addr_sync_ctx *sync_ctx = ctx; local
238 struct addr_sync_ctx sync_ctx; local
[all...]

Completed in 140 milliseconds