Home
last modified time | relevance | path

Searched refs:fc_req (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/s390/scsi/
H A Dzfcp_fc.c397 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_ns_gid_pn_request()
398 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
428 if (!fc_req) in zfcp_fc_ns_gid_pn()
431 memset(fc_req, 0, sizeof(*fc_req)); in zfcp_fc_ns_gid_pn()
562 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_adisc()
563 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
564 sg_init_one(&fc_req->sg_req, &fc_req->u.adisc.req, in zfcp_fc_adisc()
566 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()
570 fc_req->ct_els.handler_data = fc_req; in zfcp_fc_adisc()
691 sg_init_one(&fc_req->sg_req, &fc_req->u.gpn_ft.req, in zfcp_fc_alloc_sg_env()
[all …]
/linux-6.15/drivers/clk/mmp/
H A Dclk-mix.c136 u32 mux_div, fc_req; in _set_rate() local
173 fc_req = readl(ri->reg_clk_ctrl); in _set_rate()
175 if (!(fc_req & (1 << ri->bit_fc))) in _set_rate()
186 fc_req = readl(ri->reg_clk_ctrl); in _set_rate()
187 fc_req |= 1 << ri->bit_fc; in _set_rate()
188 writel(fc_req, ri->reg_clk_ctrl); in _set_rate()
190 fc_req &= ~(1 << ri->bit_fc); in _set_rate()