Searched refs:viid_mirror (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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 | 438 return t4_set_rxmode(adapter, adapter->mbox, pi->viid, pi->viid_mirror, in set_rxmode() 514 ret = t4_set_rxmode(pi->adapter, mb, pi->viid, pi->viid_mirror, in link_start() 1283 pi->viid_mirror, -1, -1, -1, -1, in cxgb_set_features() 1402 ret = cxgb4_config_rss(pi, rss, pi->rss_size, pi->viid_mirror); in cxgb4_port_mirror_alloc_queues() 1460 ret = t4_set_rxmode(adap, adap->mbox, pi->viid, pi->viid_mirror, in cxgb4_port_mirror_start() 1467 pi->viid_mirror, ret); in cxgb4_port_mirror_start() 1475 ret = cxgb4_update_mac_filt(pi, pi->viid_mirror, &idx, in cxgb4_port_mirror_start() 1480 pi->viid_mirror, ret); in cxgb4_port_mirror_start() 1491 ret = t4_enable_vi_params(adap, adap->mbox, pi->viid_mirror, true, true, in cxgb4_port_mirror_start() 1497 pi->viid_mirror, ret); in cxgb4_port_mirror_start() [all …]
|
D | cxgb4.h | 693 u16 viid_mirror; member 2004 unsigned int viid_mirror, int mtu, int promisc, int all_multi,
|
D | t4_hw.c | 7708 unsigned int viid_mirror, int mtu, int promisc, int all_multi, in t4_set_rxmode() argument 7738 if (viid_mirror) { in t4_set_rxmode() 7743 FW_VI_RXMODE_CMD_VIID_V(viid_mirror)); in t4_set_rxmode() 7750 if (viid_mirror) in t4_set_rxmode()
|