Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c614 struct xgene_enet_cle *enet_cle, in xgene_cle_setup_def_dbptr() argument
618 void __iomem *base = enet_cle->base; in xgene_cle_setup_def_dbptr()
627 for (i = 0; i < enet_cle->parsers; i++) { in xgene_cle_setup_def_dbptr()
628 if (enet_cle->active_parser != PARSER_ALL) { in xgene_cle_setup_def_dbptr()
629 offset = enet_cle->active_parser * in xgene_cle_setup_def_dbptr()
763 struct xgene_enet_cle *enet_cle = &pdata->cle; in xgene_enet_cle_init() local
773 ptree = &enet_cle->ptree; in xgene_enet_cle_init()
801 xgene_cle_setup_def_dbptr(pdata, enet_cle, &dbptr[DB_RES_DEF], in xgene_enet_cle_init()
817 return xgene_cle_setup_ptree(pdata, enet_cle); in xgene_enet_cle_init()
H A Dxgene_enet_main.c1813 struct xgene_enet_cle *enet_cle = &pdata->cle; in xgene_enet_init_hw() local
1853 enet_cle->max_nodes = 512; in xgene_enet_init_hw()
1854 enet_cle->max_dbptrs = 1024; in xgene_enet_init_hw()
1855 enet_cle->parsers = 3; in xgene_enet_init_hw()
1856 enet_cle->active_parser = PARSER_ALL; in xgene_enet_init_hw()
1857 enet_cle->ptree.start_node = 0; in xgene_enet_init_hw()
1858 enet_cle->ptree.start_dbptr = 0; in xgene_enet_init_hw()
1859 enet_cle->jump_bytes = 8; in xgene_enet_init_hw()