NPE_ID
if (!(port->npe = npe_request(NPE_ID(port->id))))
npe_port_tab[NPE_ID(port->id)] = port;
npe_port_tab[NPE_ID(port->id)] = NULL;
npe_port_tab[NPE_ID(port->id)] = NULL;
#define PHYSICAL_ID(port_id) ((NPE_ID(port_id) + 2) % 3)
#define TX_QUEUE(port_id) (NPE_ID(port_id) + 23)
#define RXFREE_QUEUE(port_id) (NPE_ID(port_id) + 26)
#define PORT2CHANNEL(p) NPE_ID(p->id)