Searched refs:resp_skb (Results 1 – 10 of 10) sorted by relevance
23 struct sk_buff *resp_skb = NULL; in qtnf_trans_send_cmd_with_resp() local33 WARN(ctl_node->resp_skb, "qtnfmac: response skb not empty\n"); in qtnf_trans_send_cmd_with_resp()49 resp_skb = ctl_node->resp_skb; in qtnf_trans_send_cmd_with_resp()50 ctl_node->resp_skb = NULL; in qtnf_trans_send_cmd_with_resp()64 if (unlikely(!resp_skb || resp_not_handled)) { in qtnf_trans_send_cmd_with_resp()72 *response_skb = resp_skb; in qtnf_trans_send_cmd_with_resp()75 if (unlikely(resp_skb && resp_not_handled)) in qtnf_trans_send_cmd_with_resp()76 dev_kfree_skb(resp_skb); in qtnf_trans_send_cmd_with_resp()99 ctl_node->resp_skb = skb; in qtnf_trans_signal_cmdresp()139 trans->curr_cmd.resp_skb = NULL; in qtnf_trans_init()
85 struct sk_buff *resp_skb = NULL; in qtnf_cmd_send_with_reply() local107 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() local722 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()[all …]
23 struct sk_buff *resp_skb; member
297 fmdev->resp_skb = skb; in recv_tasklet()306 if (fmdev->resp_skb != NULL) in recv_tasklet()310 fmdev->resp_skb = skb; in recv_tasklet()468 if (!fmdev->resp_skb) { in fmc_send_cmd()473 skb = fmdev->resp_skb; in fmc_send_cmd()474 fmdev->resp_skb = NULL; in fmc_send_cmd()509 *skb = fmdev->resp_skb; in check_cmdresp_status()510 fmdev->resp_skb = NULL; in check_cmdresp_status()
210 struct sk_buff *resp_skb; /* Response from the chip */ member
103 if (cmd_node->resp_skb) { in mwifiex_clean_cmd_node()104 adapter->if_ops.cmdrsp_complete(adapter, cmd_node->resp_skb); in mwifiex_clean_cmd_node()105 cmd_node->resp_skb = NULL; in mwifiex_clean_cmd_node()457 if (!cmd_array[i].resp_skb) in mwifiex_free_cmd_buffer()462 cmd_array[i].resp_skb); in mwifiex_free_cmd_buffer()464 dev_kfree_skb_any(cmd_array[i].resp_skb); in mwifiex_free_cmd_buffer()816 if (!adapter->curr_cmd || !adapter->curr_cmd->resp_skb) { in mwifiex_process_cmdresp()824 resp = (struct host_cmd_ds_command *)adapter->curr_cmd->resp_skb->data; in mwifiex_process_cmdresp()
102 adapter->curr_cmd->resp_skb = skb; in mwifiex_usb_recv()
754 struct sk_buff *resp_skb; member
1663 adapter->curr_cmd->resp_skb = skb; in mwifiex_decode_rx_packet()
1986 adapter->curr_cmd->resp_skb = skb; in mwifiex_pcie_process_cmd_complete()