Lines Matching refs:INLINE

137 static INLINE void adsl_led_flash(void);
142 static INLINE struct sk_buff* alloc_skb_rx(void);
143 //static INLINE struct sk_buff* alloc_skb_tx(unsigned int);
144 static INLINE struct sk_buff *get_skb_rx_pointer(unsigned int);
145 static INLINE int get_tx_desc(unsigned int, unsigned int *);
150 static INLINE int mailbox_rx_irq_handler(unsigned int);
152 static INLINE void mailbox_signal(unsigned int, int);
174 static INLINE void proc_file_create(void);
175 static INLINE void proc_file_delete(void);
190 static INLINE int stricmp(const char *, const char *);
192 static INLINE int strincmp(const char *, const char *, int);
194 static INLINE int ifx_ptm_version(char *);
199 static INLINE void check_parameters(void);
200 static INLINE int init_priv_data(void);
201 static INLINE void clear_priv_data(void);
202 static INLINE void init_tables(void);
533 static INLINE void adsl_led_flash(void)
537 static INLINE struct sk_buff* alloc_skb_rx(void)
560 static INLINE struct sk_buff* alloc_skb_tx(unsigned int size)
574 static INLINE struct sk_buff *get_skb_rx_pointer(unsigned int dataptr)
588 static INLINE int get_tx_desc(unsigned int itf, unsigned int *f_full)
609 static INLINE int mailbox_rx_irq_handler(unsigned int ch) // return: < 0 - descriptor not available, 0 - received one packet
704 static INLINE void mailbox_signal(unsigned int itf, int is_tx)
821 static INLINE void proc_file_create(void)
868 static INLINE void proc_file_delete(void)
1157 static INLINE int stricmp(const char *p1, const char *p2)
1175 static INLINE int strincmp(const char *p1, const char *p2, int n)
1194 static INLINE int ifx_ptm_version(char *buf)
1207 static INLINE void check_parameters(void)
1229 static INLINE int init_priv_data(void)
1292 static INLINE void clear_priv_data(void)
1323 static INLINE void init_tables(void)