Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h187 #define NIX_CHAN_LBK_CHX(a, b) (0 + 0x100 * (a) + (b)) macro
Drvu_nix.c228 pfvf->rx_chan_base = NIX_CHAN_LBK_CHX(0, vf); in nix_interface_init()
229 pfvf->tx_chan_base = vf & 0x1 ? NIX_CHAN_LBK_CHX(0, vf - 1) : in nix_interface_init()
230 NIX_CHAN_LBK_CHX(0, vf + 1); in nix_interface_init()