Searched refs:skb_resp (Results 1 – 2 of 2) sorted by relevance
188 struct sk_buff *skb_resp; member651 struct sk_buff *skb_resp, in st95hf_error_handling() argument659 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() argument709 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->len; in st95hf_response_handler()[all …]
463 struct sk_buff *skb_resp = NULL; in rtw_coex_info_request() local475 skb_resp = skb_dequeue(&coex->queue); in rtw_coex_info_request()476 if (!skb_resp) { in rtw_coex_info_request()483 return skb_resp; in rtw_coex_info_request()