Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c62 #define _CMD_SETUP(pCmd, _type, _cmd) do { \ macro
248 _CMD_SETUP(cmd, struct malo_cmd_caltable, MALO_HOSTCMD_GET_CALTABLE); in malo_hal_get_cal_table()
551 _CMD_SETUP(cmd, struct malo_cmd_get_hwspec, MALO_HOSTCMD_GET_HW_SPEC); in malo_hal_gethwspecs()
605 _CMD_SETUP(cmd, struct malo_cmd_rf_antenna, in malo_hal_setantenna()
635 _CMD_SETUP(cmd, struct malo_cmd_radio_control, in malo_hal_setradio()
674 _CMD_SETUP(cmd, struct malo_cmd_fw_set_rf_channel, in malo_hal_setchannel()
697 _CMD_SETUP(cmd, struct malo_cmd_rf_tx_power, in malo_hal_settxpower()
728 _CMD_SETUP(cmd, struct malo_cmd_fw_set_aid, in malo_hal_setassocid()
794 _CMD_SETUP(cmd, struct malo_cmd_prescan, MALO_HOSTCMD_SET_PRE_SCAN); in malo_hal_prescan()
812 _CMD_SETUP(cmd, struct malo_cmd_postscan, MALO_HOSTCMD_SET_POST_SCAN); in malo_hal_postscan()
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c97 #define _CMD_SETUP(pCmd, type, cmd) do { \ macro
105 _CMD_SETUP(pCmd, type, cmd); \
565 _CMD_SETUP(pCmd, HostCmd_DS_GET_HW_SPEC, HostCmd_CMD_GET_HW_SPEC); in mwl_hal_gethwspecs()
613 _CMD_SETUP(pCmd, HostCmd_DS_SET_HW_SPEC, HostCmd_CMD_SET_HW_SPEC); in mwl_hal_sethwdma()
654 _CMD_SETUP(pCmd, HostCmd_DS_802_11_GET_STAT, in mwl_hal_gethwstats()
727 _CMD_SETUP(pCmd, HostCmd_DS_802_11_RADIO_CONTROL, in mwl_hal_setradio()
758 _CMD_SETUP(pCmd, HostCmd_DS_802_11_RF_ANTENNA, in mwl_hal_setantenna()
823 _CMD_SETUP(pCmd, HostCmd_802_11h_Detect_Radar, in mwl_hal_setradardetection()
892 _CMD_SETUP(pCmd, HostCmd_SET_SWITCH_CHANNEL, in mwl_hal_setchannelswitchie()
915 _CMD_SETUP(pCmd, HostCmd_SET_REGIONCODE_INFO, in mwl_hal_setregioncode()
[all …]