Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fc.c356 static void zfcp_fc_ns_gid_pn_eval(struct zfcp_fc_req *fc_req) in zfcp_fc_ns_gid_pn_eval() argument
358 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_ns_gid_pn_eval()
359 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_eval()
385 struct zfcp_fc_req *fc_req) in zfcp_fc_ns_gid_pn_request() argument
389 struct zfcp_fc_gid_pn_req *gid_pn_req = &fc_req->u.gid_pn.req; in zfcp_fc_ns_gid_pn_request()
390 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_request()
394 fc_req->ct_els.port = port; in zfcp_fc_ns_gid_pn_request()
395 fc_req->ct_els.handler = zfcp_fc_complete; in zfcp_fc_ns_gid_pn_request()
396 fc_req->ct_els.handler_data = &completion; in zfcp_fc_ns_gid_pn_request()
397 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_ns_gid_pn_request()
[all …]
/linux-4.19.296/drivers/clk/mmp/
Dclk-mix.c139 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()