Searched defs:rx_fp (Results 1 - 5 of 5) sorted by relevance

/drivers/target/tcm_fc/
H A Dtfc_cmd.c304 const struct fc_frame *rx_fp,
314 fh = fc_frame_header_get(rx_fp);
333 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_DD_CMD_STATUS, 0);
303 ft_send_resp_status(struct fc_lport *lport, const struct fc_frame *rx_fp, u32 status, enum fcp_resp_rsp_codes code) argument
/drivers/scsi/libfc/
H A Dfc_rport.c748 * @rx_fp: The PLOGI request frame
751 struct fc_frame *rx_fp)
756 struct fc_frame *fp = rx_fp;
845 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);
855 fc_frame_free(rx_fp);
860 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data);
861 fc_frame_free(rx_fp);
1403 * @rx_fp: The PRLI request frame
1409 struct fc_frame *rx_fp)
1423 rls = fc_frame_payload_get(rx_fp, sizeo
750 fc_rport_recv_flogi_req(struct fc_lport *lport, struct fc_frame *rx_fp) argument
1408 fc_rport_recv_rls_req(struct fc_rport_priv *rdata, struct fc_frame *rx_fp) argument
1587 fc_rport_recv_plogi_req(struct fc_lport *lport, struct fc_frame *rx_fp) argument
1711 fc_rport_recv_prli_req(struct fc_rport_priv *rdata, struct fc_frame *rx_fp) argument
1830 fc_rport_recv_prlo_req(struct fc_rport_priv *rdata, struct fc_frame *rx_fp) argument
[all...]
H A Dfc_exch.c1237 * @rx_fp: The received frame that is being acknoledged
1241 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) argument
1253 if (fc_sof_needs_ack(fr_sof(rx_fp))) {
1269 rx_fh = fc_frame_header_get(rx_fp);
1283 fr_sof(fp) = fr_sof(rx_fp);
1295 * @rx_fp: The frame being rejected
1301 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp, argument
1312 lport = fr_dev(rx_fp);
1317 rx_fh = fc_frame_header_get(rx_fp);
1353 fr_sof(fp) = fc_sof_class(fr_sof(rx_fp));
1370 fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp) argument
1774 fc_seq_ls_acc(struct fc_frame *rx_fp) argument
1800 fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason, enum fc_els_rjt_explan explan) argument
[all...]
H A Dfc_lport.c799 * @rx_fp: The FLOGI frame
809 struct fc_frame *rx_fp)
822 remote_fid = fc_frame_sid(rx_fp);
823 flp = fc_frame_payload_get(rx_fp, sizeof(*flp));
849 fc_lport_set_port_id(lport, local_fid, rx_fp);
861 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);
873 fc_frame_free(rx_fp);
808 fc_lport_recv_flogi_req(struct fc_lport *lport, struct fc_frame *rx_fp) argument
/drivers/atm/
H A Dfirestream.h484 struct freepool rx_fp[FS_NR_FREE_POOLS]; member in struct:fs_dev

Completed in 117 milliseconds