Lines Matching refs:resp_skb

85 	struct sk_buff *resp_skb = NULL;
107 ret = qtnf_trans_send_cmd_with_resp(bus, cmd_skb, &resp_skb);
111 if (WARN_ON(!resp_skb || !resp_skb->data)) {
116 resp = (struct qlink_resp *)resp_skb->data;
129 *response_skb = resp_skb;
131 consume_skb(resp_skb);
705 struct sk_buff *cmd_skb, *resp_skb = NULL;
722 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb,
727 resp = (const struct qlink_resp_get_sta_info *)resp_skb->data;
740 consume_skb(resp_skb);
751 struct sk_buff *cmd_skb, *resp_skb = NULL;
786 ret = qtnf_cmd_send_with_reply(vif->mac->bus, cmd_skb, &resp_skb,
791 resp = (const struct qlink_resp_manage_intf *)resp_skb->data;
796 consume_skb(resp_skb);
1535 struct sk_buff *cmd_skb, *resp_skb = NULL;
1547 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb,
1552 resp = (const struct qlink_resp_get_mac_info *)resp_skb->data;
1561 consume_skb(resp_skb);
1568 struct sk_buff *cmd_skb, *resp_skb = NULL;
1580 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb,
1585 resp = (const struct qlink_resp_get_hw_info *)resp_skb->data;
1590 consume_skb(resp_skb);
1598 struct sk_buff *cmd_skb, *resp_skb = NULL;
1615 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb,
1620 resp = (struct qlink_resp_band_info_get *)resp_skb->data;
1632 consume_skb(resp_skb);
1678 struct sk_buff *resp_skb = NULL;
1695 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb,
1702 resp = (struct qlink_resp_init_fw *)resp_skb->data;
1706 consume_skb(resp_skb);
2415 struct sk_buff *cmd_skb, *resp_skb = NULL;
2431 ret = qtnf_cmd_send_with_reply(mac->bus, cmd_skb, &resp_skb,
2438 resp = (struct qlink_resp_get_chan_stats *)resp_skb->data;
2451 consume_skb(resp_skb);
2494 struct sk_buff *resp_skb = NULL;
2504 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb,
2509 resp = (const struct qlink_resp_channel_get *)resp_skb->data;
2514 consume_skb(resp_skb);
2601 struct sk_buff *resp_skb = NULL;
2616 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb,
2621 resp = (const struct qlink_resp_txpwr *)resp_skb->data;
2626 consume_skb(resp_skb);
2636 struct sk_buff *resp_skb = NULL;
2653 ret = qtnf_cmd_send_with_reply(bus, cmd_skb, &resp_skb,
2657 consume_skb(resp_skb);