Linux Kernel
3.7.1
|
#include <ib_user_mad.h>
Data Fields | |
__u32 | id |
__u32 | status |
__u32 | timeout_ms |
__u32 | retries |
__u32 | length |
__be32 | qpn |
__be32 | qkey |
__be16 | lid |
__u8 | sl |
__u8 | path_bits |
__u8 | grh_present |
__u8 | gid_index |
__u8 | hop_limit |
__u8 | traffic_class |
__u8 | gid [16] |
__be32 | flow_label |
ib_user_mad_hdr_old - Old version of MAD packet header without pkey_index - ID of agent MAD received with/to be sent with - 0 on successful receive, ETIMEDOUT if no response received (transaction ID in data[] will be set to TID of original request) (ignored on send) - Milliseconds to wait for response (unset on receive) - Number of automatic retries to attempt - Remote QP number received from/to be sent to - Remote Q_Key to be sent with (unset on receive) - Remote lid received from/to be sent to - Service level received with/to be sent with - Local path bits received with/to be sent with - If set, GRH was received/should be sent - Local GID index to send with (unset on receive) - Hop limit in GRH - Traffic class in GRH - Remote GID in GRH - Flow label in GRH
Definition at line 72 of file ib_user_mad.h.
__be32 flow_label |
Definition at line 88 of file ib_user_mad.h.
__u8 gid[16] |
Definition at line 87 of file ib_user_mad.h.
__u8 gid_index |
Definition at line 84 of file ib_user_mad.h.
__u8 grh_present |
Definition at line 83 of file ib_user_mad.h.
__u8 hop_limit |
Definition at line 85 of file ib_user_mad.h.
Definition at line 73 of file ib_user_mad.h.
__u32 length |
Definition at line 77 of file ib_user_mad.h.
__be16 lid |
Definition at line 80 of file ib_user_mad.h.
__u8 path_bits |
Definition at line 82 of file ib_user_mad.h.
__be32 qkey |
Definition at line 79 of file ib_user_mad.h.
__be32 qpn |
Definition at line 78 of file ib_user_mad.h.
__u32 retries |
Definition at line 76 of file ib_user_mad.h.
Definition at line 81 of file ib_user_mad.h.
Definition at line 74 of file ib_user_mad.h.
__u32 timeout_ms |
Definition at line 75 of file ib_user_mad.h.
__u8 traffic_class |
Definition at line 86 of file ib_user_mad.h.