|
iPXE
|
A Fibre Channel upper-layer protocol user. More...
#include <fc.h>
Data Fields | |
| struct fc_ulp * | ulp |
| Fibre Channel upper layer protocol. More... | |
| struct list_head | list |
| List of users. More... | |
| struct refcnt * | refcnt |
| Containing object reference count, or NULL. More... | |
| void(* | examine )(struct fc_ulp_user *user) |
| Examine link state. More... | |
| struct fc_ulp* fc_ulp_user::ulp |
Fibre Channel upper layer protocol.
Definition at line 455 of file fc.h.
Referenced by fc_ulp_attach(), fc_ulp_detach(), fc_ulp_login(), fc_ulp_logout(), fc_ulp_prli_done(), fcpdev_examine(), fcpdev_identify_device(), fcpdev_scsi_command(), and fcpdev_window().
| struct list_head fc_ulp_user::list |
List of users.
Definition at line 457 of file fc.h.
Referenced by fc_ulp_attach(), fc_ulp_detach(), fc_ulp_login(), and fc_ulp_logout().
| struct refcnt* fc_ulp_user::refcnt |
Containing object reference count, or NULL.
Definition at line 459 of file fc.h.
Referenced by fc_ulp_user_get(), fc_ulp_user_init(), and fc_ulp_user_put().
| void( * fc_ulp_user::examine) (struct fc_ulp_user *user) |
Examine link state.
| user | Fibre Channel upper-layer-protocol user |
Definition at line 464 of file fc.h.
Referenced by fc_ulp_login(), fc_ulp_logout(), and fc_ulp_user_init().
1.8.15