iPXE
Data Fields
fc_link_state Struct Reference

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...
 

Detailed Description

A Fibre Channel link state nonitor.

Definition at line 89 of file fc.h.

Field Documentation

◆ timer

struct retry_timer fc_link_state::timer

Retry timer.

Definition at line 91 of file fc.h.

◆ rc

int fc_link_state::rc

Link state.

Definition at line 93 of file fc.h.

Referenced by fcpdev_examine(), fcpdev_scsi_command(), and fcpeerstat().

◆ examine

void( * fc_link_state::examine) (struct fc_link_state *link)

Examine link state.

Parameters
linkFibre Channel link state monitor

Definition at line 98 of file fc.h.

Referenced by fc_link_init().


The documentation for this struct was generated from the following file: