Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.c626 struct xgene_enet_cle *enet_cle, in xgene_cle_setup_def_dbptr() argument
630 void __iomem *base = enet_cle->base; in xgene_cle_setup_def_dbptr()
639 for (i = 0; i < enet_cle->parsers; i++) { in xgene_cle_setup_def_dbptr()
640 if (enet_cle->active_parser != PARSER_ALL) { in xgene_cle_setup_def_dbptr()
641 offset = enet_cle->active_parser * in xgene_cle_setup_def_dbptr()
775 struct xgene_enet_cle *enet_cle = &pdata->cle; in xgene_enet_cle_init() local
785 ptree = &enet_cle->ptree; in xgene_enet_cle_init()
813 xgene_cle_setup_def_dbptr(pdata, enet_cle, &dbptr[DB_RES_DEF], in xgene_enet_cle_init()
829 return xgene_cle_setup_ptree(pdata, enet_cle); in xgene_enet_cle_init()
Dxgene_enet_main.c1826 struct xgene_enet_cle *enet_cle = &pdata->cle; in xgene_enet_init_hw() local
1866 enet_cle->max_nodes = 512; in xgene_enet_init_hw()
1867 enet_cle->max_dbptrs = 1024; in xgene_enet_init_hw()
1868 enet_cle->parsers = 3; in xgene_enet_init_hw()
1869 enet_cle->active_parser = PARSER_ALL; in xgene_enet_init_hw()
1870 enet_cle->ptree.start_node = 0; in xgene_enet_init_hw()
1871 enet_cle->ptree.start_dbptr = 0; in xgene_enet_init_hw()
1872 enet_cle->jump_bytes = 8; in xgene_enet_init_hw()