Searched refs:fc_req (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_fc.c | 397 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() 557 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_adisc() 558 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc() 559 sg_init_one(&fc_req->sg_req, &fc_req->u.adisc.req, in zfcp_fc_adisc() 561 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc() 565 fc_req->ct_els.handler_data = fc_req; in zfcp_fc_adisc() 686 sg_init_one(&fc_req->sg_req, &fc_req->u.gpn_ft.req, in zfcp_fc_alloc_sg_env() [all …]
|
/openbmc/linux/drivers/clk/mmp/ |
H A D | clk-mix.c | 136 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()
|