Home
last modified time | relevance | path

Searched refs:fcoe_hdr (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c43 struct fcoe_hdr *fcoeh = (struct fcoe_hdr *)skb_network_header(skb); in cxgb_fcoe_sof_eof_supported()
H A Dsge.c1249 skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); in cxgb_fcoe_offload()
/linux/include/scsi/fc/
H A Dfc_fcoe.h39 struct fcoe_hdr { struct
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c405 sizeof(struct vlan_hdr) + sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp()
408 sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp()
509 sizeof(struct fcoe_hdr)); in ixgbe_fso()
512 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; in ixgbe_fso()
H A Dixgbe_main.c2609 sizeof(struct fcoe_hdr) - in ixgbe_clean_rx_irq()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c274 struct fcoe_hdr *hp; in bnx2fc_xmit()
335 hlen = sizeof(struct fcoe_hdr); in bnx2fc_xmit()
385 hp = (struct fcoe_hdr *)(eh + 1); in bnx2fc_xmit()
460 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in bnx2fc_rcv()
516 struct fcoe_hdr *hp; in bnx2fc_recv_frame()
534 hp = (struct fcoe_hdr *) skb_network_header(skb); in bnx2fc_recv_frame()
536 skb_pull(skb, sizeof(struct fcoe_hdr)); in bnx2fc_recv_frame()
/linux/drivers/scsi/fnic/
H A Dfdls_fc.h251 (sizeof(struct ethhdr) + sizeof(struct fcoe_hdr))
H A Dfnic_trace.c744 sizeof(struct fcoe_hdr); in fnic_fc_trace_set_data()
850 int fcoehdr_len = sizeof(struct fcoe_hdr); in copy_and_format_trace_data()
H A Dfnic_fcs.c686 struct fcoe_hdr *pfcoe_hdr; in fdls_send_fcoe_frame()
698 pfcoe_hdr = (struct fcoe_hdr *) (frame + sizeof(struct ethhdr)); in fdls_send_fcoe_frame()
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c368 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()