Home
last modified time | relevance | path

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

/f-stack/dpdk/app/pdump/
H A Dmain.c127 enum pdump_by dump_by_type; member
174 pt->dump_by_type = DEVICE_ID; in parse_device_id()
279 pt->dump_by_type = PORT_ID; in parse_pdump()
454 if (pt->dump_by_type == DEVICE_ID) in disable_pdump()
457 else if (pt->dump_by_type == PORT_ID) in disable_pdump()
834 if (pt->dump_by_type == DEVICE_ID) { in enable_pdump()
847 } else if (pt->dump_by_type == PORT_ID) { in enable_pdump()
856 if (pt->dump_by_type == DEVICE_ID) in enable_pdump()
862 else if (pt->dump_by_type == PORT_ID) in enable_pdump()
867 if (pt->dump_by_type == DEVICE_ID) in enable_pdump()
[all …]