Searched refs:acx (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/wl12xx/ |
D | acx.c | 93 struct acx_current_tx_power *acx; in wl1271_acx_tx_power() local 101 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_tx_power() 102 if (!acx) { in wl1271_acx_tx_power() 107 acx->role_id = wlvif->role_id; in wl1271_acx_tx_power() 108 acx->current_tx_power = power * 10; in wl1271_acx_tx_power() 110 ret = wl1271_cmd_configure(wl, DOT11_CUR_TX_PWR, acx, sizeof(*acx)); in wl1271_acx_tx_power() 117 kfree(acx); in wl1271_acx_tx_power() 167 struct acx_rx_msdu_lifetime *acx; in wl1271_acx_rx_msdu_life_time() local 172 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_rx_msdu_life_time() 173 if (!acx) { in wl1271_acx_rx_msdu_life_time() [all …]
|
D | cmd.c | 918 struct acx_header *acx = buf; in wl1271_cmd_interrogate() local 923 acx->id = cpu_to_le16(id); in wl1271_cmd_interrogate() 926 acx->len = cpu_to_le16(len - sizeof(*acx)); in wl1271_cmd_interrogate() 928 ret = wl1271_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx), len); in wl1271_cmd_interrogate() 945 struct acx_header *acx = buf; in wl1271_cmd_configure() local 950 acx->id = cpu_to_le16(id); in wl1271_cmd_configure() 953 acx->len = cpu_to_le16(len - sizeof(*acx)); in wl1271_cmd_configure() 955 ret = wl1271_cmd_send(wl, CMD_CONFIGURE, acx, len, 0); in wl1271_cmd_configure()
|
D | Makefile | 1 wl12xx-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
|
/drivers/net/wireless/wl1251/ |
D | acx.c | 185 struct acx_current_tx_power *acx; in wl1251_acx_tx_power() local 193 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_tx_power() 194 if (!acx) { in wl1251_acx_tx_power() 199 acx->current_tx_power = power * 10; in wl1251_acx_tx_power() 201 ret = wl1251_cmd_configure(wl, DOT11_CUR_TX_PWR, acx, sizeof(*acx)); in wl1251_acx_tx_power() 208 kfree(acx); in wl1251_acx_tx_power() 306 struct acx_rx_msdu_lifetime *acx; in wl1251_acx_rx_msdu_life_time() local 311 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1251_acx_rx_msdu_life_time() 312 if (!acx) { in wl1251_acx_rx_msdu_life_time() 317 acx->lifetime = life_time; in wl1251_acx_rx_msdu_life_time() [all …]
|
D | cmd.c | 111 struct acx_header *acx = buf; in wl1251_cmd_interrogate() local 116 acx->id = id; in wl1251_cmd_interrogate() 119 acx->len = len - sizeof(*acx); in wl1251_cmd_interrogate() 121 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); in wl1251_cmd_interrogate() 130 acx = buf; in wl1251_cmd_interrogate() 131 if (acx->cmd.status != CMD_STATUS_SUCCESS) in wl1251_cmd_interrogate() 133 acx->cmd.status); in wl1251_cmd_interrogate() 149 struct acx_header *acx = buf; in wl1251_cmd_configure() local 154 acx->id = id; in wl1251_cmd_configure() 157 acx->len = len - sizeof(*acx); in wl1251_cmd_configure() [all …]
|
D | Makefile | 2 acx.o boot.o init.o debugfs.o io.o
|