Linux Kernel
3.7.1
|
#include <libfc.h>
Data Fields | |
int(* | prli )(struct fc_rport_priv *, u32 spp_len, const struct fc_els_spp *spp_in, struct fc_els_spp *spp_out) |
void(* | prlo )(struct fc_rport_priv *) |
void(* | recv )(struct fc_lport *, struct fc_frame *) |
struct module * | module |
struct fc4_prov - FC-4 provider registration : Handler for incoming PRLI : Handler for session reset : Handler for incoming request : Pointer to module. May be NULL.
int(* prli)(struct fc_rport_priv *, u32 spp_len, const struct fc_els_spp *spp_in, struct fc_els_spp *spp_out) |
void(* prlo)(struct fc_rport_priv *) |