Searched refs:skb_resp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st95hf/ |
H A D | core.c | 188 struct sk_buff *skb_resp; member 651 struct sk_buff *skb_resp, in st95hf_error_handling() 659 if (skb_resp->data[0] & ST95HF_ERR_MASK) { in st95hf_error_handling() 660 if (skb_resp->data[0] == ST95HF_TIMEOUT_ERROR) in st95hf_error_handling() 671 error_byte = skb_resp->data[res_len - 3]; in st95hf_error_handling() 682 error_byte = skb_resp->data[res_len - 1]; in st95hf_error_handling() 696 struct sk_buff *skb_resp, in st95hf_response_handler() 709 skb_put(skb_resp, res_len); in st95hf_response_handler() 712 skb_pull(skb_resp, 2); in st95hf_response_handler() 714 skb_len = skb_resp in st95hf_response_handler() 650 st95hf_error_handling(struct st95hf_context *stcontext, struct sk_buff *skb_resp, int res_len) st95hf_error_handling() argument 695 st95hf_response_handler(struct st95hf_context *stcontext, struct sk_buff *skb_resp, int res_len) st95hf_response_handler() argument 774 struct sk_buff *skb_resp; st95hf_irq_thread_handler() local 925 struct sk_buff *skb_resp; st95hf_in_send_cmd() local [all...] |
/kernel/linux/linux-6.6/drivers/nfc/st95hf/ |
H A D | core.c | 187 struct sk_buff *skb_resp; member 650 struct sk_buff *skb_resp, in st95hf_error_handling() 658 if (skb_resp->data[0] & ST95HF_ERR_MASK) { in st95hf_error_handling() 659 if (skb_resp->data[0] == ST95HF_TIMEOUT_ERROR) in st95hf_error_handling() 670 error_byte = skb_resp->data[res_len - 3]; in st95hf_error_handling() 681 error_byte = skb_resp->data[res_len - 1]; in st95hf_error_handling() 695 struct sk_buff *skb_resp, in st95hf_response_handler() 708 skb_put(skb_resp, res_len); in st95hf_response_handler() 711 skb_pull(skb_resp, 2); in st95hf_response_handler() 713 skb_len = skb_resp in st95hf_response_handler() 649 st95hf_error_handling(struct st95hf_context *stcontext, struct sk_buff *skb_resp, int res_len) st95hf_error_handling() argument 694 st95hf_response_handler(struct st95hf_context *stcontext, struct sk_buff *skb_resp, int res_len) st95hf_response_handler() argument 773 struct sk_buff *skb_resp; st95hf_irq_thread_handler() local 924 struct sk_buff *skb_resp; st95hf_in_send_cmd() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 474 struct sk_buff *skb_resp = NULL; in rtw_coex_info_request() local 486 skb_resp = skb_dequeue(&coex->queue); in rtw_coex_info_request() 487 if (!skb_resp) { in rtw_coex_info_request() 494 return skb_resp; in rtw_coex_info_request()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 634 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()
|
Completed in 15 milliseconds