iflib queue - nic queue assignment list

From: Özkan KIRIK <ozkan.kirik_at_gmail.com>
Date: Sat, 18 Dec 2021 07:05:54 UTC
Hello,

I'm using freebsd stable/12. top shows the iflib queues as below:
    0 root        -92    -     0B  3872K CPU18   18 199.1H 100.00%
[kernel{if_io_tqg_18}]
    0 root        -92    -     0B  3872K CPU22   22 228.4H  97.95%
[kernel{if_io_tqg_22}]
    0 root        -92    -     0B  3872K CPU16   16 226.7H  55.63%
[kernel{if_io_tqg_16}]
    0 root        -92    -     0B  3872K CPU20   20 208.4H  53.25%
[kernel{if_io_tqg_20}]
    0 root        -92    -     0B  3872K CPU12   12 764.7H  14.24%
[kernel{if_io_tqg_12}]

Is there a way to lookup  if_io_tqg_XX belongs to which nic's which
queue  (such as ix0, queue2) ?
Before the iflib, top shows the driver name.

Regards
Özkan