Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st95hf/
H A Dcore.c187 struct sk_buff *skb_resp; member
711 skb_pull(skb_resp, 2); in st95hf_response_handler()
713 skb_len = skb_resp->len; in st95hf_response_handler()
773 struct sk_buff *skb_resp; in st95hf_irq_thread_handler() local
800 skb_resp = cb_arg->skb_resp; in st95hf_irq_thread_handler()
804 skb_resp->data); in st95hf_irq_thread_handler()
857 kfree_skb(skb_resp); in st95hf_irq_thread_handler()
924 struct sk_buff *skb_resp; in st95hf_in_send_cmd() local
928 if (!skb_resp) in st95hf_in_send_cmd()
950 stcontext->complete_cb_arg.skb_resp = skb_resp; in st95hf_in_send_cmd()
[all …]
/openbmc/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()