Linux Kernel
3.7.1
|
#include "core.h"
#include "hif.h"
#include "debug.h"
#include "hif-ops.h"
#include <asm/unaligned.h>
Go to the source code of this file.
Macros | |
#define | CALC_TXRX_PADDED_LEN(dev, len) (__ALIGN_MASK((len), (dev)->block_mask)) |
#define | TX_RESUME_BUNDLE_THRESHOLD 1500 |
Functions | |
int | ath6kl_htc_rxmsg_pending_handler (struct htc_target *target, u32 msg_look_ahead, int *num_pkts) |
void | ath6kl_htc_mbox_attach (struct ath6kl *ar) |
#define CALC_TXRX_PADDED_LEN | ( | dev, | |
len | |||
) | (__ALIGN_MASK((len), (dev)->block_mask)) |
Definition at line 24 of file htc_mbox.c.
#define TX_RESUME_BUNDLE_THRESHOLD 1500 |
Definition at line 35 of file htc_mbox.c.
Definition at line 2931 of file htc_mbox.c.
int ath6kl_htc_rxmsg_pending_handler | ( | struct htc_target * | target, |
u32 | msg_look_ahead, | ||
int * | num_pkts | ||
) |
Definition at line 2138 of file htc_mbox.c.