iPXE
|
A Fibre Channel link state nonitor. More...
#include <fc.h>
Data Fields | |
struct retry_timer | timer |
Retry timer. More... | |
int | rc |
Link state. More... | |
void(* | examine )(struct fc_link_state *link) |
Examine link state. More... | |
struct retry_timer fc_link_state::timer |
int fc_link_state::rc |
Link state.
Definition at line 93 of file fc.h.
Referenced by fcpdev_examine(), fcpdev_scsi_command(), and fcpeerstat().
void( * fc_link_state::examine) (struct fc_link_state *link) |
Examine link state.
link | Fibre Channel link state monitor |
Definition at line 98 of file fc.h.
Referenced by fc_link_init().