Linux Kernel
3.7.1
|
#include "b43legacy.h"
#include "pio.h"
#include "main.h"
#include "xmit.h"
#include <linux/delay.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
union | txhdr_union |
Functions | |
void | b43legacy_pio_free (struct b43legacy_wldev *dev) |
int | b43legacy_pio_init (struct b43legacy_wldev *dev) |
int | b43legacy_pio_tx (struct b43legacy_wldev *dev, struct sk_buff *skb) |
void | b43legacy_pio_handle_txstatus (struct b43legacy_wldev *dev, const struct b43legacy_txstatus *status) |
void | b43legacy_pio_rx (struct b43legacy_pioqueue *queue) |
void | b43legacy_pio_tx_suspend (struct b43legacy_pioqueue *queue) |
void | b43legacy_pio_tx_resume (struct b43legacy_pioqueue *queue) |
void | b43legacy_pio_freeze_txqueues (struct b43legacy_wldev *dev) |
void | b43legacy_pio_thaw_txqueues (struct b43legacy_wldev *dev) |
void b43legacy_pio_free | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_pio_freeze_txqueues | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_pio_handle_txstatus | ( | struct b43legacy_wldev * | dev, |
const struct b43legacy_txstatus * | status | ||
) |
int b43legacy_pio_init | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_pio_thaw_txqueues | ( | struct b43legacy_wldev * | dev | ) |
int b43legacy_pio_tx | ( | struct b43legacy_wldev * | dev, |
struct sk_buff * | skb | ||
) |