Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_port.c613 if (port->port_type == FMAN_PORT_TYPE_RX) { in init_qmi()
721 case FMAN_PORT_TYPE_RX: in init()
753 case FMAN_PORT_TYPE_RX: in set_bpools()
851 else if (port->port_type == FMAN_PORT_TYPE_RX) { in verify_size_of_fifo()
971 case FMAN_PORT_TYPE_RX: in init_low_level_driver()
1045 case FMAN_PORT_TYPE_RX: in get_dflt_fifo_deq_pipeline_depth()
1067 case FMAN_PORT_TYPE_RX: in get_dflt_num_of_tasks()
1089 case FMAN_PORT_TYPE_RX: in get_dflt_extra_num_of_tasks()
1118 case FMAN_PORT_TYPE_RX: in get_dflt_num_of_open_dmas()
1130 case FMAN_PORT_TYPE_RX: in get_dflt_num_of_open_dmas()
[all …]
H A Dfman.h85 FMAN_PORT_TYPE_RX, /* RX Port */ enumerator
H A Dfman.c2113 if (port_params->port_type != FMAN_PORT_TYPE_RX) { in fman_set_port_params()