Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c488 INIT_COMMAND_NO_RESPONSE(cmd, TYPHOON_CMD_HELLO_RESP); in typhoon_process_response()
897 INIT_COMMAND_NO_RESPONSE(&xp_cmd, in typhoon_do_get_stats()
1106 INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_XCVR_SELECT); in typhoon_get_wol()
1835 INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_GOTO_SLEEP); in typhoon_sleep()
1908 INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_SET_MAX_PKT_SIZE); in typhoon_start_runtime()
1914 INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_SET_MAC_ADDRESS); in typhoon_start_runtime()
1930 INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_XCVR_SELECT); in typhoon_start_runtime()
1936 INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_VLAN_TYPE_WRITE); in typhoon_start_runtime()
1942 INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_SET_OFFLOAD_TASKS); in typhoon_start_runtime()
1951 INIT_COMMAND_NO_RESPONSE( in typhoon_start_runtime()
[all...]
H A Dtyphoon.h364 #define INIT_COMMAND_NO_RESPONSE(x, command) \ macro