Home
last modified time | relevance | path

Searched defs:hif (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/pfe/
H A Dpfe_hif.c13 pfe_hif_alloc_descr(struct pfe_hif *hif) in pfe_hif_alloc_descr()
40 pfe_hif_free_descr(struct pfe_hif *hif) in pfe_hif_free_descr()
49 pfe_hif_release_buffers(struct pfe_hif *hif) in pfe_hif_release_buffers()
85 pfe_hif_init_buffers(struct pfe_hif *hif) in pfe_hif_init_buffers()
350 struct pfe_hif *hif = &pfe->hif; in pfe_hif_rx_process() local
512 struct pfe_hif *hif = &pfe->hif; in __hif_tx_done_process() local
549 struct pfe_hif *hif = &pfe->hif; in hif_tx_done_process() local
658 pfe_hif_disable_rx_desc(struct pfe_hif *hif) in pfe_hif_disable_rx_desc()
755 pfe_hif_rx_idle(struct pfe_hif *hif) in pfe_hif_rx_idle()
786 struct pfe_hif *hif = &pfe->hif; in pfe_hif_init() local
[all …]
H A Dpfe_mod.h51 struct pfe_hif hif; member
H A Dpfe_hif_lib.c73 hif_lib_indicate_hif(struct pfe_hif *hif, int req, int data1, int in hif_lib_indicate_hif()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c1046 struct pp2_hif *hif; in mrvl_flush_bpool() local
1910 struct pp2_hif *hif; in mrvl_fill_bpool() local
2064 struct pp2_hif *hif; in mrvl_rx_queue_release() local
2581 struct pp2_hif *hif; in mrvl_rx_pkt_burst() local
2750 mrvl_free_sent_buffers(struct pp2_ppio *ppio, struct pp2_hif *hif, in mrvl_free_sent_buffers()
2830 struct pp2_hif *hif; in mrvl_tx_pkt_burst() local
2921 struct pp2_hif *hif; in mrvl_tx_sg_pkt_burst() local
/dpdk/drivers/baseband/la12xx/
H A Dbbdev_la12xx_ipc.h38 #define SET_HIF_HOST_RDY(hif, RDY_MASK) (hif->host_ready |= RDY_MASK) argument
39 #define CHK_HIF_MOD_RDY(hif, RDY_MASK) (hif->mod_ready & RDY_MASK) argument