Searched refs:fh_f_ctl (Results 1 – 13 of 13) sorted by relevance
301 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()492 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()1028 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0) in fc_exch_resp()1058 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_recip()1186 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_lookup_orig()1315 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()1321 hton24(fh->fh_f_ctl, f_ctl); in fc_seq_send_ack()1394 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_exch_send_ba_rjt()1401 hton24(fh->fh_f_ctl, f_ctl); in fc_exch_send_ba_rjt()1616 f_ctl = ntoh24(fh->fh_f_ctl); in fc_exch_recv_seq_resp()[all …]
194 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
1927 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) == in fc_lport_bsg_resp()1976 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_els_request()2036 hton24(fh->fh_f_ctl, FC_FCTL_REQ); in fc_lport_ct_request()
230 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF)) in ft_recv_write_data()233 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
226 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
42 __u8 fh_f_ctl[3]; /* frame control */ member
82 ((fc_hdr)->fh_f_ctl[0] << 16 | \83 (fc_hdr)->fh_f_ctl[1] << 8 | \84 (fc_hdr)->fh_f_ctl[2])
13581 fctl = (fc_hdr->fh_f_ctl[0] << 16 | in lpfc_sli4_nvmet_handle_rcqe()13582 fc_hdr->fh_f_ctl[1] << 8 | in lpfc_sli4_nvmet_handle_rcqe()13583 fc_hdr->fh_f_ctl[2]); in lpfc_sli4_nvmet_handle_rcqe()17261 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()17262 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()17263 hdr->fh_f_ctl[2]); in lpfc_seq_complete()17273 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()17274 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()17275 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
409 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()558 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF) in ixgbe_fso()
64 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
312 fh->fh_f_ctl[0] = 0x98; in qedf_process_l2_frame_compl()
2274 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame()
1412 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()