Lines Matching refs:fh
867 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_oem_match() local
874 (fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) && in fcoe_oem_match()
875 (ntohs(fh->fh_rx_id) == FC_XID_UNKNOWN)) { in fcoe_oem_match()
1436 struct fc_frame_header *fh; in fcoe_rcv() local
1481 fh = (struct fc_frame_header *) skb_transport_header(skb); in fcoe_rcv()
1483 if (ntoh24(&eh->h_dest[3]) != ntoh24(fh->fh_d_id)) { in fcoe_rcv()
1499 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX) in fcoe_rcv()
1500 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask; in fcoe_rcv()
1502 if (ntohs(fh->fh_rx_id) == FC_XID_UNKNOWN) in fcoe_rcv()
1505 cpu = ntohs(fh->fh_rx_id) & fc_cpu_mask; in fcoe_rcv()
1594 struct fc_frame_header *fh; in fcoe_xmit() local
1606 fh = fc_frame_header_get(fp); in fcoe_xmit()
1615 if (unlikely(fh->fh_type == FC_TYPE_ELS) && in fcoe_xmit()
1683 memcpy(eh->h_dest + 3, fh->fh_d_id, 3); in fcoe_xmit()
1737 struct fc_frame_header *fh; in fcoe_filter_frames() local
1751 fh = (struct fc_frame_header *) skb_transport_header(skb); in fcoe_filter_frames()
1752 fh = fc_frame_header_get(fp); in fcoe_filter_frames()
1753 if (fh->fh_r_ctl == FC_RCTL_DD_SOL_DATA && fh->fh_type == FC_TYPE_FCP) in fcoe_filter_frames()
1759 ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in fcoe_filter_frames()
2791 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_elsct_send() local
2802 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI) in fcoe_elsct_send()