Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pfe_hif_lib_init
Function
pfe_hif_lib_init
dpdk/drivers/net/pfe/pfe_hif_lib.c:561–570 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
559
}
560
561
int
562
pfe_hif_lib_init(struct pfe *pfe)
563
{
564
PMD_INIT_FUNC_TRACE();
565
566
emac_txq_cnt = EMAC_TXQ_CNT;
567
pfe->hif.shm = &ghif_shm;
568
569
return 0;
570
}
571
572
void
573
pfe_hif_lib_exit(__rte_unused struct pfe *pfe)
Callers
1
pmd_pfe_probe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected