Searched refs:recvbuf (Results 1 – 7 of 7) sorted by relevance
197 if (!mq->recvbuf) in maple_allocq()199 mq->recvbuf->buf = &((mq->recvbuf->bufx)[0]); in maple_allocq()333 char *p, *recvbuf; in maple_attach_driver() local337 recvbuf = mdev->mq->recvbuf->buf; in maple_attach_driver()578 char *recvbuf) in maple_response_devinfo() argument595 submask = recvbuf[2] & 0x1F; in maple_response_devinfo()606 mdev->fileerr_handler(mdev, recvbuf); in maple_response_fileerr()611 ((int *)recvbuf)[1]); in maple_response_fileerr()635 char *recvbuf; in maple_dma_handler() local644 recvbuf = mq->recvbuf->buf; in maple_dma_handler()[all …]
792 struct recv_buf *recvbuf; in sd_recv_rxfifo() local801 if (!recvbuf) { in sd_recv_rxfifo()808 if (!recvbuf->pskb) { in sd_recv_rxfifo()813 if (!recvbuf->pskb) in sd_recv_rxfifo()830 recvbuf->len = size; in sd_recv_rxfifo()831 recvbuf->phead = recvbuf->pskb->head; in sd_recv_rxfifo()832 recvbuf->pdata = recvbuf->pskb->data; in sd_recv_rxfifo()834 recvbuf->ptail = skb_tail_pointer(recvbuf->pskb); in sd_recv_rxfifo()835 recvbuf->pend = skb_end_pointer(recvbuf->pskb); in sd_recv_rxfifo()837 return recvbuf; in sd_recv_rxfifo()[all …]
641 unsigned char *recvbuf; in l1oip_socket_thread() local648 recvbuf = kmalloc(recvbuf_size, GFP_KERNEL); in l1oip_socket_thread()649 if (!recvbuf) { in l1oip_socket_thread()655 iov.iov_base = recvbuf; in l1oip_socket_thread()713 l1oip_socket_parse(hc, &sin_rx, recvbuf, recvlen); in l1oip_socket_thread()738 kfree(recvbuf); in l1oip_socket_thread()
101 memcpy(card->blockread, mq->recvbuf->buf + 12, in vmu_blockread()513 res = (unsigned short *) (mq->recvbuf->buf); in vmu_queryblocks()730 static void vmu_file_error(struct maple_device *mdev, void *recvbuf) in vmu_file_error() argument732 enum maple_file_errors error = ((int *)recvbuf)[1]; in vmu_file_error()
33 unsigned char *res = mq->recvbuf->buf; in dc_mouse_callback()
33 unsigned char *res = mq->recvbuf->buf; in dc_pad_callback()
129 unsigned long *buf = (unsigned long *)(mq->recvbuf->buf); in dc_kbd_callback()
Completed in 15 milliseconds