Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173737
b: refs/heads/master
c: b21a0c3
h: refs/heads/master
i:
  173735: 61b0e59
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Dec 4, 2009
1 parent 77d0045 commit 30352dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3da80e76142d63a6849556461906fbe118d1442
refs/heads/master: b21a0c397eea722ff84bbeaf5e6e732a06b69896
12 changes: 12 additions & 0 deletions trunk/include/scsi/fc/fc_fcoe.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ struct fcoe_crc_eof {
*/
#define FCOE_MIN_FRAME 46

/*
* FCoE Link Error Status Block: T11 FC-BB-5 Rev2.0, Clause 7.10.
*/
struct fcoe_fc_els_lesb {
__be32 lesb_link_fail; /* link failure count */
__be32 lesb_vlink_fail; /* virtual link failure count */
__be32 lesb_miss_fka; /* missing FIP keep-alive count */
__be32 lesb_symb_err; /* symbol error during carrier count */
__be32 lesb_err_block; /* errored block count */
__be32 lesb_fcs_error; /* frame check sequence error count */
};

/*
* fc_fcoe_set_mac - Store OUI + DID into MAC address field.
* @mac: mac address to be set
Expand Down

0 comments on commit 30352dc

Please sign in to comment.