Searched refs:rspp (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/target/tcm_fc/ |
H A D | tfc_sess.c | 348 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli_locked() argument 358 if (!rspp) in ft_prli_locked() 361 if (rspp->spp_flags & (FC_SPP_OPA_VAL | FC_SPP_RPA_VAL)) in ft_prli_locked() 367 fcp_parm = ntohl(rspp->spp_params); in ft_prli_locked() 375 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) { in ft_prli_locked() 422 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli() argument 427 ret = ft_prli_locked(rdata, spp_len, rspp, spp); in ft_prli() 430 rdata->ids.port_id, rspp ? rspp->spp_flags : 0, ret); in ft_prli()
|
/linux/drivers/scsi/libfc/ |
H A D | fc_rport.c | 1974 struct fc_els_spp *rspp; /* request service param page */ in fc_rport_recv_prli_req() local 2000 rspp = &pp->spp; in fc_rport_recv_prli_req() 2024 rdata->spp_type = rspp->spp_type; in fc_rport_recv_prli_req() 2025 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req() 2026 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req() 2029 if (rspp->spp_type < FC_FC4_PROV_SIZE) { in fc_rport_recv_prli_req() 2032 prov = fc_active_prov[rspp->spp_type]; in fc_rport_recv_prli_req() 2034 active = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req() 2035 prov = fc_passive_prov[rspp->spp_type]; in fc_rport_recv_prli_req() 2037 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req() [all …]
|