Home
last modified time | relevance | path

Searched refs:skb_resp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nfc/st95hf/
H A Dcore.c186 struct sk_buff *skb_resp; member
710 skb_pull(skb_resp, 2); in st95hf_response_handler()
712 skb_len = skb_resp->len; in st95hf_response_handler()
772 struct sk_buff *skb_resp; in st95hf_irq_thread_handler() local
799 skb_resp = cb_arg->skb_resp; in st95hf_irq_thread_handler()
803 skb_resp->data); in st95hf_irq_thread_handler()
856 kfree_skb(skb_resp); in st95hf_irq_thread_handler()
923 struct sk_buff *skb_resp; in st95hf_in_send_cmd() local
927 if (!skb_resp) in st95hf_in_send_cmd()
949 stcontext->complete_cb_arg.skb_resp = skb_resp; in st95hf_in_send_cmd()
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c634 struct sk_buff *skb_resp = NULL; in rtw_coex_info_request() local
646 skb_resp = skb_dequeue(&coex->queue); in rtw_coex_info_request()
647 if (!skb_resp) { in rtw_coex_info_request()
653 return skb_resp; in rtw_coex_info_request()