Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h165 struct ipw2100_bd_queue { struct
529 struct ipw2100_bd_queue rx_queue;
530 struct ipw2100_bd_queue tx_queue;
H A Dipw2100.c2652 struct ipw2100_bd_queue *rxq = &priv->rx_queue; in __ipw2100_rx_process()
2797 struct ipw2100_bd_queue *txq = &priv->tx_queue; in __ipw2100_tx_process()
2988 struct ipw2100_bd_queue *txq = &priv->tx_queue; in ipw2100_tx_send_commands()
3057 struct ipw2100_bd_queue *txq = &priv->tx_queue; in ipw2100_tx_send_data()
4337 struct ipw2100_bd_queue *q, int entries) in bd_queue_allocate()
4341 memset(q, 0, sizeof(struct ipw2100_bd_queue)); in bd_queue_allocate()
4358 static void bd_queue_free(struct ipw2100_priv *priv, struct ipw2100_bd_queue *q) in bd_queue_free()
4375 struct ipw2100_bd_queue *q, u32 base, u32 size, in bd_queue_initialize()