#include <infiniband.h>
Data Fields | |
| unsigned long | qpn |
| Queue Pair Number. | |
| unsigned long | qkey |
| Queue key. | |
| unsigned int | lid |
| Local ID. | |
| enum ib_rate | rate |
| Rate. | |
| unsigned int | sl |
| Service level. | |
| unsigned int | gid_present |
| GID is present. | |
| struct ib_gid | gid |
| GID, if present. | |
Definition at line 70 of file infiniband.h.
| unsigned long ib_address_vector::qpn |
Queue Pair Number.
Definition at line 72 of file infiniband.h.
Referenced by arbel_complete(), arbel_post_send(), hermon_complete(), hermon_fill_ud_send_wqe(), hermon_modify_qp(), ib_cm_path_complete(), ib_cm_req_complete(), ib_create_madx(), ib_pull(), ib_push(), ipoib_complete_recv(), and ipoib_transmit().
| unsigned long ib_address_vector::qkey |
Queue key.
Not specified for received packets.
Definition at line 77 of file infiniband.h.
Referenced by arbel_post_send(), hermon_fill_ud_send_wqe(), ib_cm_path_complete(), ib_create_madx(), ib_post_send(), ib_pull(), and ib_push().
| unsigned int ib_address_vector::lid |
Local ID.
Definition at line 79 of file infiniband.h.
Referenced by arbel_complete(), arbel_post_send(), hermon_complete(), hermon_fill_mlx_send_wqe(), hermon_fill_ud_send_wqe(), hermon_modify_qp(), ib_cm_path_complete(), ib_create_madx(), ib_path_complete(), ib_pull(), ib_push(), and ib_resolve_path().
Rate.
Not specified for received packets.
Definition at line 84 of file infiniband.h.
Referenced by arbel_post_send(), hermon_rate(), ib_cm_path_complete(), ib_path_complete(), ib_post_send(), and ib_resolve_path().
| unsigned int ib_address_vector::sl |
Service level.
Definition at line 86 of file infiniband.h.
Referenced by arbel_complete(), arbel_post_send(), hermon_complete(), hermon_fill_ud_send_wqe(), ib_cm_path_complete(), ib_create_madx(), ib_path_complete(), ib_pull(), ib_push(), and ib_resolve_path().
| unsigned int ib_address_vector::gid_present |
GID is present.
Definition at line 88 of file infiniband.h.
Referenced by arbel_complete(), arbel_post_send(), hermon_complete(), hermon_fill_ud_send_wqe(), ib_create_conn(), ib_pull(), ib_push(), ib_resolve_path(), ipoib_complete_recv(), and ipoib_transmit().
struct ib_gid ib_address_vector::gid [read] |
GID, if present.
Definition at line 90 of file infiniband.h.
Referenced by arbel_complete(), arbel_post_send(), hermon_complete(), hermon_fill_ud_send_wqe(), hermon_modify_qp(), ib_cm_path_complete(), ib_create_conn(), ib_create_path(), ib_find_path_cache_entry(), ib_path_complete(), ib_pull(), ib_push(), ib_resolve_path(), ipoib_complete_recv(), and ipoib_transmit().
1.5.7.1