Home
last modified time | relevance | path

Searched refs:fr_sof (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/scsi/
Dfc_frame.h68 #define fr_sof(fp) (fr_cb(fp)->fr_sof) macro
86 u8 fr_sof; /* start of frame delimiter */ member
234 return fc_sof_class(fr_sof(fp)); in fc_frame_class()
/linux-4.1.27/drivers/scsi/libfc/
Dfc_exch.c278 fr_sof(fp) = ep->class; in fc_exch_setup_hdr()
280 fr_sof(fp) = fc_sof_normal(ep->class); in fc_exch_setup_hdr()
1052 if ((f_ctl & FC_FC_FIRST_SEQ) && fc_sof_is_init(fr_sof(fp))) { in fc_seq_lookup_recip()
1076 if (fc_sof_is_init(fr_sof(fp))) { in fc_seq_lookup_recip()
1251 if (fc_sof_needs_ack(fr_sof(rx_fp))) { in fc_seq_send_ack()
1281 fr_sof(fp) = fr_sof(rx_fp); in fc_seq_send_ack()
1351 fr_sof(fp) = fc_sof_class(fr_sof(rx_fp)); in fc_exch_send_ba_rjt()
1353 if (fc_sof_needs_ack(fr_sof(fp))) in fc_exch_send_ba_rjt()
1552 sof = fr_sof(fp); in fc_exch_recv_seq_resp()
Dfc_disc.c533 if (fr_sof(fp) == FC_SOF_I3 && seq_cnt == 0 && disc->seq_count == 0) { in fc_disc_gpn_ft_resp()
557 } else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) { in fc_disc_gpn_ft_resp()
562 seq_cnt, disc->seq_count, fr_sof(fp), fr_eof(fp)); in fc_disc_gpn_ft_resp()
Dfc_libfc.c210 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr()
Dfc_lport.c1927 if (fr_sof(fp) == FC_SOF_I3 && !ntohs(fh->fh_seq_cnt)) { in fc_lport_bsg_resp()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_fcs.c669 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt()
831 fr_sof(fp) = sof; in fnic_rq_cmpl_frame_recv()
1068 fcoe_hdr->fcoe_sof = fr_sof(fp); in fnic_send_frame()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c1619 sof = fr_sof(fp); in fcoe_xmit()
1839 fr_sof(fp) = hp->fcoe_sof; in fcoe_recv_frame()
Dfcoe_ctlr.c1286 fr_sof(fp) = FC_SOF_I3; in fcoe_ctlr_recv_els()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c285 sof = fr_sof(fp); in bnx2fc_xmit()
530 fr_sof(fp) = hp->fcoe_sof; in bnx2fc_recv_frame()
Dbnx2fc_hwi.c610 fr_sof(fp) = FC_SOF_I3; in bnx2fc_process_l2_frame_compl()