Searched refs:is_switch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_smi.c | 46 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 …]
|
| HD | opa_smi.h | 43 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, 48 bool is_switch, int port_num);
|
| HD | smi.h | 55 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, 60 bool is_switch, int port_num);
|
| /freebsd-13-stable/contrib/ofed/infiniband-diags/src/ |
| HD | 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-13-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | 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-13-stable/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 2152 u16 is_switch:1; member 2325 return device->is_switch; in rdma_cap_ib_switch()
|