Searched refs:NPE_ID (Results 1 – 1 of 1) sorted by relevance
69 #define NPE_ID(port_id) ((port_id) >> 4) macro70 #define PHYSICAL_ID(port_id) ((NPE_ID(port_id) + 2) % 3)71 #define TX_QUEUE(port_id) (NPE_ID(port_id) + 23)72 #define RXFREE_QUEUE(port_id) (NPE_ID(port_id) + 26)77 #define PORT2CHANNEL(p) NPE_ID(p->id)1522 if (!(port->npe = npe_request(NPE_ID(port->id)))) in ixp4xx_eth_probe()1526 npe_port_tab[NPE_ID(port->id)] = port; in ixp4xx_eth_probe()1571 npe_port_tab[NPE_ID(port->id)] = NULL; in ixp4xx_eth_probe()1585 npe_port_tab[NPE_ID(port->id)] = NULL; in ixp4xx_eth_remove()