Searched refs:tcam_idx (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_mps.c | 130 int *tcam_idx, const u8 *addr, in cxgb4_update_mac_filt() argument 135 ret = cxgb4_change_mac(pi, viid, tcam_idx, in cxgb4_update_mac_filt() 140 cxgb4_mps_ref_inc(pi->adapter, addr, *tcam_idx, NULL); in cxgb4_update_mac_filt()
|
D | cxgb4.h | 1915 int *tcam_idx, const u8 *addr, 1949 int *tcam_idx, const u8 *addr,
|
D | cxgb4_main.c | 459 int *tcam_idx, const u8 *addr, bool persist, in cxgb4_change_mac() argument 467 *tcam_idx, addr, persist, smt_idx); in cxgb4_change_mac() 488 *tcam_idx = ret; in cxgb4_change_mac()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 275 int *tcam_idx, const u8 *addr, bool persistent) in cxgb4vf_change_mac() argument 281 ret = t4vf_change_mac(adapter, viid, *tcam_idx, addr, persistent); in cxgb4vf_change_mac() 302 *tcam_idx = ret; in cxgb4vf_change_mac()
|