#include <linux/types.h>
#include "pmcc4_sysdep.h"
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/init.h>
#include "sbecom_inline_linux.h"
#include "libsbew.h"
#include "pmcc4_private.h"
#include "pmcc4.h"
#include "musycc.h"
Go to the source code of this file.
|
void | c4_fifo_free (mpi_t *, int) |
|
void | c4_wk_chan_restart (mch_t *) |
|
void | musycc_bh_tx_eom (mpi_t *, int) |
|
int | musycc_chan_up (ci_t *, int) |
|
status_t __init | musycc_init (ci_t *) |
|
STATIC void __init | musycc_init_port (mpi_t *) |
|
void | musycc_intr_bh_tasklet (ci_t *) |
|
void | musycc_serv_req (mpi_t *, u_int32_t) |
|
void | musycc_update_timeslots (mpi_t *) |
|
STATIC int | musycc_dump_rxbuffer_ring (mch_t *ch, int lockit) |
|
STATIC int | musycc_dump_txbuffer_ring (mch_t *ch, int lockit) |
|
status_t | musycc_dump_ring (ci_t *ci, unsigned int chan) |
|
status_t | musycc_dump_rings (ci_t *ci, unsigned int start_chan) |
|
void | musycc_init_mdt (mpi_t *pi) |
|
void | musycc_update_tx_thp (mch_t *ch) |
|
void | musycc_wq_chan_restart (void *arg) |
|
void | musycc_chan_restart (mch_t *ch) |
|
void | rld_put_led (mpi_t *pi, u_int32_t ledval) |
|
u_int32_t | musycc_chan_proto (int proto) |
|
STATIC void | musycc_bh_rx_eom (mpi_t *pi, int gchan) |
|
irqreturn_t | musycc_intr_th_handler (void *devp) |
|
int | musycc_del_chan (ci_t *ci, int channum) |
|
int | musycc_del_chan_stats (ci_t *ci, int channum) |
|
int | musycc_start_xmit (ci_t *ci, int channum, void *mem_token) |
|
#define GROUP_BOUNDARY 0x800 |
#define INT_QUEUE_BOUNDARY 4 |
#define MUSYCC_SR_RETRY_CNT 9 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
int musycc_del_chan_stats |
( |
ci_t * |
ci, |
|
|
int |
channum |
|
) |
| |
void musycc_intr_bh_tasklet |
( |
ci_t * |
ci | ) |
|
Determine total amount of data to be sent
Are there sufficient descriptors available?
flow control the line if not enough descriptors remain
Put the user data into MUSYCC data buffer(s)
Definition at line 1752 of file musycc.c.
void musycc_wq_chan_restart |
( |
void * |
arg | ) |
|
check for RX restart request
check for TX restart request
Definition at line 369 of file musycc.c.
Read some reserved location w/in the COMET chip as a usable VMETRO trigger point or other trace marking event.
Definition at line 81 of file pmcc4_drv.c.
unsigned int max_intcnt = 0 |