Searched refs:NPE_ID (Results 1 – 2 of 2) sorted by relevance
67 #define NPE_ID(port_id) ((port_id) >> 4) macro68 #define PHYSICAL_ID(port_id) ((NPE_ID(port_id) + 2) % 3)69 #define TX_QUEUE(port_id) (NPE_ID(port_id) + 23)70 #define RXFREE_QUEUE(port_id) (NPE_ID(port_id) + 26)75 #define PORT2CHANNEL(p) NPE_ID(p->id)1442 if (!(port->npe = npe_request(NPE_ID(port->id)))) in ixp4xx_eth_probe()1452 npe_port_tab[NPE_ID(port->id)] = port; in ixp4xx_eth_probe()1485 npe_port_tab[NPE_ID(port->id)] = NULL; in ixp4xx_eth_probe()1501 npe_port_tab[NPE_ID(port->id)] = NULL; in ixp4xx_eth_remove()
74 #define NPE_ID 2 /* NPE C */ macro440 npe_c = npe_request(NPE_ID); in init_ixp_crypto()