Lines Matching refs:fp
32 struct fc_frame *fp, unsigned int op, in fc_elsct_send() argument
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
51 fc_frame_free(fp); in fc_elsct_send()
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
58 return fc_exch_seq_send(lport, fp, resp, NULL, arg, timer_msec); in fc_elsct_send()
79 const char *fc_els_resp_type(struct fc_frame *fp) in fc_els_resp_type() argument
85 if (IS_ERR(fp)) { in fc_els_resp_type()
86 switch (-PTR_ERR(fp)) { in fc_els_resp_type()
101 fh = fc_frame_header_get(fp); in fc_els_resp_type()
104 switch (fc_frame_payload_op(fp)) { in fc_els_resp_type()
117 ct = fc_frame_payload_get(fp, sizeof(*ct)); in fc_els_resp_type()