Home
last modified time | relevance | path

Searched refs:fr_seq (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
H A Dfc_frame.h55 #define fr_seq(fp) (fr_cb(fp)->fr_seq) macro
70 struct fc_seq *fr_seq; /* for use with exchange manager */ member
104 fr_seq(fp) = NULL; in fc_frame_init()
H A Dfc_encode.h631 struct fc_exch *ep = fc_seq_exch(fr_seq(fp)); in fc_rec_fill()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_libfc.c189 sp = fr_seq(in_fp); in fc_fill_hdr()
191 fr_seq(fp) = sp; in fc_fill_hdr()
215 sp = fr_seq(in_fp); in fc_fill_reply_hdr()
217 fr_seq(fp) = fc_seq_start_next(sp); in fc_fill_reply_hdr()
H A Dfc_exch.c1153 fr_seq(fp) = sp; in fc_seq_lookup_recip()
1352 sp = fr_seq(rx_fp); in fc_exch_send_ba_rjt()
1472 * On success, the sequence pointer will be returned and also in fr_seq(@fp).
1481 WARN_ON(fr_seq(fp)); in fc_seq_assign()
1482 fr_seq(fp) = NULL; in fc_seq_assign()
1488 return fr_seq(fp); in fc_seq_assign()
1529 BUG_ON(fr_seq(fp)); /* XXX remove later */ in fc_exch_recv_req()
1540 sp = fr_seq(fp); /* sequence will be held */ in fc_exch_recv_req()
1610 fr_seq(fp) = sp; in fc_exch_recv_seq_resp()
1774 fr_seq(f in fc_exch_recv_bls()
[all...]
H A Dfc_fcp.c1486 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
H A Dfc_lport.c945 struct fc_seq *sp = fr_seq(fp); in fc_lport_recv()
/kernel/linux/linux-6.6/include/scsi/
H A Dfc_frame.h55 #define fr_seq(fp) (fr_cb(fp)->fr_seq) macro
70 struct fc_seq *fr_seq; /* for use with exchange manager */ member
104 fr_seq(fp) = NULL; in fc_frame_init()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_libfc.c189 sp = fr_seq(in_fp); in fc_fill_hdr()
191 fr_seq(fp) = sp; in fc_fill_hdr()
215 sp = fr_seq(in_fp); in fc_fill_reply_hdr()
217 fr_seq(fp) = fc_seq_start_next(sp); in fc_fill_reply_hdr()
H A Dfc_exch.c1151 fr_seq(fp) = sp; in fc_seq_lookup_recip()
1350 sp = fr_seq(rx_fp); in fc_exch_send_ba_rjt()
1470 * On success, the sequence pointer will be returned and also in fr_seq(@fp).
1479 WARN_ON(fr_seq(fp)); in fc_seq_assign()
1480 fr_seq(fp) = NULL; in fc_seq_assign()
1486 return fr_seq(fp); in fc_seq_assign()
1527 BUG_ON(fr_seq(fp)); /* XXX remove later */ in fc_exch_recv_req()
1538 sp = fr_seq(fp); /* sequence will be held */ in fc_exch_recv_req()
1608 fr_seq(fp) = sp; in fc_exch_recv_seq_resp()
1772 fr_seq(f in fc_exch_recv_bls()
[all...]
H A Dfc_encode.h855 struct fc_exch *ep = fc_seq_exch(fr_seq(fp)); in fc_rec_fill()
H A Dfc_fcp.c1476 fr_seq(fp) = fsp->seq_ptr; in fc_fcp_rec()
H A Dfc_lport.c948 struct fc_seq *sp = fr_seq(fp); in fc_lport_recv()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_cmd.c79 if (fr_seq(fp)) in ft_free_cmd()
80 fc_seq_release(fr_seq(fp)); in ft_free_cmd()
302 sp = fr_seq(fp); in ft_send_resp_status()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_cmd.c78 if (fr_seq(fp)) in ft_free_cmd()
79 fc_seq_release(fr_seq(fp)); in ft_free_cmd()
296 sp = fr_seq(fp); in ft_send_resp_status()

Completed in 20 milliseconds