Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.h413 int prueth_prepare_rx_chan(struct prueth_emac *emac,
H A Dicssg_prueth_sr1.c553 ret = prueth_prepare_rx_chan(emac, &emac->rx_chns, PRUETH_MAX_PKT_SIZE); in emac_ndo_open()
557 ret = prueth_prepare_rx_chan(emac, &emac->rx_mgm_chn, 64); in emac_ndo_open()
H A Dicssg_common.c935 int prueth_prepare_rx_chan(struct prueth_emac *emac, in prueth_prepare_rx_chan() function
959 EXPORT_SYMBOL_GPL(prueth_prepare_rx_chan);
H A Dicssg_prueth.c618 ret = prueth_prepare_rx_chan(emac, &emac->rx_chns, PRUETH_MAX_PKT_SIZE); in emac_ndo_open()