Home
last modified time | relevance | path

Searched refs:prueth_prepare_rx_chan (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/ !
H A Dicssg_prueth_sr1.c573 ret = prueth_prepare_rx_chan(emac, &emac->rx_chns, PRUETH_MAX_PKT_SIZE); in emac_ndo_open()
577 ret = prueth_prepare_rx_chan(emac, &emac->rx_mgm_chn, 64); in emac_ndo_open()
H A Dicssg_common.c1468 int prueth_prepare_rx_chan(struct prueth_emac *emac, in prueth_prepare_rx_chan() function
1520 EXPORT_SYMBOL_GPL(prueth_prepare_rx_chan);
H A Dicssg_prueth.c985 ret = prueth_prepare_rx_chan(emac, &emac->rx_chns, PRUETH_MAX_PKT_SIZE); in prueth_create_rxq()