cxgb_offload.h (7aff6d8ed3abaade70dbae63504df473d568ce81) | cxgb_offload.h (2de1fa86d74da1f5b27308604722618961c254da) |
---|---|
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: --- 19 unchanged lines hidden (view full) --- 28 29$FreeBSD$ 30 31***************************************************************************/ 32 33#ifndef _CXGB_OFFLOAD_H 34#define _CXGB_OFFLOAD_H 35 | 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: --- 19 unchanged lines hidden (view full) --- 28 29$FreeBSD$ 30 31***************************************************************************/ 32 33#ifndef _CXGB_OFFLOAD_H 34#define _CXGB_OFFLOAD_H 35 |
36 37#include <dev/cxgb/common/cxgb_tcb.h> | 36#ifdef CONFIG_DEFINED 37#include <common/cxgb_version.h> 38#include <cxgb_config.h> 39#include <cxgb_l2t.h> 40#include <common/cxgb_tcb.h> 41#else 42#include <dev/cxgb/common/cxgb_version.h> 43#include <dev/cxgb/cxgb_config.h> |
38#include <dev/cxgb/cxgb_l2t.h> | 44#include <dev/cxgb/cxgb_l2t.h> |
45#include <dev/cxgb/common/cxgb_tcb.h> 46#endif |
|
39 | 47 |
40#include <dev/cxgb/ulp/toecore/toedev.h> 41#include <dev/cxgb/common/cxgb_t3_cpl.h> 42 | |
43struct adapter; 44struct cxgb_client; 45 46void cxgb_offload_init(void); 47void cxgb_offload_exit(void); 48 49void cxgb_adapter_ofld(struct adapter *adapter); 50void cxgb_adapter_unofld(struct adapter *adapter); --- 206 unchanged lines hidden --- | 48struct adapter; 49struct cxgb_client; 50 51void cxgb_offload_init(void); 52void cxgb_offload_exit(void); 53 54void cxgb_adapter_ofld(struct adapter *adapter); 55void cxgb_adapter_unofld(struct adapter *adapter); --- 206 unchanged lines hidden --- |