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()
703 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_sta_info() local
720 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_get_sta_info()
725 resp = (const struct qlink_resp_get_sta_info *)resp_skb->data; in qtnf_cmd_get_sta_info()
738 consume_skb(resp_skb); in qtnf_cmd_get_sta_info()
749 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_send_add_change_intf() local
784 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_send_add_change_intf()
789 resp = (const struct qlink_resp_manage_intf *)resp_skb->data; in qtnf_cmd_send_add_change_intf()
794 consume_skb(resp_skb); in qtnf_cmd_send_add_change_intf()
1531 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_mac_info() local
1543 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_get_mac_info()
1548 resp = (const struct qlink_resp_get_mac_info *)resp_skb->data; in qtnf_cmd_get_mac_info()
1557 consume_skb(resp_skb); in qtnf_cmd_get_mac_info()
1564 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_hw_info() local
1576 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_get_hw_info()
1581 resp = (const struct qlink_resp_get_hw_info *)resp_skb->data; in qtnf_cmd_get_hw_info()
1586 consume_skb(resp_skb); in qtnf_cmd_get_hw_info()
1594 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_band_info_get() local
1611 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_band_info_get()
1616 resp = (struct qlink_resp_band_info_get *)resp_skb->data; in qtnf_cmd_band_info_get()
1628 consume_skb(resp_skb); in qtnf_cmd_band_info_get()
1674 struct sk_buff *resp_skb = NULL; in qtnf_cmd_send_init_fw() local
1691 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_send_init_fw()
1698 resp = (struct qlink_resp_init_fw *)resp_skb->data; in qtnf_cmd_send_init_fw()
1702 consume_skb(resp_skb); in qtnf_cmd_send_init_fw()
2409 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_chan_stats() local
2425 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_get_chan_stats()
2432 resp = (struct qlink_resp_get_chan_stats *)resp_skb->data; in qtnf_cmd_get_chan_stats()
2445 consume_skb(resp_skb); in qtnf_cmd_get_chan_stats()
2488 struct sk_buff *resp_skb = NULL; in qtnf_cmd_get_channel() local
2498 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_get_channel()
2503 resp = (const struct qlink_resp_channel_get *)resp_skb->data; in qtnf_cmd_get_channel()
2508 consume_skb(resp_skb); in qtnf_cmd_get_channel()
2595 struct sk_buff *resp_skb = NULL; in qtnf_cmd_get_tx_power() local
2610 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_get_tx_power()
2615 resp = (const struct qlink_resp_txpwr *)resp_skb->data; in qtnf_cmd_get_tx_power()
2620 consume_skb(resp_skb); in qtnf_cmd_get_tx_power()
2630 struct sk_buff *resp_skb = NULL; in qtnf_cmd_set_tx_power() local
2647 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, in qtnf_cmd_set_tx_power()
2651 consume_skb(resp_skb); in qtnf_cmd_set_tx_power()