Home
last modified time | relevance | path

Searched refs:learned (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
DTODO4 * Add support for displaying learned FDB entries
/Linux-v4.19/Documentation/process/
Dindex.rst12 to be learned about the kernel in a technical sense, it is also important
Dstable-api-nonsense.rst98 of release, I learned this the hard way a long time ago...
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c134 bool learned; member
1827 bool learned = (lw->flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb_learn_work() local
1834 if (learned && removing) in ofdpa_port_fdb_learn_work()
1837 else if (learned && !removing) in ofdpa_port_fdb_learn_work()
1913 fdb->learned = (flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb()
1969 if (!found->learned) in ofdpa_port_fdb_flush()
2001 if (!entry->learned) in ofdpa_fdb_cleanup()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dradiotrack.rst31 I did not get much success, but I learned about programming ioports under
/Linux-v4.19/Documentation/usb/
DCREDITS32 Much has been learned from that effort.
/Linux-v4.19/Documentation/networking/
Dswitchdev.txt167 - Notification of learned/forgotten src mac/vlans from device
231 Learning_sync attribute enables syncing of the learned/forgotten FDB entry to
/Linux-v4.19/Documentation/
Dcrc32.txt13 It's actually the same long division you learned in school, except that:
/Linux-v4.19/Documentation/ioctl/
Dbotching-up-ioctls.txt17 lessons learned while botching the job for the drm/i915 driver. Most of these
/Linux-v4.19/Documentation/RCU/
Drcu_dereference.txt117 cannot use anything it learned from the comparison
/Linux-v4.19/Documentation/filesystems/
Dproc.txt1954 pid value exists (it can be learned by other means, e.g. by "kill -0 $PID"),
1955 but it hides process' uid and gid, which may be learned by stat()'ing
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst4114 So far, you've learned how to write the driver codes. And you might have