Searched refs:NETDEV_A_QUEUE_ID (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | netdev-genl-gen.c | 36 [NETDEV_A_QUEUE_ID] = { .type = NLA_U32, }, 63 [NETDEV_A_QUEUE_ID] = { .type = NLA_U32, },
|
| H A D | netdev-genl.c | 390 if (nla_put_u32(rsp, NETDEV_A_QUEUE_ID, q_idx) || in netdev_nl_queue_fill_one() 471 if (GENL_REQ_ATTR_CHECK(info, NETDEV_A_QUEUE_ID) || in netdev_nl_queue_get_doit() 476 q_id = nla_get_u32(info->attrs[NETDEV_A_QUEUE_ID]); in netdev_nl_queue_get_doit() 926 if (NL_REQ_ATTR_CHECK(info->extack, attr, tb, NETDEV_A_QUEUE_ID) || in netdev_nl_bind_rx_doit() 938 rxq_idx = nla_get_u32(tb[NETDEV_A_QUEUE_ID]); in netdev_nl_bind_rx_doit()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | netdev.h | 148 NETDEV_A_QUEUE_ID = 1, enumerator
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | netdev.h | 148 NETDEV_A_QUEUE_ID = 1, enumerator
|