Home
last modified time | relevance | path

Searched refs:NCSI_MODE_TX_ENABLE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/ncsi/
Dncsi-aen.c106 ncm = &nc->modes[NCSI_MODE_TX_ENABLE]; in ncsi_aen_handler_lsc()
123 ncm = &tmp->modes[NCSI_MODE_TX_ENABLE]; in ncsi_aen_handler_lsc()
168 nc->modes[NCSI_MODE_TX_ENABLE].enable = 0; in ncsi_aen_handler_cr()
Dinternal.h57 NCSI_MODE_TX_ENABLE, enumerator
Dncsi-rsp.c246 ncm = &nc->modes[NCSI_MODE_TX_ENABLE]; in ncsi_rsp_handler_ecnt()
268 ncm = &nc->modes[NCSI_MODE_TX_ENABLE]; in ncsi_rsp_handler_dcnt()
872 nc->modes[NCSI_MODE_TX_ENABLE].enable = 1; in ncsi_rsp_handler_gp()
Dncsi-manage.c870 ncm = &channel->modes[NCSI_MODE_TX_ENABLE]; in ncsi_channel_is_tx()
922 if (nc->modes[NCSI_MODE_TX_ENABLE].enable) { in ncsi_update_tx_channel()