Lines Matching refs:rx_fp
1273 * @rx_fp: The received frame that is being acknoledged
1277 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp)
1289 if (fc_sof_needs_ack(fr_sof(rx_fp))) {
1307 rx_fh = fc_frame_header_get(rx_fp);
1321 fr_sof(fp) = fr_sof(rx_fp);
1333 * @rx_fp: The frame being rejected
1339 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp,
1351 lport = fr_dev(rx_fp);
1352 sp = fr_seq(rx_fp);
1360 rx_fh = fc_frame_header_get(rx_fp);
1396 fr_sof(fp) = fc_sof_class(fr_sof(rx_fp));
1407 * @rx_fp: The ABTS frame
1413 static void fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp)
1459 fc_frame_free(rx_fp);
1463 fc_exch_send_ba_rjt(rx_fp, FC_BA_RJT_UNABLE, FC_BA_RJT_INV_XID);
1826 * @rx_fp: The received frame, not freed here.
1831 static void fc_seq_ls_acc(struct fc_frame *rx_fp)
1838 lport = fr_dev(rx_fp);
1839 sp = fr_seq(rx_fp);
1849 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);
1855 * @rx_fp: The received frame, not freed here.
1862 static void fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason,
1870 lport = fr_dev(rx_fp);
1871 sp = fr_seq(rx_fp);
1883 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0);