Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
decode-fcp.c File Reference
#include <linux/firewire-constants.h>
#include <stdio.h>
#include <stdlib.h>
#include "list.h"
#include "nosy-dump.h"

Go to the source code of this file.

Data Structures

struct  avc_enum
 
struct  avc_field
 
struct  avc_opcode_info
 
struct  avc_frame
 

Macros

#define CSR_FCP_COMMAND   0xfffff0000b00ull
 
#define CSR_FCP_RESPONSE   0xfffff0000d00ull
 

Functions

int decode_fcp (struct link_transaction *t)
 

Variables

struct avc_enum power_field_names []
 

Macro Definition Documentation

#define CSR_FCP_COMMAND   0xfffff0000b00ull

Definition at line 8 of file decode-fcp.c.

#define CSR_FCP_RESPONSE   0xfffff0000d00ull

Definition at line 9 of file decode-fcp.c.

Function Documentation

int decode_fcp ( struct link_transaction t)

Definition at line 173 of file decode-fcp.c.

Variable Documentation

struct avc_enum power_field_names[]
Initial value:
= {
{ 0x70, "on" },
{ 0x60, "off" },
{ }
}

Definition at line 59 of file decode-fcp.c.