Home
last modified time | relevance | path

Searched refs:CMD_CONFIGURE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h188 #define CMD_CONFIGURE 0x0002 /* configure command */ macro
H A Dsun3_82586.c417 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.h44 CMD_CONFIGURE = 2, /*use this to write information elements*/ enumerator
H A Dcmd.c160 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len); in wl1251_cmd_configure()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h100 CMD_CONFIGURE = 2, /* use this to write information elements */ enumerator
H A Dcmd.c905 ret = wlcore_cmd_send_failsafe(wl, CMD_CONFIGURE, acx, len, 0, in wlcore_cmd_configure_failsafe()