Lines Matching refs:port_type

429 	enum fman_port_type port_type;  member
613 if (port->port_type == FMAN_PORT_TYPE_RX) { in init_qmi()
620 if (port->port_type == FMAN_PORT_TYPE_TX) { in init_qmi()
720 switch (port->port_type) { in init()
752 switch (port->port_type) { in set_bpools()
829 if (port->port_type == FMAN_PORT_TYPE_TX) { in verify_size_of_fifo()
851 else if (port->port_type == FMAN_PORT_TYPE_RX) { in verify_size_of_fifo()
970 switch (port->port_type) { in init_low_level_driver()
993 if (port->port_type == FMAN_PORT_TYPE_TX) { in init_low_level_driver()
1222 BMI_DEQUEUE_PIPELINE_DEPTH(port->port_type, port->port_speed); in set_dflt_cfg()
1223 cfg->deq_byte_cnt = QMI_BYTE_COUNT_LEVEL_CONTROL(port->port_type); in set_dflt_cfg()
1269 port->port_type, in set_tx_dflt_cfg()
1305 port->port_type = port->dts_params.type; in fman_port_config()
1318 switch (port->port_type) { in fman_port_config()
1339 get_dflt_num_of_fifo_bufs(port->rev_info.major, port->port_type, in fman_port_config()
1346 port->port_type, port->port_speed); in fman_port_config()
1349 port->port_type, port->port_speed); in fman_port_config()
1352 port->port_type, port->port_speed); in fman_port_config()
1355 port->port_type, port->port_speed); in fman_port_config()
1361 (((port->port_type == FMAN_PORT_TYPE_TX) && in fman_port_config()
1368 port->port_type == FMAN_PORT_TYPE_TX && in fman_port_config()
1436 if (port->port_type == FMAN_PORT_TYPE_RX) { in fman_port_init()
1459 params.port_type = port->port_type; in fman_port_init()
1572 switch (port->port_type) { in fman_port_disable()
1648 switch (port->port_type) { in fman_port_enable()
1752 enum fman_port_type port_type; in fman_port_probe() local
1796 port_type = FMAN_PORT_TYPE_TX; in fman_port_probe()
1806 port_type = FMAN_PORT_TYPE_TX; in fman_port_probe()
1809 port_type = FMAN_PORT_TYPE_RX; in fman_port_probe()
1819 port_type = FMAN_PORT_TYPE_RX; in fman_port_probe()
1827 port->dts_params.type = port_type; in fman_port_probe()
1830 if (port_type == FMAN_PORT_TYPE_TX) { in fman_port_probe()