diff options
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 042f4ade73d7..b9e6c1cd8914 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -68,9 +68,6 @@ | |||
68 | /* | 68 | /* |
69 | * FC HBA status | 69 | * FC HBA status |
70 | */ | 70 | */ |
71 | #define FC_PAUSE (1 << 1) | ||
72 | #define FC_LINK_UP (1 << 0) | ||
73 | |||
74 | enum fc_lport_state { | 71 | enum fc_lport_state { |
75 | LPORT_ST_NONE = 0, | 72 | LPORT_ST_NONE = 0, |
76 | LPORT_ST_FLOGI, | 73 | LPORT_ST_FLOGI, |
@@ -603,7 +600,8 @@ struct fc_lport { | |||
603 | 600 | ||
604 | /* Operational Information */ | 601 | /* Operational Information */ |
605 | struct libfc_function_template tt; | 602 | struct libfc_function_template tt; |
606 | u16 link_status; | 603 | u8 link_up; |
604 | u8 qfull; | ||
607 | enum fc_lport_state state; | 605 | enum fc_lport_state state; |
608 | unsigned long boot_time; | 606 | unsigned long boot_time; |
609 | 607 | ||
@@ -704,12 +702,6 @@ void fc_linkup(struct fc_lport *); | |||
704 | void fc_linkdown(struct fc_lport *); | 702 | void fc_linkdown(struct fc_lport *); |
705 | 703 | ||
706 | /* | 704 | /* |
707 | * Pause and unpause traffic. | ||
708 | */ | ||
709 | void fc_pause(struct fc_lport *); | ||
710 | void fc_unpause(struct fc_lport *); | ||
711 | |||
712 | /* | ||
713 | * Configure the local port. | 705 | * Configure the local port. |
714 | */ | 706 | */ |
715 | int fc_lport_config(struct fc_lport *); | 707 | int fc_lport_config(struct fc_lport *); |