Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libfc/
Dfc_exch.c304 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()
478 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send()
886 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp()
916 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip()
1042 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig()
1168 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()
1174 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack()
1242 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt()
1249 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt()
1462 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.c1935 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()
1985 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request()
2046 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
/linux-3.4.99/drivers/target/tcm_fc/
Dtfc_io.c210 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF)) in ft_recv_write_data()
213 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
Dtfc_cmd.c209 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_sli4.h79 ((fc_hdr)->fh_f_ctl[0] << 16 | \
80 (fc_hdr)->fh_f_ctl[1] << 8 | \
81 (fc_hdr)->fh_f_ctl[2])
Dlpfc_sli.c14321 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
14322 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
14323 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
14333 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()
14334 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()
14335 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
/linux-3.4.99/include/scsi/fc/
Dfc_fs.h41 __u8 fh_f_ctl[3]; /* frame control */ member
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c384 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()
528 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
/linux-3.4.99/include/scsi/
Dfc_encode.h64 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c1426 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()