Home
last modified time | relevance | path

Searched refs:HERMON_HCR_IN_CMD (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c279 HERMON_HCR_IN_CMD ( HERMON_HCR_INIT_HCA, in hermon_cmd_init_hca()
295 HERMON_HCR_IN_CMD ( HERMON_HCR_INIT_PORT, in hermon_cmd_init_port()
311 HERMON_HCR_IN_CMD ( HERMON_HCR_SW2HW_MPT, in hermon_cmd_sw2hw_mpt()
320 HERMON_HCR_IN_CMD ( HERMON_HCR_WRITE_MTT, in hermon_cmd_write_mtt()
329 HERMON_HCR_IN_CMD ( HERMON_HCR_MAP_EQ, in hermon_cmd_map_eq()
338 HERMON_HCR_IN_CMD ( HERMON_HCR_SW2HW_EQ, in hermon_cmd_sw2hw_eq()
365 HERMON_HCR_IN_CMD ( HERMON_HCR_SW2HW_CQ, in hermon_cmd_sw2hw_cq()
383 HERMON_HCR_IN_CMD ( HERMON_HCR_RST2INIT_QP, in hermon_cmd_rst2init_qp()
392 HERMON_HCR_IN_CMD ( HERMON_HCR_INIT2RTR_QP, in hermon_cmd_init2rtr_qp()
401 HERMON_HCR_IN_CMD ( HERMON_HCR_RTR2RTS_QP, in hermon_cmd_rtr2rts_qp()
[all …]
Dhermon.h601 #define HERMON_HCR_IN_CMD( _opcode, _in_mbox, _in_len ) \ macro