Searched refs:nports (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_manyflows.c | 49 do_flows(nexus_controller_t ncd, const uuid_t fsw, nexus_port_t nx_port_start, int nports, int nflo… in do_flows() argument 51 for (int i = 0; i < nports; i++) { in do_flows() 76 skt_manyflows_common(int nports, int nflows_per_port) in skt_manyflows_common() argument 81 uuid_t flows[nports * nflows_per_port]; in skt_manyflows_common() 83 …do_flows(handles.controller, handles.fsw_nx_uuid, NEXUS_PORT_FLOW_SWITCH_CLIENT, nports, nflows_pe… in skt_manyflows_common() 147 int i, nports, count; in skt_mf1xall_common() local 160 nports = first - last + 1; in skt_mf1xall_common() 162 nports = last - first + 1; in skt_mf1xall_common() 168 assert(nports >= 512); in skt_mf1xall_common() 173 uuid_t flows[nports]; in skt_mf1xall_common() [all …]
|
| /xnu-11417.121.6/tools/trace/ |
| H A D | parse_ipc_trace.py | 284 nports = f & self.F_PORTS_MASK 285 if nports > 0: 287 self.ports += nports
|