cxgb_offload.h (88e8506e2219d5f85cb4754e38ebe7e4cd542d15) cxgb_offload.h (46b0a854ccd07858a429beb69c992e80a742006d)
1
2/**************************************************************************
3
4Copyright (c) 2007, Chelsio Inc.
5All rights reserved.
6
7Redistribution and use in source and binary forms, with or without
8modification, are permitted provided that the following conditions are met:

--- 22 unchanged lines hidden (view full) ---

31***************************************************************************/
32
33#ifndef _CXGB_OFFLOAD_H
34#define _CXGB_OFFLOAD_H
35
36#ifdef CONFIG_DEFINED
37#include <common/cxgb_version.h>
38#include <cxgb_config.h>
1
2/**************************************************************************
3
4Copyright (c) 2007, Chelsio Inc.
5All rights reserved.
6
7Redistribution and use in source and binary forms, with or without
8modification, are permitted provided that the following conditions are met:

--- 22 unchanged lines hidden (view full) ---

31***************************************************************************/
32
33#ifndef _CXGB_OFFLOAD_H
34#define _CXGB_OFFLOAD_H
35
36#ifdef CONFIG_DEFINED
37#include <common/cxgb_version.h>
38#include <cxgb_config.h>
39#include <cxgb_l2t.h>
39#include <ulp/tom/cxgb_l2t.h>
40#include <common/cxgb_tcb.h>
41#include <t3cdev.h>
42#else
43#include <dev/cxgb/common/cxgb_version.h>
44#include <dev/cxgb/cxgb_config.h>
40#include <common/cxgb_tcb.h>
41#include <t3cdev.h>
42#else
43#include <dev/cxgb/common/cxgb_version.h>
44#include <dev/cxgb/cxgb_config.h>
45#include <dev/cxgb/cxgb_l2t.h>
45#include <dev/cxgb/ulp/tom/cxgb_l2t.h>
46#include <dev/cxgb/common/cxgb_tcb.h>
47#include <dev/cxgb/t3cdev.h>
48#endif
49
50MALLOC_DECLARE(M_CXGB);
51
52struct adapter;
53struct cxgb_client;

--- 210 unchanged lines hidden ---
46#include <dev/cxgb/common/cxgb_tcb.h>
47#include <dev/cxgb/t3cdev.h>
48#endif
49
50MALLOC_DECLARE(M_CXGB);
51
52struct adapter;
53struct cxgb_client;

--- 210 unchanged lines hidden ---