Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c21 #define NCSI_CHANNEL_INDEX(c) ((c) & ((1 << NCSI_PACKAGE_SHIFT) - 1)) macro
229 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_ec()
242 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_ecnt()
253 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_ebf()
264 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_sma()
277 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_gc()
304 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_gvi()
333 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_gls()
356 nc = NCSI_CHANNEL_INDEX(rsp->common.channel); in ncsi_rsp_cis()
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/
H A D0001-Add-NCSI-channel-selector.patch124 - id = NCSI_CHANNEL_INDEX(rsp->rsp.common.channel);
/openbmc/linux/net/ncsi/
H A Dinternal.h211 #define NCSI_CHANNEL_INDEX(c) ((c) & ((1 << NCSI_PACKAGE_SHIFT) - 1)) macro
H A Dncsi-rsp.c103 id = NCSI_CHANNEL_INDEX(rsp->rsp.common.channel); in ncsi_rsp_handler_cis()
H A Dncsi-manage.c341 c = p ? ncsi_find_channel(p, NCSI_CHANNEL_INDEX(id)) : NULL; in ncsi_find_package_and_channel()