Lines Matching refs:resp_skb

89 	struct sk_buff *resp_skb = NULL;  in qtnf_cmd_send_with_reply()  local
112 ret = qtnf_trans_send_cmd_with_resp(bus, cmd_skb, &resp_skb); in qtnf_cmd_send_with_reply()
117 resp = (const struct qlink_resp *)resp_skb->data; in qtnf_cmd_send_with_reply()
133 *response_skb = resp_skb; in qtnf_cmd_send_with_reply()
135 consume_skb(resp_skb); in qtnf_cmd_send_with_reply()
729 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_sta_info() local
747 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_get_sta_info()
770 resp = (const struct qlink_resp_get_sta_info *)resp_skb->data; in qtnf_cmd_get_sta_info()
785 consume_skb(resp_skb); in qtnf_cmd_get_sta_info()
795 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_send_add_change_intf() local
830 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb, in qtnf_cmd_send_add_change_intf()
843 resp = (const struct qlink_resp_manage_intf *)resp_skb->data; in qtnf_cmd_send_add_change_intf()
848 consume_skb(resp_skb); in qtnf_cmd_send_add_change_intf()
1732 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_mac_info() local
1746 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, &res_code, in qtnf_cmd_get_mac_info()
1757 resp = (const struct qlink_resp_get_mac_info *)resp_skb->data; in qtnf_cmd_get_mac_info()
1763 consume_skb(resp_skb); in qtnf_cmd_get_mac_info()
1770 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_hw_info() local
1784 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, &res_code, in qtnf_cmd_get_hw_info()
1796 resp = (const struct qlink_resp_get_hw_info *)resp_skb->data; in qtnf_cmd_get_hw_info()
1801 consume_skb(resp_skb); in qtnf_cmd_get_hw_info()
1809 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_band_info_get() local
1842 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, &res_code, in qtnf_cmd_band_info_get()
1854 resp = (struct qlink_resp_band_info_get *)resp_skb->data; in qtnf_cmd_band_info_get()
1866 consume_skb(resp_skb); in qtnf_cmd_band_info_get()
1873 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_send_get_phy_params() local
1887 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, &res_code, in qtnf_cmd_send_get_phy_params()
1899 resp = (struct qlink_resp_phy_params *)resp_skb->data; in qtnf_cmd_send_get_phy_params()
1904 consume_skb(resp_skb); in qtnf_cmd_send_get_phy_params()
2639 struct sk_buff *cmd_skb, *resp_skb = NULL; in qtnf_cmd_get_chan_stats() local
2657 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb, &res_code, in qtnf_cmd_get_chan_stats()
2677 resp = (struct qlink_resp_get_chan_stats *)resp_skb->data; in qtnf_cmd_get_chan_stats()
2683 consume_skb(resp_skb); in qtnf_cmd_get_chan_stats()
2744 struct sk_buff *resp_skb = NULL; in qtnf_cmd_get_channel() local
2756 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb, &res_code, in qtnf_cmd_get_channel()
2769 resp = (const struct qlink_resp_channel_get *)resp_skb->data; in qtnf_cmd_get_channel()
2773 consume_skb(resp_skb); in qtnf_cmd_get_channel()