![]() |
![]() |
PASAHO Report Timestamp Command Macros | |
Macros used by the PASAHO Report Timestamp Command | |
#define | PASAHO_SET_REPORT_FLOW(x, v) PASAHO_SET_BITFIELD((x)->word0, (v), 16, 8) |
#define | PASAHO_SET_REPORT_QUEUE(x, v) PASAHO_SET_BITFIELD((x)->word0, (v), 0, 16) |
#define PASAHO_SET_REPORT_FLOW | ( | x, | |||
v | ) | PASAHO_SET_BITFIELD((x)->word0, (v), 16, 8) |
Specifies the flow to use for report packets sent to the host
#define PASAHO_SET_REPORT_QUEUE | ( | x, | |||
v | ) | PASAHO_SET_BITFIELD((x)->word0, (v), 0, 16) |
Specifies the queue to use for report packets send to the host