Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/libfc/
Dfc_exch.c300 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()
484 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()
984 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp()
1014 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip()
1142 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig()
1268 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()
1274 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack()
1342 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt()
1349 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt()
1562 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp()
[all …]
Dfc_libfc.c194 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
Dfc_lport.c1944 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()
1994 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request()
2055 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_io.c236 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF)) in ft_recv_write_data()
239 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
Dtfc_cmd.c230 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli4.h80 ((fc_hdr)->fh_f_ctl[0] << 16 | \
81 (fc_hdr)->fh_f_ctl[1] << 8 | \
82 (fc_hdr)->fh_f_ctl[2])
Dlpfc_sli.c15281 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
15282 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
15283 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
15293 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
15294 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
15295 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
/linux-4.1.27/include/uapi/scsi/fc/
Dfc_fs.h41 __u8 fh_f_ctl[3]; /* frame control */ member
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c213 u32 f_ctl = ntoh24(fh->fh_f_ctl); in i40e_fcoe_fc_get_xid()
769 u32 f_ctl = ntoh24(fh->fh_f_ctl); in i40e_fcoe_handle_offload()
1155 f_ctl = ntoh24(fh->fh_f_ctl); in i40e_fcoe_handle_ddp()
1237 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in i40e_fcoe_tso()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c433 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()
581 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
/linux-4.1.27/include/scsi/
Dfc_encode.h64 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c1499 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()