Searched refs:eport (Results 1 – 5 of 5) sorted by relevance
2177 struct vcap_enabled_port *eport; in vcap_is_chain_used() local2181 list_for_each_entry(eport, &admin->enabled, list) in vcap_is_chain_used()2182 if (eport->src_cid == src_cid && eport->ndev == ndev) in vcap_is_chain_used()2193 struct vcap_enabled_port *eport; in vcap_get_next_chain() local2197 list_for_each_entry(eport, &admin->enabled, list) { in vcap_get_next_chain()2198 if (eport->ndev != ndev) in vcap_get_next_chain()2200 if (eport->src_cid == dst_cid) in vcap_get_next_chain()2201 return eport->dst_cid; in vcap_get_next_chain()2212 struct vcap_enabled_port *eport = NULL; in vcap_path_exist() local2224 eport = elem; in vcap_path_exist()[all …]
306 fs->eport >= adapter->params.nports) in validate_filter()815 f->fs.eport, f->fs.dmac); in set_filter_wr()871 FW_FILTER_WR_TXCHAN_V(f->fs.eport) | in set_filter_wr()1317 TX_CHAN_V(f->fs.eport) | in mk_act_open_req6()1353 TX_CHAN_V(f->fs.eport) | in mk_act_open_req()1408 f->fs.eport, f->fs.dmac); in cxgb4_set_hash_filter()
126 fs->eport = i; in fill_action_fields()
519 fs->eport = pi->port_id; in cxgb4_process_flow_actions()
1398 uint32_t eport:2; /* egress port to switch packet out */ member