Searched refs:pf_c1 (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 95 char ctrl = 0, pf_c1, pf_c2, vf_c1, vf_c2, eol; in mlx5_translate_port_name() local 108 &pf_c1, &pf_c2, &port_info_out->pf_num, in mlx5_translate_port_name() 110 if (sc_items == 6 && pf_c1 == 'p' && pf_c2 == 'f') { in mlx5_translate_port_name() 129 &pf_c1, &port_info_out->port_name, &eol); in mlx5_translate_port_name() 130 if (sc_items == 2 && pf_c1 == 'p') { in mlx5_translate_port_name() 139 &pf_c1, &pf_c2, &port_info_out->pf_num, &eol); in mlx5_translate_port_name() 140 if (sc_items == 3 && pf_c1 == 'p' && pf_c2 == 'f') { in mlx5_translate_port_name()
|