Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ncsi/
H A Dncsi-pkt.h374 #define NCSI_PKT_CMD_SMA 0x0e /* Set MAC address */ macro
409 #define NCSI_PKT_RSP_SMA (NCSI_PKT_CMD_SMA + 0x80)
H A Dncsi-cmd.c257 { NCSI_PKT_CMD_SMA, 8, ncsi_cmd_handler_sma },
H A Dncsi-manage.c1057 nca.type = NCSI_PKT_CMD_SMA; in ncsi_configure_channel()