agent.c (1d4ae4a119e5ba711f12b05cdf27f794460add4b) | agent.c (8c65b4a60450590e79a28e9717ceffa9e4debb3f) |
---|---|
1/* 2 * Copyright (c) 2004, 2005 Mellanox Technologies Ltd. All rights reserved. 3 * Copyright (c) 2004, 2005 Infinicon Corporation. All rights reserved. 4 * Copyright (c) 2004, 2005 Intel Corporation. All rights reserved. 5 * Copyright (c) 2004, 2005 Topspin Corporation. All rights reserved. 6 * Copyright (c) 2004, 2005 Voltaire Corporation. All rights reserved. 7 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. 8 * --- 23 unchanged lines hidden (view full) --- 32 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 33 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 34 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 35 * SOFTWARE. 36 * 37 * $Id: agent.c 1389 2004-12-27 22:56:47Z roland $ 38 */ 39 | 1/* 2 * Copyright (c) 2004, 2005 Mellanox Technologies Ltd. All rights reserved. 3 * Copyright (c) 2004, 2005 Infinicon Corporation. All rights reserved. 4 * Copyright (c) 2004, 2005 Intel Corporation. All rights reserved. 5 * Copyright (c) 2004, 2005 Topspin Corporation. All rights reserved. 6 * Copyright (c) 2004, 2005 Voltaire Corporation. All rights reserved. 7 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. 8 * --- 23 unchanged lines hidden (view full) --- 32 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 33 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 34 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 35 * SOFTWARE. 36 * 37 * $Id: agent.c 1389 2004-12-27 22:56:47Z roland $ 38 */ 39 |
40#include <linux/slab.h> 41#include <linux/string.h> 42 |
|
40#include "agent.h" 41#include "smi.h" 42 43#define SPFX "ib_agent: " 44 45struct ib_agent_port_private { 46 struct list_head port_list; 47 struct ib_mad_agent *agent[2]; --- 171 unchanged lines hidden --- | 43#include "agent.h" 44#include "smi.h" 45 46#define SPFX "ib_agent: " 47 48struct ib_agent_port_private { 49 struct list_head port_list; 50 struct ib_mad_agent *agent[2]; --- 171 unchanged lines hidden --- |