Lines Matching refs:fh
866 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_oem_match() local
873 (fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) && in fcoe_oem_match()
874 (ntohs(fh->fh_rx_id) == FC_XID_UNKNOWN)) { in fcoe_oem_match()
1435 struct fc_frame_header *fh; in fcoe_rcv() local
1480 fh = (struct fc_frame_header *) skb_transport_header(skb); in fcoe_rcv()
1482 if (ntoh24(&eh->h_dest[3]) != ntoh24(fh->fh_d_id)) { in fcoe_rcv()
1498 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()
1499 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()
1501 if (ntohs(fh->fh_rx_id) == FC_XID_UNKNOWN) in fcoe_rcv()
1504 cpu = ntohs(fh->fh_rx_id) & fc_cpu_mask; in fcoe_rcv()
1593 struct fc_frame_header *fh; in fcoe_xmit() local
1605 fh = fc_frame_header_get(fp); in fcoe_xmit()
1614 if (unlikely(fh->fh_type == FC_TYPE_ELS) && in fcoe_xmit()
1682 memcpy(eh->h_dest + 3, fh->fh_d_id, 3); in fcoe_xmit()
1736 struct fc_frame_header *fh; in fcoe_filter_frames() local
1750 fh = (struct fc_frame_header *) skb_transport_header(skb); in fcoe_filter_frames()
1751 fh = fc_frame_header_get(fp); in fcoe_filter_frames()
1752 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && fh->fh_type == FC_TYPE_FCP) in fcoe_filter_frames()
1758 ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in fcoe_filter_frames()
2789 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_elsct_send() local
2800 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI) in fcoe_elsct_send()