linux/drivers/target/iscsi/cxgbit/cxgbit_lro.h

/*
 * Copyright (c) 2016 Chelsio Communications, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation.
 *
 */

#ifndef	__CXGBIT_LRO_H__
#define __CXGBIT_LRO_H__

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/skbuff.h>

#define LRO_FLUSH_LEN_MAX

struct cxgbit_lro_cb {};

enum cxgbit_pducb_flags {};

struct cxgbit_lro_pdu_cb {};

#define LRO_SKB_MAX_HEADROOM

#define LRO_SKB_MIN_HEADROOM

#define cxgbit_skb_lro_cb(skb)
#define cxgbit_skb_lro_pdu_cb(skb, i)

#define CPL_RX_ISCSI_DDP_STATUS_DDP_SHIFT
#define CPL_RX_ISCSI_DDP_STATUS_PAD_SHIFT
#define CPL_RX_ISCSI_DDP_STATUS_HCRC_SHIFT
#define CPL_RX_ISCSI_DDP_STATUS_DCRC_SHIFT

#endif	/*__CXGBIT_LRO_H_*/