Lines Matching refs:entry
371 static inline void sonic_cda_put(struct net_device* dev, int entry, in sonic_cda_put() argument
376 (entry * SIZEOF_SONIC_CD) + offset, val); in sonic_cda_put()
379 static inline __u16 sonic_cda_get(struct net_device* dev, int entry, in sonic_cda_get() argument
384 (entry * SIZEOF_SONIC_CD) + offset); in sonic_cda_get()
399 static inline void sonic_tda_put(struct net_device* dev, int entry, in sonic_tda_put() argument
404 (entry * SIZEOF_SONIC_TD) + offset, val); in sonic_tda_put()
407 static inline __u16 sonic_tda_get(struct net_device* dev, int entry, in sonic_tda_get() argument
412 (entry * SIZEOF_SONIC_TD) + offset); in sonic_tda_get()
415 static inline void sonic_rda_put(struct net_device* dev, int entry, in sonic_rda_put() argument
420 (entry * SIZEOF_SONIC_RD) + offset, val); in sonic_rda_put()
423 static inline __u16 sonic_rda_get(struct net_device* dev, int entry, in sonic_rda_get() argument
428 (entry * SIZEOF_SONIC_RD) + offset); in sonic_rda_get()
431 static inline void sonic_rra_put(struct net_device* dev, int entry, in sonic_rra_put() argument
436 (entry * SIZEOF_SONIC_RR) + offset, val); in sonic_rra_put()
439 static inline __u16 sonic_rra_get(struct net_device* dev, int entry, in sonic_rra_get() argument
444 (entry * SIZEOF_SONIC_RR) + offset); in sonic_rra_get()