Home
last modified time | relevance | path

Searched refs:FBNIC_RPC_ACT_TBL0 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.c1183 wr32(fbd, FBNIC_RPC_ACT_TBL0(i), dest); in fbnic_clear_rules()
1205 wr32(fbd, FBNIC_RPC_ACT_TBL0(idx), act_tcam->dest); in fbnic_update_act_tcam()
H A Dfbnic_csr.h737 #define FBNIC_RPC_ACT_TBL0(n) (0x08800 + (n)) /* 0x22000 + 4*n */ macro