Lines Matching refs:fp
44 struct fc_frame *fp, unsigned int op, in fc_elsct_send() argument
56 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
59 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
63 fc_frame_free(fp); in fc_elsct_send()
67 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
70 return lport->tt.exch_seq_send(lport, fp, resp, NULL, arg, timer_msec); in fc_elsct_send()
91 const char *fc_els_resp_type(struct fc_frame *fp) in fc_els_resp_type() argument
97 if (IS_ERR(fp)) { in fc_els_resp_type()
98 switch (-PTR_ERR(fp)) { in fc_els_resp_type()
113 fh = fc_frame_header_get(fp); in fc_els_resp_type()
116 switch (fc_frame_payload_op(fp)) { in fc_els_resp_type()
129 ct = fc_frame_payload_get(fp, sizeof(*ct)); in fc_els_resp_type()