skb_resp          463 drivers/net/wireless/realtek/rtw88/coex.c 	struct sk_buff *skb_resp = NULL;
skb_resp          475 drivers/net/wireless/realtek/rtw88/coex.c 	skb_resp = skb_dequeue(&coex->queue);
skb_resp          476 drivers/net/wireless/realtek/rtw88/coex.c 	if (!skb_resp) {
skb_resp          483 drivers/net/wireless/realtek/rtw88/coex.c 	return skb_resp;
skb_resp          188 drivers/nfc/st95hf/core.c 	struct sk_buff *skb_resp;
skb_resp          651 drivers/nfc/st95hf/core.c 				 struct sk_buff *skb_resp,
skb_resp          659 drivers/nfc/st95hf/core.c 	if (skb_resp->data[0] & ST95HF_ERR_MASK) {
skb_resp          660 drivers/nfc/st95hf/core.c 		if (skb_resp->data[0] == ST95HF_TIMEOUT_ERROR)
skb_resp          671 drivers/nfc/st95hf/core.c 			error_byte = skb_resp->data[res_len - 3];
skb_resp          682 drivers/nfc/st95hf/core.c 		error_byte = skb_resp->data[res_len - 1];
skb_resp          696 drivers/nfc/st95hf/core.c 				   struct sk_buff *skb_resp,
skb_resp          709 drivers/nfc/st95hf/core.c 	skb_put(skb_resp, res_len);
skb_resp          712 drivers/nfc/st95hf/core.c 	skb_pull(skb_resp, 2);
skb_resp          714 drivers/nfc/st95hf/core.c 	skb_len = skb_resp->len;
skb_resp          718 drivers/nfc/st95hf/core.c 	    (skb_resp->data[1] & RATS_TB1_PRESENT_MASK)) {
skb_resp          719 drivers/nfc/st95hf/core.c 		if (skb_resp->data[1] & RATS_TA1_PRESENT_MASK)
skb_resp          721 drivers/nfc/st95hf/core.c 				(skb_resp->data[3] & TB1_FWI_MASK) >> 4;
skb_resp          724 drivers/nfc/st95hf/core.c 				(skb_resp->data[2] & TB1_FWI_MASK) >> 4;
skb_resp          741 drivers/nfc/st95hf/core.c 			skb_trim(skb_resp, (skb_len - 5));
skb_resp          743 drivers/nfc/st95hf/core.c 			skb_trim(skb_resp, (skb_len - 3));
skb_resp          747 drivers/nfc/st95hf/core.c 		skb_trim(skb_resp, (skb_len - 3));
skb_resp          774 drivers/nfc/st95hf/core.c 	struct sk_buff *skb_resp;
skb_resp          801 drivers/nfc/st95hf/core.c 	skb_resp = cb_arg->skb_resp;
skb_resp          805 drivers/nfc/st95hf/core.c 					   skb_resp->data);
skb_resp          818 drivers/nfc/st95hf/core.c 	if (skb_resp->data[2] == WTX_REQ_FROM_TAG) {
skb_resp          820 drivers/nfc/st95hf/core.c 		result = st95hf_handle_wtx(stcontext, true, skb_resp->data[3]);
skb_resp          829 drivers/nfc/st95hf/core.c 	result = st95hf_error_handling(stcontext, skb_resp, res_len);
skb_resp          833 drivers/nfc/st95hf/core.c 	result = st95hf_response_handler(stcontext, skb_resp, res_len);
skb_resp          849 drivers/nfc/st95hf/core.c 	cb_arg->complete_cb(stcontext->ddev, cb_arg->cb_usrarg, skb_resp);
skb_resp          858 drivers/nfc/st95hf/core.c 	kfree_skb(skb_resp);
skb_resp          861 drivers/nfc/st95hf/core.c 	skb_resp = ERR_PTR(result);
skb_resp          863 drivers/nfc/st95hf/core.c 	cb_arg->complete_cb(stcontext->ddev, cb_arg->cb_usrarg, skb_resp);
skb_resp          925 drivers/nfc/st95hf/core.c 	struct sk_buff *skb_resp;
skb_resp          928 drivers/nfc/st95hf/core.c 	skb_resp = nfc_alloc_recv_skb(MAX_RESPONSE_BUFFER_SIZE, GFP_KERNEL);
skb_resp          929 drivers/nfc/st95hf/core.c 	if (!skb_resp) {
skb_resp          953 drivers/nfc/st95hf/core.c 	stcontext->complete_cb_arg.skb_resp = skb_resp;
skb_resp          988 drivers/nfc/st95hf/core.c 	kfree_skb(skb_resp);