Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
A Dfnic_fcs.c663 struct fcoe_hdr *fcoe_hdr; in fnic_import_rq_eth_pkt() local
695 fcoe_hdr = (struct fcoe_hdr *)skb->data; in fnic_import_rq_eth_pkt()
696 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt()
701 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt()
702 skb_pull(skb, sizeof(struct fcoe_hdr)); in fnic_import_rq_eth_pkt()
1078 struct fcoe_hdr *fcoe_hdr; in fnic_send_frame() local
1098 fcoe_hdr = (struct fcoe_hdr *)(vlan_hdr + 1); in fnic_send_frame()
1103 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1); in fnic_send_frame()
1115 memset(fcoe_hdr, 0, sizeof(*fcoe_hdr)); in fnic_send_frame()
1116 fcoe_hdr->fcoe_sof = fr_sof(fp); in fnic_send_frame()
[all …]
A Dfnic_trace.c691 sizeof(struct fcoe_hdr); in fnic_fc_trace_set_data()
797 int fcoehdr_len = sizeof(struct fcoe_hdr); in copy_and_format_trace_data()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_fcoe.c43 struct fcoe_hdr *fcoeh = (struct fcoe_hdr *)skb_network_header(skb); in cxgb_fcoe_sof_eof_supported()
A Dsge.c1249 skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); in cxgb_fcoe_offload()
/linux/include/scsi/fc/
A Dfc_fcoe.h39 struct fcoe_hdr { struct
/linux/drivers/net/ethernet/intel/ixgbe/
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()
A Dixgbe_main.c2433 sizeof(struct fcoe_hdr) - in ixgbe_clean_rx_irq()
/linux/drivers/scsi/fcoe/
A Dfcoe.c729 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config()
1385 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in fcoe_rcv()
1485 struct fcoe_hdr *hp; in fcoe_xmit()
1505 hlen = sizeof(struct fcoe_hdr); in fcoe_xmit()
1571 hp = (struct fcoe_hdr *)(eh + 1); in fcoe_xmit()
1654 struct fcoe_hdr *hp; in fcoe_recv_frame()
1677 hp = (struct fcoe_hdr *) skb_network_header(skb); in fcoe_recv_frame()
1693 skb_pull(skb, sizeof(struct fcoe_hdr)); in fcoe_recv_frame()
1868 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) + in fcoe_device_notification()
A Dfcoe_ctlr.c368 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
/linux/drivers/scsi/bnx2fc/
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/qedf/
A Dqedf_main.c1077 struct fcoe_hdr *hp; in qedf_xmit()
1167 hlen = sizeof(struct fcoe_hdr); in qedf_xmit()
1222 hp = (struct fcoe_hdr *)(eh + 1); in qedf_xmit()
2479 struct fcoe_hdr *hp; in qedf_recv_frame()
2497 hp = (struct fcoe_hdr *)skb->data; in qedf_recv_frame()
2499 skb_pull(skb, sizeof(struct fcoe_hdr)); in qedf_recv_frame()

Completed in 49 milliseconds