Home
last modified time | relevance | path

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

/linux-6.12.1/net/ncsi/
Dncsi-manage.c489 nca.channel = NCSI_RESERVED_CHANNEL; in ncsi_suspend_channel()
570 nca.channel = NCSI_RESERVED_CHANNEL; in ncsi_suspend_channel()
1012 nca.channel = NCSI_RESERVED_CHANNEL; in ncsi_configure_channel()
1365 nca.channel = NCSI_RESERVED_CHANNEL; in ncsi_probe_channel()
1381 nca.channel = NCSI_RESERVED_CHANNEL; in ncsi_probe_channel()
1487 nca.channel = NCSI_RESERVED_CHANNEL; in ncsi_probe_channel()
1780 ndp->channel_count = NCSI_RESERVED_CHANNEL; in ncsi_register_dev()
Dncsi-netlink.c510 nla_put_u32(skb, NCSI_ATTR_CHANNEL_ID, NCSI_RESERVED_CHANNEL); in ncsi_send_netlink_rsp()
557 nla_put_u32(skb, NCSI_ATTR_CHANNEL_ID, NCSI_RESERVED_CHANNEL); in ncsi_send_netlink_timeout()
Dinternal.h210 #define NCSI_RESERVED_CHANNEL 0x1f macro