Searched refs:fc_req (Results 1 – 2 of 2) sorted by relevance
356 static void zfcp_fc_ns_gid_pn_eval(struct zfcp_fc_req *fc_req) in zfcp_fc_ns_gid_pn_eval() argument358 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() argument389 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 …]
139 u32 mux_div, fc_req; in _set_rate() local176 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()