Home
last modified time | relevance | path

Searched refs:fh_f_ctl (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfdls_fc.h82 put_unaligned_be24(_fctl, &((_fchdr).fh_f_ctl))
96 #define FNIC_STD_GET_F_CTL(_fchdr) ((_fchdr)->fh_f_ctl)
124 (_fchdr->fh_f_ctl[0] == FNIC_FC_F_CTL_LAST_END_SEQ)
126 (_fchdr->fh_f_ctl[0] == FNIC_FC_F_CTL_LAST_END_SEQ_INT)
128 (_fchdr->fh_f_ctl[0] == FNIC_FC_F_CTL_FIRST_LAST_SEQINIT)
H A Dfdls_disc.c468 .fh_type = FC_TYPE_ELS, .fh_f_ctl = {FNIC_ELS_REQ_FCTL, 0, 0}, in fdls_init_plogi_frame()
503 .fh_type = FC_TYPE_ELS, .fh_f_ctl = {FNIC_ELS_REP_FCTL, 0, 0}}, in fdls_init_els_acc_frame()
520 .fh_f_ctl = {FNIC_ELS_REP_FCTL, 0, 0}}, in fdls_init_els_rjt_frame()
536 .fh_f_ctl = {FNIC_ELS_REQ_FCTL, 0, 0}}, in fdls_init_logo_frame()
558 .fh_f_ctl = {FNIC_REQ_ABTS_FCTL, 0, 0}, .fh_seq_id = 0x00, in fdls_init_fabric_abts_frame()
654 .fh_f_ctl = {FNIC_REQ_ABTS_FCTL, 0, 0}, .fh_seq_id = 0x00, in fdls_send_tport_abts()
868 .fh_type = FC_TYPE_ELS, .fh_f_ctl = {FNIC_ELS_REQ_FCTL, 0, 0}, in fdls_send_fabric_flogi()
1022 .fh_f_ctl = {FNIC_ELS_REQ_FCTL, 0, 0}, in fdls_send_rpn_id()
1081 .fh_f_ctl = {FNIC_ELS_REQ_FCTL, 0, 0}, in fdls_send_scr()
1136 .fh_f_ctl = {FNIC_ELS_REQ_FCTL, 0, 0}, in fdls_send_gpn_ft()
[all …]
H A Dfip.c387 .fh_f_ctl = {FNIC_ELS_REQ_FCTL, 0, 0}, in fnic_fcoe_start_flogi()
482 if ((fchdr->fh_f_ctl[0] != 0x98) in fnic_fcoe_process_flogi_resp()
489 s_id, fchdr->fh_f_ctl[0], fchdr->fh_r_ctl, in fnic_fcoe_process_flogi_resp()
/linux/drivers/scsi/libfc/
H A Dfc_exch.c290 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()
481 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()
1019 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp()
1049 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip()
1177 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig()
1306 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()
1312 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack()
1385 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt()
1392 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt()
1607 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp()
[all …]
H A Dfc_libfc.c182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
H A Dfc_lport.c1997 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()
2047 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request()
2107 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
/linux/drivers/target/tcm_fc/
H A Dtfc_io.c216 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF)) in ft_recv_write_data()
219 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
H A Dtfc_cmd.c206 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
/linux/include/uapi/scsi/fc/
H A Dfc_fs.h29 __u8 fh_f_ctl[3]; /* frame control */ member
/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c172 if (ntoh24(fchdr->fh_f_ctl) & FC_FC_RES_B17) in efct_populate_io_fcp_cmd()
245 hton24(hdr.fh_f_ctl, f_ctl); in efct_sframe_common_send()
/linux/include/scsi/
H A Dfc_frame.h259 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
/linux/drivers/scsi/elx/libefc/
H A Defc_domain.c1035 if ((!(ntoh24(hdr->fh_f_ctl) & FC_FC_END_SEQ)) || in efc_node_dispatch_frame()
1036 !(ntoh24(hdr->fh_f_ctl) & FC_FC_SEQ_INIT)) { in efc_node_dispatch_frame()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c410 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()
559 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
/linux/drivers/scsi/qedf/
H A Dqedf_els.c347 fh->fh_f_ctl[0] = 0x98; in qedf_process_l2_frame_compl()
H A Dqedf_main.c2583 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c3221 fctl = (fc_hdr->fh_f_ctl[0] << 16 | in lpfc_nvme_unsol_ls_handler()
3222 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_nvme_unsol_ls_handler()
3223 fc_hdr->fh_f_ctl[2]); in lpfc_nvme_unsol_ls_handler()
15261 fctl = (fc_hdr->fh_f_ctl[0] << 16 | in lpfc_sli4_nvmet_handle_rcqe()
15262 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_sli4_nvmet_handle_rcqe()
15263 fc_hdr->fh_f_ctl[2]); in lpfc_sli4_nvmet_handle_rcqe()
19234 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
19235 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
19236 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
19246 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
[all …]
/linux/drivers/scsi/fcoe/
H A Dfcoe.c1384 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()