Lines Matching refs:rx_fp
1271 * @rx_fp: The received frame that is being acknoledged
1275 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp)
1287 if (fc_sof_needs_ack(fr_sof(rx_fp))) {
1305 rx_fh = fc_frame_header_get(rx_fp);
1319 fr_sof(fp) = fr_sof(rx_fp);
1331 * @rx_fp: The frame being rejected
1337 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp,
1349 lport = fr_dev(rx_fp);
1350 sp = fr_seq(rx_fp);
1358 rx_fh = fc_frame_header_get(rx_fp);
1394 fr_sof(fp) = fc_sof_class(fr_sof(rx_fp));
1405 * @rx_fp: The ABTS frame
1411 static void fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp)
1457 fc_frame_free(rx_fp);
1461 fc_exch_send_ba_rjt(rx_fp, FC_BA_RJT_UNABLE, FC_BA_RJT_INV_XID);
1824 * @rx_fp: The received frame, not freed here.
1829 static void fc_seq_ls_acc(struct fc_frame *rx_fp)
1836 lport = fr_dev(rx_fp);
1837 sp = fr_seq(rx_fp);
1847 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);
1853 * @rx_fp: The received frame, not freed here.
1860 static void fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason,
1868 lport = fr_dev(rx_fp);
1869 sp = fr_seq(rx_fp);
1881 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);