Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-aen.c68 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_lsc()
187 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_hncdsc()
H A Dncsi-rsp.c321 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_rsp_handler_sl()
343 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_rsp_handler_gls()
877 nc->modes[NCSI_MODE_LINK].enable = 1; in ncsi_rsp_handler_gp()
878 nc->modes[NCSI_MODE_LINK].data[0] = ntohl(rsp->link_mode); in ncsi_rsp_handler_gp()
H A Dinternal.h58 NCSI_MODE_LINK, enumerator
H A Dncsi-manage.c30 return !!(channel->modes[NCSI_MODE_LINK].data[2] & 0x1); in ncsi_channel_has_link()
146 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_channel_monitor()
1191 if (nc->modes[NCSI_MODE_LINK].data[2] & 0x1) { in ncsi_configure_channel()
1260 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_choose_active_channel()
H A Dncsi-netlink.c67 m = &nc->modes[NCSI_MODE_LINK]; in ncsi_write_channel_info()