D | ocelot.h | 437 struct ocelot { struct 443 const struct ocelot_stat_layout *stats_layout; argument 452 struct workqueue_struct *ocelot_owq; argument 458 struct ocelot_port **ports; argument 483 struct ocelot *ocelot; argument 515 #define ocelot_read_ix(ocelot, reg, gi, ri) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_… argument 516 #define ocelot_read_gix(ocelot, reg, gi) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) argument 517 #define ocelot_read_rix(ocelot, reg, ri) __ocelot_read_ix(ocelot, reg, reg##_RSZ * (ri)) argument 518 #define ocelot_read(ocelot, reg) __ocelot_read_ix(ocelot, reg, 0) argument 521 #define ocelot_write_ix(ocelot, val, reg, gi, ri) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (… argument [all …]
|