Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_exch.c289 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()
480 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()
1016 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp()
1046 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip()
1174 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig()
1303 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()
1309 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack()
1382 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt()
1389 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt()
1604 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp()
[all …]
Dfc_libfc.c182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
Dfc_lport.c1915 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()
1964 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request()
2024 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
/Linux-v5.4/drivers/target/tcm_fc/
Dtfc_io.c217 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF)) in ft_recv_write_data()
220 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
Dtfc_cmd.c207 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
/Linux-v5.4/include/uapi/scsi/fc/
Dfc_fs.h29 __u8 fh_f_ctl[3]; /* frame control */ member
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli4.h86 ((fc_hdr)->fh_f_ctl[0] << 16 | \
87 (fc_hdr)->fh_f_ctl[1] << 8 | \
88 (fc_hdr)->fh_f_ctl[2])
Dlpfc_sli.c13905 fctl = (fc_hdr->fh_f_ctl[0] << 16 | in lpfc_sli4_nvmet_handle_rcqe()
13906 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_sli4_nvmet_handle_rcqe()
13907 fc_hdr->fh_f_ctl[2]); in lpfc_sli4_nvmet_handle_rcqe()
17556 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
17557 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
17558 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
17568 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
17569 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
17570 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c409 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()
558 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
/Linux-v5.4/include/scsi/
Dfc_encode.h52 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_els.c328 fh->fh_f_ctl[0] = 0x98; in qedf_process_l2_frame_compl()
Dqedf_main.c2442 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame()
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe.c1405 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()