infiniband.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 278 | 30% |
空行行数 | 159 | 17% |
実行行数 | 486 | 53% |
合計行数 | 923 | 100% |
内容 | 定義数 |
---|---|
関数数 | 29 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Function | ib_create_cq | struct ib_completion_queue * | Completion queues |
2 |
Function | ib_destroy_cq | void | Destroy completion queue |
3 |
Function | ib_poll_cq | void | Poll completion queue |
4 |
Function | ib_create_qp | struct ib_queue_pair * | Work queues |
5 |
Function | ib_modify_qp | int | Modify queue pair |
6 |
Function | ib_destroy_qp | void | Destroy queue pair |
7 |
Function | ib_find_qp_qpn | struct ib_queue_pair * | Find queue pair by QPN |
8 |
Function | ib_find_qp_mgid | struct ib_queue_pair * | Find queue pair by multicast GID |
9 |
Function | ib_find_wq | struct ib_work_queue * | Find work queue belonging to completion queue |
10 |
Function | ib_post_send | int | Post send work queue entry |
11 |
Function | ib_post_recv | int | Post receive work queue entry |
12 |
Function | ib_complete_send | void | Complete send work queue entry |
13 |
Function | ib_complete_recv | void | Complete receive work queue entry |
14 |
Function | ib_refill_recv | void | Refill receive work queue |
15 |
Function | ib_open | int | Link control |
16 |
Function | ib_close | void | Close port |
17 |
Function | ib_mcast_attach | int | Multicast |
18 |
Function | ib_mcast_detach | void | Detach from multicast group |
19 |
Function | ib_get_hca_info | int | Miscellaneous |
20 |
Function | ib_set_port_info | int | Set port information |
21 |
Function | ib_set_pkey_table | int | Set partition key table |
22 |
Function | ib_link_state_changed | void | Event queues |
23 |
Function | ib_poll_eq | void | Poll event queue |
24 |
Static | ib_step | static void | Single-step the Infiniband event queue |
25 |
Function | alloc_ibdev | struct ib_device * | Infiniband device creation/destruction |
26 |
Function | register_ibdev | int | Register Infiniband device |
27 |
Function | unregister_ibdev | void | Unregister Infiniband device |
28 |
Function | find_ibdev | struct ib_device * | Find Infiniband device by GID |
29 |
Function | last_opened_ibdev | struct ib_device * | Get most recently opened Infiniband device |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー