Searched refs:ar40xx_hw_vtu_op (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_vtu.c | 78 ar40xx_hw_vtu_op(struct ar40xx_softc *sc, uint32_t op, uint32_t val) in ar40xx_hw_vtu_op() function 136 ret = ar40xx_hw_vtu_op(sc, op, val); in ar40xx_hw_vtu_load_vlan() 151 ret = ar40xx_hw_vtu_op(sc, AR40XX_VTU_FUNC1_OP_FLUSH, 0); in ar40xx_hw_vtu_flush() 172 r = ar40xx_hw_vtu_op(sc, op, 0); in ar40xx_hw_vtu_get_vlan()
|
H A D | ar40xx_hw_vtu.h | 30 extern int ar40xx_hw_vtu_op(struct ar40xx_softc *sc, uint32_t op,
|