Searched refs:skb_resp (Results 1 – 2 of 2) sorted by relevance
186 struct sk_buff *skb_resp; member649 struct sk_buff *skb_resp, in st95hf_error_handling() argument657 if (skb_resp->data[0] & ST95HF_ERR_MASK) { in st95hf_error_handling()658 if (skb_resp->data[0] == ST95HF_TIMEOUT_ERROR) in st95hf_error_handling()669 error_byte = skb_resp->data[res_len - 3]; in st95hf_error_handling()680 error_byte = skb_resp->data[res_len - 1]; in st95hf_error_handling()694 struct sk_buff *skb_resp, in st95hf_response_handler() argument707 skb_put(skb_resp, res_len); in st95hf_response_handler()710 skb_pull(skb_resp, 2); in st95hf_response_handler()712 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()