Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c1013 dma = knav_queue_pop(netcp->tx_compl_q, &dma_sz); in netcp_process_tx_compl_packets()
1066 knav_queue_enable_notify(netcp->tx_compl_q); in netcp_tx_poll()
1076 knav_queue_disable_notify(netcp->tx_compl_q); in netcp_tx_notify()
1571 if (!IS_ERR_OR_NULL(netcp->tx_compl_q)) { in netcp_free_navigator_resources()
1572 knav_queue_close(netcp->tx_compl_q); in netcp_free_navigator_resources()
1573 netcp->tx_compl_q = NULL; in netcp_free_navigator_resources()
1614 if (IS_ERR(netcp->tx_compl_q)) { in netcp_setup_navigator_resources()
1615 ret = PTR_ERR(netcp->tx_compl_q); in netcp_setup_navigator_resources()
1629 knav_queue_disable_notify(netcp->tx_compl_q); in netcp_setup_navigator_resources()
1724 knav_queue_enable_notify(netcp->tx_compl_q); in netcp_ndo_open()
[all …]
H A Dnetcp.h89 void *tx_compl_q; member