|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include "pmcc4_sysdep.h"#include <linux/errno.h>#include <linux/kernel.h>#include <linux/sched.h>#include <linux/timer.h>#include <linux/hdlc.h>#include <asm/io.h>#include "sbecom_inline_linux.h"#include "libsbew.h"#include "pmcc4_private.h"#include "pmcc4.h"#include "pmcc4_ioctls.h"#include "musycc.h"#include "comet.h"#include "sbe_bid.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | STATIC static |
| #define | KERN_WARN KERN_WARNING |
| #define | sbeLinkMask |
| #define | sbeLinkChange 0x40 |
| #define | sbeLinkDown 0x01 |
| #define | sbeAlarmsMask 0x07 /* red / yellow / blue alarm conditions */ |
| #define | sbeE1AlarmsMask 0x107 /* alarm conditions */ |
| #define | COMET_LBCMD_READ 0x80 /* read only (do not set, return read value) */ |
Variables | |
| int | cxt1e1_log_level |
| int | cxt1e1_max_mru |
| int | cxt1e1_max_mtu |
| int | max_rxdesc_used |
| int | max_rxdesc_default |
| int | max_txdesc_used |
| int | max_txdesc_default |
| int | drvr_state = SBE_DRVR_INIT |
| ci_t * | c4_list = 0 |
| ci_t * | CI |
| unsigned int | max_int = 0 |
| #define COMET_LBCMD_READ 0x80 /* read only (do not set, return read value) */ |
Definition at line 192 of file pmcc4_drv.c.
| #define KERN_WARN KERN_WARNING |
Definition at line 49 of file pmcc4_drv.c.
Definition at line 22 of file pmcc4_drv.c.
| #define sbeAlarmsMask 0x07 /* red / yellow / blue alarm conditions */ |
Definition at line 189 of file pmcc4_drv.c.
| #define sbeE1AlarmsMask 0x107 /* alarm conditions */ |
Definition at line 190 of file pmcc4_drv.c.
| #define sbeLinkChange 0x40 |
Definition at line 187 of file pmcc4_drv.c.
| #define sbeLinkDown 0x01 |
Definition at line 188 of file pmcc4_drv.c.
| #define sbeLinkMask |
Definition at line 186 of file pmcc4_drv.c.
| #define STATIC static |
Definition at line 45 of file pmcc4_drv.c.
Definition at line 1238 of file pmcc4_drv.c.
Definition at line 476 of file pmcc4_drv.c.
Definition at line 1084 of file pmcc4_drv.c.
Definition at line 1100 of file pmcc4_drv.c.
Definition at line 1187 of file pmcc4_drv.c.
Definition at line 1224 of file pmcc4_drv.c.
Definition at line 112 of file pmcc4_drv.c.
| status_t c4_frame_rw | ( | ci_t * | ci, |
| struct sbecom_port_param * | pp | ||
| ) |
Definition at line 759 of file pmcc4_drv.c.
| status_t c4_get_chan | ( | int | channum, |
| struct sbecom_chan_param * | p | ||
| ) |
Definition at line 1164 of file pmcc4_drv.c.
| status_t c4_get_chan_stats | ( | int | channum, |
| struct sbecom_chan_stats * | p | ||
| ) |
Definition at line 1175 of file pmcc4_drv.c.
| status_t c4_get_iidinfo | ( | ci_t * | ci, |
| struct sbe_iid_info * | iip | ||
| ) |
Definition at line 1537 of file pmcc4_drv.c.
Definition at line 900 of file pmcc4_drv.c.
Definition at line 514 of file pmcc4_drv.c.
Definition at line 538 of file pmcc4_drv.c.
Definition at line 672 of file pmcc4_drv.c.
Definition at line 700 of file pmcc4_drv.c.
| status_t c4_musycc_rw | ( | ci_t * | ci, |
| struct c4_musycc_param * | mcp | ||
| ) |
Definition at line 836 of file pmcc4_drv.c.
Definition at line 134 of file pmcc4_drv.c.
Definition at line 1020 of file pmcc4_drv.c.
| status_t c4_pld_rw | ( | ci_t * | ci, |
| struct sbecom_port_param * | pp | ||
| ) |
Definition at line 798 of file pmcc4_drv.c.
| status_t c4_set_chan | ( | int | channum, |
| struct sbecom_chan_param * | p | ||
| ) |
Definition at line 1113 of file pmcc4_drv.c.
Definition at line 915 of file pmcc4_drv.c.
Definition at line 1469 of file pmcc4_drv.c.
Definition at line 461 of file pmcc4_drv.c.
INIT_WORK (struct work_struct *work, void (*function)(void *), void *data);
Definition at line 195 of file pmcc4_drv.c.
| void sbecom_get_brdinfo | ( | ci_t * | ci, |
| struct sbe_brd_info * | bip, | ||
| u_int8_t * | bsn | ||
| ) |
Definition at line 1478 of file pmcc4_drv.c.
Definition at line 86 of file pmcc4_drv.c.
| ci_t* c4_list = 0 |
Definition at line 80 of file pmcc4_drv.c.
| ci_t* CI |
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.
| int drvr_state = SBE_DRVR_INIT |
Definition at line 79 of file pmcc4_drv.c.
| unsigned int max_int = 0 |
Definition at line 1017 of file pmcc4_drv.c.
1.8.2