infiniband.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 184 | 31% |
空行行数 | 103 | 17% |
実行行数 | 313 | 52% |
合計行数 | 600 | 100% |
内容 | 定義数 |
---|---|
関数数 | 21 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Function | ib_create_cq | struct ib_completion_queue * | Create completion queue |
2 |
Function | ib_destroy_cq | void | Destroy completion queue |
3 |
Function | ib_create_qp | struct ib_queue_pair * | Create queue pair |
4 |
Function | ib_modify_qp | int | Modify queue pair |
5 |
Function | ib_destroy_qp | void | Destroy queue pair |
6 |
Function | ib_find_qp_qpn | struct ib_queue_pair * | Find queue pair by QPN |
7 |
Function | ib_find_qp_mgid | struct ib_queue_pair * | Find queue pair by multicast GID |
8 |
Function | ib_find_wq | struct ib_work_queue * | Find work queue belonging to completion queue |
9 |
Function | ib_post_send | int | Post send work queue entry |
10 |
Function | ib_post_recv | int | Post receive work queue entry |
11 |
Function | ib_complete_send | void | Complete send work queue entry |
12 |
Function | ib_complete_recv | void | Complete receive work queue entry |
13 |
Function | ib_open | int | Open port |
14 |
Function | ib_close | void | Close port |
15 |
Function | ib_mcast_attach | int | Attach to multicast group |
16 |
Function | ib_mcast_detach | void | Detach from multicast group |
17 |
Function | ib_link_state_changed | void | Event queues |
18 |
Static | ib_step | static void | Single-step the Infiniband event queue |
19 |
Function | alloc_ibdev | struct ib_device * | Infiniband device creation/destruction |
20 |
Function | register_ibdev | int | Register Infiniband device |
21 |
Function | unregister_ibdev | void | Unregister Infiniband device |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー