Searched refs:NIX_CHAN_LBK_CHX (Results 1 – 2 of 2) sorted by relevance
187 #define NIX_CHAN_LBK_CHX(a, b) (0 + 0x100 * (a) + (b)) macro
228 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()