Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-manage.c517 nca.channel = ndp->channel_probe_id; in ncsi_suspend_channel()
521 ndp->channel_probe_id++; in ncsi_suspend_channel()
523 if (ndp->channel_probe_id == ndp->channel_count) { in ncsi_suspend_channel()
524 ndp->channel_probe_id = 0; in ncsi_suspend_channel()
1452 nca.channel = ndp->channel_probe_id; in ncsi_probe_channel()
1460 if (IS_ENABLED(CONFIG_NCSI_OEM_CMD_KEEP_PHY) && ndp->channel_probe_id == 0) in ncsi_probe_channel()
1468 ndp->channel_probe_id++; in ncsi_probe_channel()
1471 if (ndp->channel_probe_id == ndp->channel_count) { in ncsi_probe_channel()
1472 ndp->channel_probe_id = 0; in ncsi_probe_channel()
1809 ndp->channel_probe_id = 0; in ncsi_start_dev()
H A Dinternal.h328 unsigned int channel_probe_id;/* Current cahnnel ID during probe */ member