Searched refs:viid_mirror (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_matchall.h | 25 u16 viid_mirror; /* Identifier for allocated Mirror VI */ member
|
D | cxgb4_tc_matchall.c | 260 tc_port_matchall->ingress.viid_mirror = pi->viid_mirror; in cxgb4_matchall_mirror_alloc() 275 if (!tc_port_matchall->ingress.viid_mirror) in cxgb4_matchall_mirror_free() 279 tc_port_matchall->ingress.viid_mirror = 0; in cxgb4_matchall_mirror_free()
|
D | cxgb4_main.c | 437 return t4_set_rxmode(adapter, adapter->mbox, pi->viid, pi->viid_mirror, in set_rxmode() 513 ret = t4_set_rxmode(pi->adapter, mb, pi->viid, pi->viid_mirror, in link_start() 1282 pi->viid_mirror, -1, -1, -1, -1, in cxgb_set_features() 1401 ret = cxgb4_config_rss(pi, rss, pi->rss_size, pi->viid_mirror); in cxgb4_port_mirror_alloc_queues() 1459 ret = t4_set_rxmode(adap, adap->mbox, pi->viid, pi->viid_mirror, in cxgb4_port_mirror_start() 1466 pi->viid_mirror, ret); in cxgb4_port_mirror_start() 1474 ret = cxgb4_update_mac_filt(pi, pi->viid_mirror, &idx, in cxgb4_port_mirror_start() 1479 pi->viid_mirror, ret); in cxgb4_port_mirror_start() 1490 ret = t4_enable_vi_params(adap, adap->mbox, pi->viid_mirror, true, true, in cxgb4_port_mirror_start() 1496 pi->viid_mirror, ret); in cxgb4_port_mirror_start() [all …]
|
D | cxgb4.h | 693 u16 viid_mirror; member 2002 unsigned int viid_mirror, int mtu, int promisc, int all_multi,
|
D | t4_hw.c | 7710 unsigned int viid_mirror, int mtu, int promisc, int all_multi, in t4_set_rxmode() argument 7740 if (viid_mirror) { in t4_set_rxmode() 7745 FW_VI_RXMODE_CMD_VIID_V(viid_mirror)); in t4_set_rxmode() 7752 if (viid_mirror) in t4_set_rxmode()
|