Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c97 int sc_items; in mlx5_translate_port_name() local
99 sc_items = sscanf(port_name_in, "%c%d", in mlx5_translate_port_name()
101 if (sc_items == 2 && ctrl == 'c') { in mlx5_translate_port_name()
107 sc_items = sscanf(port_name_in, "%c%c%d%c%c%d%c", in mlx5_translate_port_name()
110 if (sc_items == 6 && pf_c1 == 'p' && pf_c2 == 'f') { in mlx5_translate_port_name()
128 sc_items = sscanf(port_name_in, "%c%d%c", in mlx5_translate_port_name()
130 if (sc_items == 2 && pf_c1 == 'p') { in mlx5_translate_port_name()
138 sc_items = sscanf(port_name_in, "%c%c%d%c", in mlx5_translate_port_name()
140 if (sc_items == 3 && pf_c1 == 'p' && pf_c2 == 'f') { in mlx5_translate_port_name()