Home
last modified time | relevance | path

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

/drivers/scsi/libfc/
Dfc_libfc.c166 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_hdr() argument
175 in_fh = __fc_frame_header_get(in_fp); in fc_fill_hdr()
201 sp = fr_seq(in_fp); in fc_fill_hdr()
211 fr_encaps(fp) = fr_encaps(in_fp); in fc_fill_hdr()
222 void fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_reply_hdr() argument
227 sp = fr_seq(in_fp); in fc_fill_reply_hdr()
229 fr_seq(fp) = fr_dev(in_fp)->tt.seq_start_next(sp); in fc_fill_reply_hdr()
230 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
Dfc_lport.c421 struct fc_frame *in_fp) in fc_lport_recv_echo_req() argument
431 len = fr_len(in_fp) - sizeof(struct fc_frame_header); in fc_lport_recv_echo_req()
432 pp = fc_frame_payload_get(in_fp, len); in fc_lport_recv_echo_req()
442 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_echo_req()
445 fc_frame_free(in_fp); in fc_lport_recv_echo_req()
457 struct fc_frame *in_fp) in fc_lport_recv_rnid_req() argument
473 req = fc_frame_payload_get(in_fp, sizeof(*req)); in fc_lport_recv_rnid_req()
477 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
500 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_rnid_req()
504 fc_frame_free(in_fp); in fc_lport_recv_rnid_req()
Dfc_rport.c1351 struct fc_frame *in_fp) in fc_rport_recv_adisc_req() argument
1360 adisc = fc_frame_payload_get(in_fp, sizeof(*adisc)); in fc_rport_recv_adisc_req()
1364 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req()
1374 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_adisc_req()
1377 fc_frame_free(in_fp); in fc_rport_recv_adisc_req()