Searched refs:_opcode (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/infiniband/ |
D | arbel.h | 467 #define ARBEL_HCR_INOUT_CMD( _opcode, _in_mbox, _in_len, \ argument 469 ( (_opcode) | \ 475 #define ARBEL_HCR_IN_CMD( _opcode, _in_mbox, _in_len ) \ argument 476 ARBEL_HCR_INOUT_CMD ( _opcode, _in_mbox, _in_len, 0, 0 ) 478 #define ARBEL_HCR_OUT_CMD( _opcode, _out_mbox, _out_len ) \ argument 479 ARBEL_HCR_INOUT_CMD ( _opcode, 0, 0, _out_mbox, _out_len ) 481 #define ARBEL_HCR_VOID_CMD( _opcode ) \ argument 482 ARBEL_HCR_INOUT_CMD ( _opcode, 0, 0, 0, 0 )
|
D | hermon.h | 593 #define HERMON_HCR_INOUT_CMD( _opcode, _in_mbox, _in_len, \ argument 595 ( (_opcode) | \ 601 #define HERMON_HCR_IN_CMD( _opcode, _in_mbox, _in_len ) \ argument 602 HERMON_HCR_INOUT_CMD ( _opcode, _in_mbox, _in_len, 0, 0 ) 604 #define HERMON_HCR_OUT_CMD( _opcode, _out_mbox, _out_len ) \ argument 605 HERMON_HCR_INOUT_CMD ( _opcode, 0, 0, _out_mbox, _out_len ) 607 #define HERMON_HCR_VOID_CMD( _opcode ) \ argument 608 HERMON_HCR_INOUT_CMD ( _opcode, 0, 0, 0, 0 )
|