Linux Kernel
3.7.1
|
#include "b43legacy.h"
#include "dma.h"
#include "main.h"
#include "debugfs.h"
#include "xmit.h"
#include <linux/dma-mapping.h>
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <net/dst.h>
Go to the source code of this file.
Macros | |
#define | SLOTS_PER_PACKET 2 |
#define SLOTS_PER_PACKET 2 |
void b43legacy_dma_free | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_dma_handle_txstatus | ( | struct b43legacy_wldev * | dev, |
const struct b43legacy_txstatus * | status | ||
) |
int b43legacy_dma_init | ( | struct b43legacy_wldev * | dev | ) |
int b43legacy_dma_tx | ( | struct b43legacy_wldev * | dev, |
struct sk_buff * | skb | ||
) |
void b43legacy_dma_tx_resume | ( | struct b43legacy_wldev * | dev | ) |
void b43legacy_dma_tx_suspend | ( | struct b43legacy_wldev * | dev | ) |