Searched refs:ibnd_smp_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | query_smp.c | 44 extern int mlnx_ext_port_info_err(smp_engine_t * engine, ibnd_smp_t * smp, 47 static void queue_smp(smp_engine_t * engine, ibnd_smp_t * smp) in queue_smp() 59 static ibnd_smp_t *get_smp(smp_engine_t * engine) in get_smp() 61 ibnd_smp_t *head = engine->smp_queue_head; in get_smp() 62 ibnd_smp_t *tail = engine->smp_queue_tail; in get_smp() 63 ibnd_smp_t *rc = head; in get_smp() 72 static int send_smp(ibnd_smp_t * smp, smp_engine_t * engine) in send_smp() 108 ibnd_smp_t *smp; in process_smp_queue() 129 ibnd_smp_t *smp = calloc(1, sizeof *smp); in issue_smp() 164 ibnd_smp_t *smp; in process_one_recv() [all …]
|
H A D | internal.h | 90 typedef struct ibnd_smp ibnd_smp_t; typedef 92 typedef int (*smp_comp_cb_t) (smp_engine_t * engine, ibnd_smp_t * smp, 107 ibnd_smp_t *smp_queue_head; 108 ibnd_smp_t *smp_queue_tail;
|
H A D | ibnetdisc.c | 70 static int recv_switch_info(smp_engine_t * engine, ibnd_smp_t * smp, in recv_switch_info() 147 static int recv_node_desc(smp_engine_t * engine, ibnd_smp_t * smp, in recv_node_desc() 225 int mlnx_ext_port_info_err(smp_engine_t * engine, ibnd_smp_t * smp, in mlnx_ext_port_info_err() 272 static int recv_mlnx_ext_port_info(smp_engine_t * engine, ibnd_smp_t * smp, in recv_mlnx_ext_port_info() 330 static int recv_port_info(smp_engine_t * engine, ibnd_smp_t * smp, in recv_port_info() 436 static int recv_port0_info(smp_engine_t * engine, ibnd_smp_t * smp, in recv_port0_info() 526 static int recv_node_info(smp_engine_t * engine, ibnd_smp_t * smp, in recv_node_info()
|