Home
last modified time | relevance | path

Searched refs:buffer_t (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wan/
H A Dixp4xx_hss.c249 typedef struct sk_buff buffer_t; typedef
253 typedef void buffer_t; typedef
274 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()
/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c155 typedef struct sk_buff buffer_t; typedef
159 typedef void buffer_t; typedef
200 buffer_t *rx_buff_tab[RX_DESCS], *tx_buff_tab[TX_DESCS];
1128 buffer_t *buff; /* skb or kmalloc()ated memory */ in init_queues()
1160 buffer_t *buff = port->rx_buff_tab[i]; in destroy_queues()
1170 buffer_t *buff = port->tx_buff_tab[i]; in destroy_queues()