iPXE
Data Fields
fc_ulp_user Struct Reference

A Fibre Channel upper-layer protocol user. More...

#include <fc.h>

Data Fields

struct fc_ulpulp
 Fibre Channel upper layer protocol. More...
 
struct list_head list
 List of users. More...
 
struct refcntrefcnt
 Containing object reference count, or NULL. More...
 
void(* examine )(struct fc_ulp_user *user)
 Examine link state. More...
 

Detailed Description

A Fibre Channel upper-layer protocol user.

Definition at line 453 of file fc.h.

Field Documentation

◆ ulp

struct fc_ulp* fc_ulp_user::ulp

Fibre Channel upper layer protocol.

Definition at line 455 of file fc.h.

Referenced by fc_ulp_login(), fc_ulp_logout(), fc_ulp_prli_done(), fcpdev_examine(), fcpdev_identify_device(), fcpdev_scsi_command(), and fcpdev_window().

◆ list

struct list_head fc_ulp_user::list

List of users.

Definition at line 457 of file fc.h.

Referenced by fc_ulp_login(), and fc_ulp_logout().

◆ refcnt

struct refcnt* fc_ulp_user::refcnt

Containing object reference count, or NULL.

Definition at line 459 of file fc.h.

◆ examine

void( * fc_ulp_user::examine) (struct fc_ulp_user *user)

Examine link state.

Parameters
userFibre Channel upper-layer-protocol user

Definition at line 464 of file fc.h.

Referenced by fc_ulp_user_init().


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