Home
last modified time | relevance | path

Searched refs:is_switch (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_smi.c46 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, int port_num, in __smi_handle_dr_smp_send() argument
69 if (!is_switch) in __smi_handle_dr_smp_send()
82 return (is_switch || in __smi_handle_dr_smp_send()
101 if (!is_switch) in __smi_handle_dr_smp_send()
113 return (is_switch || in __smi_handle_dr_smp_send()
132 bool is_switch, int port_num) in smi_handle_dr_smp_send() argument
134 return __smi_handle_dr_smp_send(is_switch, port_num, in smi_handle_dr_smp_send()
144 bool is_switch, int port_num) in opa_smi_handle_dr_smp_send() argument
146 return __smi_handle_dr_smp_send(is_switch, port_num, in opa_smi_handle_dr_smp_send()
157 static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, int port_num, in __smi_handle_dr_smp_recv() argument
[all …]
H A Dopa_smi.h43 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch,
48 bool is_switch, int port_num);
H A Dsmi.h55 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
60 bool is_switch, int port_num);
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c140 int is_switch) in get_port_info() argument
146 if (is_switch) { in get_port_info()
160 int espeed_cap, int is_switch) in show_port_info() argument
219 if (!is_switch || portnum == 0) { in show_port_info()
242 int espeed_cap, int is_switch) in set_port_info() argument
253 show_port_info(dest, data, portnum, espeed_cap, is_switch); in set_port_info()
378 int is_switch, is_peer_switch, espeed_cap, peer_espeed_cap; in main() local
524 is_switch = get_node_info(&portid, data); in main()
529 port_args[MKEYPROT].set) && is_switch && portnum != 0) in main()
533 printf("Initial %s PortInfo:\n", is_switch ? "Switch" : "CA/RT"); in main()
[all …]
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2420 u16 is_switch:1; member
2620 return device->is_switch; in rdma_cap_ib_switch()