Lines Matching refs:st21nfca_atr_req
71 struct st21nfca_atr_req { struct
152 struct st21nfca_atr_req *atr_req) in st21nfca_tm_send_atr_res()
160 gb_len = atr_req->length - sizeof(struct st21nfca_atr_req); in st21nfca_tm_send_atr_res()
202 struct st21nfca_atr_req *atr_req; in st21nfca_tm_recv_atr_req()
218 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_tm_recv_atr_req()
220 if (atr_req->length < sizeof(struct st21nfca_atr_req)) { in st21nfca_tm_recv_atr_req()
229 gb_len = skb->len - sizeof(struct st21nfca_atr_req); in st21nfca_tm_recv_atr_req()
526 struct st21nfca_atr_req *atr_req; in st21nfca_im_send_atr_req()
538 alloc_skb(sizeof(struct st21nfca_atr_req) + gb_len + 1, GFP_KERNEL); in st21nfca_im_send_atr_req()
544 skb_put(skb, sizeof(struct st21nfca_atr_req)); in st21nfca_im_send_atr_req()
546 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_im_send_atr_req()
547 memset(atr_req, 0, sizeof(struct st21nfca_atr_req)); in st21nfca_im_send_atr_req()
569 atr_req->length = sizeof(struct st21nfca_atr_req) + hdev->gb_len; in st21nfca_im_send_atr_req()