Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
A Dfc_exch.c481 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()
1050 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip()
1178 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig()
1307 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()
1313 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack()
1386 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt()
1393 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt()
1608 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp()
1771 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_bls()
2205 ep->f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_seq_send()
[all …]
A Dfc_libfc.c182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
A Dfc_lport.c1991 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()
2041 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request()
2101 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
/linux/drivers/target/tcm_fc/
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()
A Dtfc_cmd.c206 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
/linux/include/uapi/scsi/fc/
A Dfc_fs.h29 __u8 fh_f_ctl[3]; /* frame control */ member
/linux/drivers/scsi/elx/efct/
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/
A Dfc_frame.h259 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
/linux/drivers/scsi/lpfc/
A Dlpfc_sli4.h94 ((fc_hdr)->fh_f_ctl[0] << 16 | \
95 (fc_hdr)->fh_f_ctl[1] << 8 | \
96 (fc_hdr)->fh_f_ctl[2])
A Dlpfc_sli.c3206 fctl = (fc_hdr->fh_f_ctl[0] << 16 | in lpfc_nvme_unsol_ls_handler()
3207 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_nvme_unsol_ls_handler()
3208 fc_hdr->fh_f_ctl[2]); in lpfc_nvme_unsol_ls_handler()
15241 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_sli4_nvmet_handle_rcqe()
15242 fc_hdr->fh_f_ctl[2]); in lpfc_sli4_nvmet_handle_rcqe()
19101 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
19102 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
19103 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
19113 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
19114 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
[all …]
/linux/drivers/scsi/elx/libefc/
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/
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/
A Dqedf_els.c347 fh->fh_f_ctl[0] = 0x98; in qedf_process_l2_frame_compl()
A Dqedf_main.c2550 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame()
/linux/drivers/scsi/fcoe/
A Dfcoe.c1403 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()

Completed in 66 milliseconds