Home
last modified time | relevance | path

Searched refs:fc4_prov (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_libfc.h87 extern struct fc4_prov *fc_active_prov[]; /* providers without recv */
88 extern struct fc4_prov *fc_passive_prov[]; /* providers with recv */
91 extern struct fc4_prov fc_rport_t0_prov; /* type 0 provider */
92 extern struct fc4_prov fc_lport_els_prov; /* ELS provider */
93 extern struct fc4_prov fc_rport_fcp_init; /* FCP initiator provider */
H A Dfc_libfc.c36 struct fc4_prov *fc_active_prov[FC_FC4_PROV_SIZE] = {
44 struct fc4_prov *fc_passive_prov[FC_FC4_PROV_SIZE] = {
231 struct fc4_prov *prov_entry; in fc_fc4_conf_lport_params()
259 int fc_fc4_register_provider(enum fc_fh_type type, struct fc4_prov *prov) in fc_fc4_register_provider()
261 struct fc4_prov **prov_entry; in fc_fc4_register_provider()
282 void fc_fc4_deregister_provider(enum fc_fh_type type, struct fc4_prov *prov) in fc_fc4_deregister_provider()
H A Dfc_rport.c269 struct fc4_prov *prov; in fc_rport_work()
1125 struct fc4_prov *prov; in fc_rport_prli_resp()
1253 struct fc4_prov *prov; in fc_rport_enter_prli()
1980 struct fc4_prov *prov; in fc_rport_recv_prli_req()
2231 struct fc4_prov fc_rport_fcp_init = {
2257 struct fc4_prov fc_rport_t0_prov = {
H A Dfc_lport.c932 struct fc4_prov fc_lport_els_prov = {
949 struct fc4_prov *prov; in fc_lport_recv()
/openbmc/linux/include/scsi/
H A Dlibfc.h769 struct fc4_prov { struct
781 int fc_fc4_register_provider(enum fc_fh_type type, struct fc4_prov *); argument
782 void fc_fc4_deregister_provider(enum fc_fh_type type, struct fc4_prov *);
/openbmc/linux/drivers/target/tcm_fc/
H A Dtcm_fc.h122 extern struct fc4_prov ft_prov;
H A Dtfc_sess.c498 struct fc4_prov ft_prov = {