/kernel/linux/linux-5.10/include/scsi/ |
H A D | fc_frame.h | 56 #define fr_sof(fp) (fr_cb(fp)->fr_sof) macro 74 u8 fr_sof; /* start of frame delimiter */ member 99 * The caller must set fr_free, fr_hdr, fr_len, fr_sof, and fr_eof eventually. 222 return fc_sof_class(fr_sof(fp)); in fc_frame_class()
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | fc_frame.h | 56 #define fr_sof(fp) (fr_cb(fp)->fr_sof) macro 74 u8 fr_sof; /* start of frame delimiter */ member 99 * The caller must set fr_free, fr_hdr, fr_len, fr_sof, and fr_eof eventually. 222 return fc_sof_class(fr_sof(fp)); in fc_frame_class()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 269 fr_sof(fp) = ep->class; in fc_exch_setup_hdr() 271 fr_sof(fp) = fc_sof_normal(ep->class); in fc_exch_setup_hdr() 1089 if ((f_ctl & FC_FC_FIRST_SEQ) && fc_sof_is_init(fr_sof(fp))) { in fc_seq_lookup_recip() 1113 if (fc_sof_is_init(fr_sof(fp))) { in fc_seq_lookup_recip() 1289 if (fc_sof_needs_ack(fr_sof(rx_fp))) { in fc_seq_send_ack() 1321 fr_sof(fp) = fr_sof(rx_fp); in fc_seq_send_ack() 1396 fr_sof(fp) = fc_sof_class(fr_sof(rx_fp)); in fc_exch_send_ba_rjt() 1398 if (fc_sof_needs_ack(fr_sof(f in fc_exch_send_ba_rjt() [all...] |
H A D | fc_disc.c | 520 if (fr_sof(fp) == FC_SOF_I3 && seq_cnt == 0 && disc->seq_count == 0) { in fc_disc_gpn_ft_resp() 544 } else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) { in fc_disc_gpn_ft_resp() 549 seq_cnt, disc->seq_count, fr_sof(fp), fr_eof(fp)); in fc_disc_gpn_ft_resp()
|
H A D | fc_libfc.c | 198 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr()
|
H A D | fc_lport.c | 1906 if (fr_sof(fp) == FC_SOF_I3 && !ntohs(fh->fh_seq_cnt)) { in fc_lport_bsg_resp()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 268 fr_sof(fp) = ep->class; in fc_exch_setup_hdr() 270 fr_sof(fp) = fc_sof_normal(ep->class); in fc_exch_setup_hdr() 1087 if ((f_ctl & FC_FC_FIRST_SEQ) && fc_sof_is_init(fr_sof(fp))) { in fc_seq_lookup_recip() 1111 if (fc_sof_is_init(fr_sof(fp))) { in fc_seq_lookup_recip() 1287 if (fc_sof_needs_ack(fr_sof(rx_fp))) { in fc_seq_send_ack() 1319 fr_sof(fp) = fr_sof(rx_fp); in fc_seq_send_ack() 1394 fr_sof(fp) = fc_sof_class(fr_sof(rx_fp)); in fc_exch_send_ba_rjt() 1396 if (fc_sof_needs_ack(fr_sof(f in fc_exch_send_ba_rjt() [all...] |
H A D | fc_disc.c | 517 if (fr_sof(fp) == FC_SOF_I3 && seq_cnt == 0 && disc->seq_count == 0) { in fc_disc_gpn_ft_resp() 541 } else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) { in fc_disc_gpn_ft_resp() 546 seq_cnt, disc->seq_count, fr_sof(fp), fr_eof(fp)); in fc_disc_gpn_ft_resp()
|
H A D | fc_libfc.c | 198 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr()
|
H A D | fc_lport.c | 1980 if (fr_sof(fp) == FC_SOF_I3 && !ntohs(fh->fh_seq_cnt)) { in fc_lport_bsg_resp()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 704 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt() 864 fr_sof(fp) = sof; in fnic_rq_cmpl_frame_recv() 1118 fcoe_hdr->fcoe_sof = fr_sof(fp); in fnic_send_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 694 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt() 854 fr_sof(fp) = sof; in fnic_rq_cmpl_frame_recv() 1108 fcoe_hdr->fcoe_sof = fr_sof(fp); in fnic_send_frame()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 356 fr_sof(fp) = FC_SOF_I3; in qedf_process_l2_frame_compl()
|
H A D | qedf_main.c | 1152 sof = fr_sof(fp); in qedf_xmit() 2492 fr_sof(fp) = hp->fcoe_sof; in qedf_recv_frame()
|
H A D | qedf_io.c | 2608 fr_sof(fp) = FC_SOF_I3; in qedf_process_unsol_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 356 fr_sof(fp) = FC_SOF_I3; in qedf_process_l2_frame_compl()
|
H A D | qedf_main.c | 1152 sof = fr_sof(fp); in qedf_xmit() 2494 fr_sof(fp) = hp->fcoe_sof; in qedf_recv_frame()
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1504 sof = fr_sof(fp); in fcoe_xmit() 1710 fr_sof(fp) = hp->fcoe_sof; in fcoe_recv_frame()
|
H A D | fcoe_ctlr.c | 1284 fr_sof(fp) = FC_SOF_I3; in fcoe_ctlr_recv_els()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1501 sof = fr_sof(fp); in fcoe_xmit() 1702 fr_sof(fp) = hp->fcoe_sof; in fcoe_recv_frame()
|
H A D | fcoe_ctlr.c | 1281 fr_sof(fp) = FC_SOF_I3; in fcoe_ctlr_recv_els()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 304 sof = fr_sof(fp); in bnx2fc_xmit() 549 fr_sof(fp) = hp->fcoe_sof; in bnx2fc_recv_frame()
|
H A D | bnx2fc_hwi.c | 611 fr_sof(fp) = FC_SOF_I3; in bnx2fc_process_l2_frame_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 305 sof = fr_sof(fp); in bnx2fc_xmit() 545 fr_sof(fp) = hp->fcoe_sof; in bnx2fc_recv_frame()
|
H A D | bnx2fc_hwi.c | 611 fr_sof(fp) = FC_SOF_I3; in bnx2fc_process_l2_frame_compl()
|