Searched refs:host_cmd_resp (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | command.c | 30 struct host_cmd_resp *dest_resp; 33 static int mm81x_cmd_tx(struct mm81x *mors, struct host_cmd_resp *resp, in mm81x_cmd_tx() 150 struct host_cmd_resp *src_resp = (struct host_cmd_resp *)(skb->data); in mm81x_cmd_resp_process() 153 struct host_cmd_resp *dest_resp; in mm81x_cmd_resp_process() 207 if (length >= sizeof(struct host_cmd_resp) && dest_resp) { in mm81x_cmd_resp_process() 271 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_add_if() 289 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&rsp, in mm81x_cmd_get_capabilities() 316 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_get_max_txpower() 375 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_set_txpower() 398 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_set_channel() [all …]
|
| H A D | command.h | 38 struct host_cmd_resp { struct
|