ib_sma.h File Reference

Infiniband subnet management agent. More...

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER)
int ib_create_sma (struct ib_device *ibdev, struct ib_mad_interface *mi)
 Create subnet management agent and interface.
void ib_destroy_sma (struct ib_device *ibdev, struct ib_mad_interface *mi)


Detailed Description

Infiniband subnet management agent.

Definition in file ib_sma.h.


Function Documentation

FILE_LICENCE ( GPL2_OR_LATER   ) 

int ib_create_sma ( struct ib_device ibdev,
struct ib_mad_interface mi 
)

Create subnet management agent and interface.

Parameters:
ibdev Infiniband device
mi Management interface
Return values:
rc Return status code

Definition at line 352 of file ib_sma.c.

References DBGC.

Referenced by ib_open().

00352                                                                            {
00353 
00354         /* Nothing to do */
00355         DBGC ( ibdev, "IBDEV %p SMA using SMI %p\n", ibdev, mi );
00356 
00357         return 0;
00358 }

void ib_destroy_sma ( struct ib_device ibdev,
struct ib_mad_interface mi 
)


Generated on Tue Apr 6 20:01:50 2010 for gPXE by  doxygen 1.5.7.1