Searched refs:skb_resp (Results 1 – 2 of 2) sorted by relevance
187 struct sk_buff *skb_resp; member650 struct sk_buff *skb_resp, in st95hf_error_handling() argument658 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() argument708 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->len; in st95hf_response_handler()[all …]
634 struct sk_buff *skb_resp = NULL; in rtw_coex_info_request() local646 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()