Searched defs:hermon (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/infiniband/ |
D | hermon.c | 128 static int hermon_cmd_wait ( struct hermon *hermon, in hermon_cmd_wait() 154 static int hermon_cmd ( struct hermon *hermon, unsigned long command, in hermon_cmd() 259 hermon_cmd_query_dev_cap ( struct hermon *hermon, in hermon_cmd_query_dev_cap() 268 hermon_cmd_query_fw ( struct hermon *hermon, struct hermonprm_query_fw *fw ) { in hermon_cmd_query_fw() 276 hermon_cmd_init_hca ( struct hermon *hermon, in hermon_cmd_init_hca() 285 hermon_cmd_close_hca ( struct hermon *hermon ) { in hermon_cmd_close_hca() 292 hermon_cmd_init_port ( struct hermon *hermon, unsigned int port, in hermon_cmd_init_port() 301 hermon_cmd_close_port ( struct hermon *hermon, unsigned int port ) { in hermon_cmd_close_port() 308 hermon_cmd_sw2hw_mpt ( struct hermon *hermon, unsigned int index, in hermon_cmd_sw2hw_mpt() 317 hermon_cmd_write_mtt ( struct hermon *hermon, in hermon_cmd_write_mtt() [all …]
|
D | hermon.h | 512 struct hermon { struct 528 struct hermon_icm_map icm_map[HERMON_ICM_NUM_REGIONS]; argument 533 struct hermon_event_queue eq; argument 541 hermon_bitmask_t cq_inuse[ HERMON_BITMASK_SIZE ( HERMON_MAX_CQS ) ]; argument 543 hermon_bitmask_t qp_inuse[ HERMON_BITMASK_SIZE ( HERMON_MAX_QPS ) ]; argument 545 hermon_bitmask_t mtt_inuse[ HERMON_BITMASK_SIZE ( HERMON_MAX_MTTS ) ]; argument 548 struct hermon_dev_cap cap; argument 550 unsigned long special_qpn_base; 552 unsigned long qpn_base; 555 struct ib_device *ibdev[HERMON_MAX_PORTS];
|