Searched refs:prov (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
D | fc_libfc.c | 259 int fc_fc4_register_provider(enum fc_fh_type type, struct fc4_prov *prov) in fc_fc4_register_provider() argument 267 prov_entry = (prov->recv ? fc_passive_prov : fc_active_prov) + type; in fc_fc4_register_provider() 271 *prov_entry = prov; 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() argument 286 if (prov->recv) in fc_fc4_deregister_provider()
|
D | fc_rport.c | 269 struct fc4_prov *prov; in fc_rport_work() local 329 prov = fc_passive_prov[type]; in fc_rport_work() 330 if (prov && prov->prlo) in fc_rport_work() 331 prov->prlo(rdata); in fc_rport_work() 1125 struct fc4_prov *prov; in fc_rport_prli_resp() local 1189 prov = fc_passive_prov[rdata->spp_type]; in fc_rport_prli_resp() 1190 if (prov) { in fc_rport_prli_resp() 1192 prov->prli(rdata, pp->prli.prli_spp_len, in fc_rport_prli_resp() 1253 struct fc4_prov *prov; in fc_rport_enter_prli() local 1288 prov = fc_passive_prov[FC_TYPE_FCP]; in fc_rport_enter_prli() [all …]
|
D | fc_lport.c | 940 struct fc4_prov *prov; in fc_lport_recv() local 953 prov = rcu_dereference(fc_passive_prov[fh->fh_type]); in fc_lport_recv() 954 if (!prov || !try_module_get(prov->module)) in fc_lport_recv() 957 prov->recv(lport, fp); in fc_lport_recv() 958 module_put(prov->module); in fc_lport_recv()
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
D | tfc_sess.c | 47 tport = rcu_dereference_protected(lport->prov[FC_TYPE_FCP], in ft_tport_get() 72 rcu_assign_pointer(lport->prov[FC_TYPE_FCP], tport); in ft_tport_get() 88 BUG_ON(tport != lport->prov[FC_TYPE_FCP]); in ft_tport_delete() 89 RCU_INIT_POINTER(lport->prov[FC_TYPE_FCP], NULL); in ft_tport_delete() 120 tport = lport->prov[FC_TYPE_FCP]; in ft_lport_del() 166 tport = rcu_dereference(lport->prov[FC_TYPE_FCP]); in ft_sess_get() 456 tport = rcu_dereference_protected(rdata->local_port->prov[FC_TYPE_FCP], in ft_prlo()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | libfc.h | 749 void *prov[FC_FC4_PROV_SIZE]; member
|
/kernel/linux/linux-5.10/tools/power/cpupower/po/ |
D | cs.po | 943 #~ " -c CPU, --cpu CPU Číslo CPU pro který se má provést nastavení "
|