Searched refs:in_fp (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.c148 * @in_fp: request frame containing header to use in filling in reply
154 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, argument
163 in_fh = __fc_frame_header_get(in_fp);
189 sp = fr_seq(in_fp);
199 fr_encaps(fp) = fr_encaps(in_fp);
206 * @in_fp: request frame containing header to use in filling in reply
210 void fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, argument
215 sp = fr_seq(in_fp);
218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset);
H A Dfc_lport.c417 * @in_fp: ECHO request frame
420 struct fc_frame *in_fp)
432 len = fr_len(in_fp) - sizeof(struct fc_frame_header);
433 pp = fc_frame_payload_get(in_fp, len);
443 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0);
446 fc_frame_free(in_fp);
452 * @in_fp: The RNID request frame
455 struct fc_frame *in_fp)
473 req = fc_frame_payload_get(in_fp, sizeof(*req));
477 fc_seq_els_rsp_send(in_fp, ELS_LS_RJ
419 fc_lport_recv_echo_req(struct fc_lport *lport, struct fc_frame *in_fp) argument
454 fc_lport_recv_rnid_req(struct fc_lport *lport, struct fc_frame *in_fp) argument
[all...]
H A Dfc_rport.c1414 * @in_fp: The RTV request frame
1417 struct fc_frame *in_fp)
1433 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
1441 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0);
1444 fc_frame_free(in_fp);
1588 * @in_fp: The ADISC request frame
1591 struct fc_frame *in_fp)
1603 adisc = fc_frame_payload_get(in_fp, sizeof(*adisc));
1607 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
1617 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_RE
1416 fc_rport_recv_rtv_req(struct fc_rport_priv *rdata, struct fc_frame *in_fp) argument
1590 fc_rport_recv_adisc_req(struct fc_rport_priv *rdata, struct fc_frame *in_fp) argument
[all...]

Completed in 188 milliseconds