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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_libfc.c140 * @in_fp: request frame containing header to use in filling in reply
146 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, argument
155 in_fh = __fc_frame_header_get(in_fp);
181 sp = fr_seq(in_fp);
191 fr_encaps(fp) = fr_encaps(in_fp);
198 * @in_fp: request frame containing header to use in filling in reply
202 void fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, argument
207 sp = fr_seq(in_fp);
209 fr_seq(fp) = fr_dev(in_fp)->tt.seq_start_next(sp);
210 fc_fill_hdr(fp, in_fp, r_ct
[all...]
H A Dfc_lport.c402 struct fc_frame *in_fp)
412 len = fr_len(in_fp) - sizeof(struct fc_frame_header);
413 pp = fc_frame_payload_get(in_fp, len);
423 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0);
426 fc_frame_free(in_fp);
438 struct fc_frame *in_fp)
454 req = fc_frame_payload_get(in_fp, sizeof(*req));
458 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
481 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0);
485 fc_frame_free(in_fp);
401 fc_lport_recv_echo_req(struct fc_lport *lport, struct fc_frame *in_fp) argument
437 fc_lport_recv_rnid_req(struct fc_lport *lport, struct fc_frame *in_fp) argument
[all...]
H A Dfc_rport.c1292 * @in_fp: The ADISC request frame
1297 struct fc_frame *in_fp)
1306 adisc = fc_frame_payload_get(in_fp, sizeof(*adisc));
1310 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
1320 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0);
1323 fc_frame_free(in_fp);
1296 fc_rport_recv_adisc_req(struct fc_rport_priv *rdata, struct fc_frame *in_fp) argument

Completed in 162 milliseconds