Searched refs:fc_req (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/s390/scsi/ |
A D | zfcp_fc.c | 386 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_ns_gid_pn_request() 387 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request() 417 if (!fc_req) in zfcp_fc_ns_gid_pn() 420 memset(fc_req, 0, sizeof(*fc_req)); in zfcp_fc_ns_gid_pn() 544 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_adisc() 545 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc() 546 sg_init_one(&fc_req->sg_req, &fc_req->u.adisc.req, in zfcp_fc_adisc() 548 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc() 552 fc_req->ct_els.handler_data = fc_req; in zfcp_fc_adisc() 668 sg_init_one(&fc_req->sg_req, &fc_req->u.gpn_ft.req, in zfcp_fc_alloc_sg_env() [all …]
|
/linux/drivers/clk/mmp/ |
A D | clk-mix.c | 139 u32 mux_div, fc_req; in _set_rate() local 176 fc_req = readl(ri->reg_clk_ctrl); in _set_rate() 178 if (!(fc_req & (1 << ri->bit_fc))) in _set_rate() 189 fc_req = readl(ri->reg_clk_ctrl); in _set_rate() 190 fc_req |= 1 << ri->bit_fc; in _set_rate() 191 writel(fc_req, ri->reg_clk_ctrl); in _set_rate() 193 fc_req &= ~(1 << ri->bit_fc); in _set_rate()
|
Completed in 7 milliseconds