Lines Matching refs:resp_skb

85 	struct sk_buff *resp_skb = NULL;  in qtnf_cmd_send_with_reply()  local
107 ret = qtnf_trans_send_cmd_with_resp(bus, cmd_skb, &resp_skb); in qtnf_cmd_send_with_reply()
111 if (WARN_ON(!resp_skb || !resp_skb->data)) { in qtnf_cmd_send_with_reply()
116 resp = (struct qlink_resp *)resp_skb->data; in qtnf_cmd_send_with_reply()
129 *response_skb = resp_skb; in qtnf_cmd_send_with_reply()
131 consume_skb(resp_skb); in qtnf_cmd_send_with_reply()
705 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_sta_info() local
722 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_get_sta_info()
727 resp = (const struct qlink_resp_get_sta_info *)resp_skb->data; in qtnf_cmd_get_sta_info()
740 consume_skb(resp_skb); in qtnf_cmd_get_sta_info()
751 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_send_add_change_intf() local
786 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_send_add_change_intf()
791 resp = (const struct qlink_resp_manage_intf *)resp_skb->data; in qtnf_cmd_send_add_change_intf()
796 consume_skb(resp_skb); in qtnf_cmd_send_add_change_intf()
1533 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_mac_info() local
1545 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_get_mac_info()
1550 resp = (const struct qlink_resp_get_mac_info *)resp_skb->data; in qtnf_cmd_get_mac_info()
1559 consume_skb(resp_skb); in qtnf_cmd_get_mac_info()
1566 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_hw_info() local
1578 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_get_hw_info()
1583 resp = (const struct qlink_resp_get_hw_info *)resp_skb->data; in qtnf_cmd_get_hw_info()
1588 consume_skb(resp_skb); in qtnf_cmd_get_hw_info()
1596 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_band_info_get() local
1613 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_band_info_get()
1618 resp = (struct qlink_resp_band_info_get *)resp_skb->data; in qtnf_cmd_band_info_get()
1630 consume_skb(resp_skb); in qtnf_cmd_band_info_get()
1676 struct sk_buff *resp_skb = NULL; in qtnf_cmd_send_init_fw() local
1693 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_send_init_fw()
1700 resp = (struct qlink_resp_init_fw *)resp_skb->data; in qtnf_cmd_send_init_fw()
1704 consume_skb(resp_skb); in qtnf_cmd_send_init_fw()
2413 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_chan_stats() local
2429 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_get_chan_stats()
2436 resp = (struct qlink_resp_get_chan_stats *)resp_skb->data; in qtnf_cmd_get_chan_stats()
2449 consume_skb(resp_skb); in qtnf_cmd_get_chan_stats()
2492 struct sk_buff *resp_skb = NULL; in qtnf_cmd_get_channel() local
2502 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_get_channel()
2507 resp = (const struct qlink_resp_channel_get *)resp_skb->data; in qtnf_cmd_get_channel()
2512 consume_skb(resp_skb); in qtnf_cmd_get_channel()
2599 struct sk_buff *resp_skb = NULL; in qtnf_cmd_get_tx_power() local
2614 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_get_tx_power()
2619 resp = (const struct qlink_resp_txpwr *)resp_skb->data; in qtnf_cmd_get_tx_power()
2624 consume_skb(resp_skb); in qtnf_cmd_get_tx_power()
2634 struct sk_buff *resp_skb = NULL; in qtnf_cmd_set_tx_power() local
2651 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_set_tx_power()
2655 consume_skb(resp_skb); in qtnf_cmd_set_tx_power()