Searched refs:buffer_t (Results 1 – 3 of 3) sorted by relevance
249 typedef struct sk_buff buffer_t; typedef253 typedef void buffer_t; typedef274 buffer_t *rx_buff_tab[RX_DESCS], *tx_buff_tab[TX_DESCS];996 buffer_t *buff; in init_hdlc_queues()1029 buffer_t *buff = port->rx_buff_tab[i]; in destroy_hdlc_queues()1040 buffer_t *buff = port->tx_buff_tab[i]; in destroy_hdlc_queues()
146 typedef struct sk_buff buffer_t; typedef150 typedef void buffer_t; typedef192 buffer_t *rx_buff_tab[RX_DESCS], *tx_buff_tab[TX_DESCS];1127 buffer_t *buff; /* skb or kmalloc()ated memory */ in init_queues()1159 buffer_t *buff = port->rx_buff_tab[i]; in destroy_queues()1169 buffer_t *buff = port->tx_buff_tab[i]; in destroy_queues()
587 } buffer_t; typedef