Searched refs:is_switch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_smi.c | 48 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, int port_num, in __smi_handle_dr_smp_send() argument 71 if (!is_switch) in __smi_handle_dr_smp_send() 84 return (is_switch || in __smi_handle_dr_smp_send() 103 if (!is_switch) in __smi_handle_dr_smp_send() 115 return (is_switch || in __smi_handle_dr_smp_send() 134 bool is_switch, int port_num) in smi_handle_dr_smp_send() argument 136 return __smi_handle_dr_smp_send(is_switch, port_num, in smi_handle_dr_smp_send() 146 bool is_switch, int port_num) in opa_smi_handle_dr_smp_send() argument 148 return __smi_handle_dr_smp_send(is_switch, port_num, in opa_smi_handle_dr_smp_send() 159 static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, int port_num, in __smi_handle_dr_smp_recv() argument [all …]
|
| D | opa_smi.h | 45 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, 50 bool is_switch, int port_num);
|
| D | smi.h | 57 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, 62 bool is_switch, int port_num);
|
| /freebsd-12-stable/contrib/ofed/infiniband-diags/src/ |
| D | ibportstate.c | 140 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-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | reporter.c | 125 svn_boolean_t is_switch; member 928 if (info && info->link_path && !b->is_switch) in update_entry() 1626 b->is_switch = (switch_path != NULL); in svn_repos_begin_report3()
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 2105 u16 is_switch:1; member 2240 return device->is_switch; in rdma_cap_ib_switch()
|