Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   umad_close_port    ( 3 )

закрыть порт устройства InfiniBand для доступа umad (close InfiniBand device port for umad access)

Имя (Name)

umad_close_port - close InfiniBand device port for umad access


Синопсис (Synopsis)

#include <infiniband/umad.h>

int umad_close_port(int portid);


Описание (Description)

umad_close_port() closes the port specified by the handle portid.


Возвращаемое значение (Return value)

umad_close_port() returns 0 on success, and a negative value on error. -EINVAL is returned if the portid is not a handle to a valid (open) port.


Смотри также (See also)

umad_open_port(3)