Searched refs:fh_f_ctl (Results 1 – 13 of 13) sorted by relevance
291 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()482 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()1021 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp()1051 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip()1179 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig()1308 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()1314 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack()1387 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt()1394 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt()1609 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp()[all …]
182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
1917 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()1967 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request()2027 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
217 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()
207 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
29 __u8 fh_f_ctl[3]; /* frame control */ member
94 ((fc_hdr)->fh_f_ctl[0] << 16 | \95 (fc_hdr)->fh_f_ctl[1] << 8 | \96 (fc_hdr)->fh_f_ctl[2])
2819 fctl = (fc_hdr->fh_f_ctl[0] << 16 | in lpfc_nvme_unsol_ls_handler()2820 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_nvme_unsol_ls_handler()2821 fc_hdr->fh_f_ctl[2]); in lpfc_nvme_unsol_ls_handler()14181 fctl = (fc_hdr->fh_f_ctl[0] << 16 | in lpfc_sli4_nvmet_handle_rcqe()14182 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_sli4_nvmet_handle_rcqe()14183 fc_hdr->fh_f_ctl[2]); in lpfc_sli4_nvmet_handle_rcqe()18046 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()18047 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()18048 hdr->fh_f_ctl[2]); in lpfc_seq_complete()18058 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()[all …]
410 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()559 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
52 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
347 fh->fh_f_ctl[0] = 0x98; in qedf_process_l2_frame_compl()
2546 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame()
1405 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()