Searched refs:fh_f_ctl (Results 1 – 12 of 12) sorted by relevance
300 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 …]
194 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
1944 (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()
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()
224 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
80 ((fc_hdr)->fh_f_ctl[0] << 16 | \81 (fc_hdr)->fh_f_ctl[1] << 8 | \82 (fc_hdr)->fh_f_ctl[2])
15257 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()15258 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()15259 hdr->fh_f_ctl[2]); in lpfc_seq_complete()15269 fctl = (hdr->fh_f_ctl[0] << 16 | in lpfc_seq_complete()15270 hdr->fh_f_ctl[1] << 8 | in lpfc_seq_complete()15271 hdr->fh_f_ctl[2]); in lpfc_seq_complete()
41 __u8 fh_f_ctl[3]; /* frame control */ member
216 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()
433 fctl = ntoh24(fh->fh_f_ctl); in ixgbe_fcoe_ddp()581 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()
1498 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()