Lines Matching refs:actlen
753 int actlen;
755 usbd_xfer_status(xfer, &actlen, NULL, NULL, NULL);
759 (void) axe_rx_frame(ue, pc, actlen);
781 axe_rx_frame(struct usb_ether *ue, struct usb_page_cache *pc, int actlen)
793 while (pos < actlen) {
794 if ((int)(pos + sizeof(hdr)) > actlen) {
808 if (pos + len > actlen) {
817 while (pos < actlen) {
818 if ((int)(pos + sizeof(csum_hdr)) > actlen) {
842 if (pos + len > actlen) {
852 (void)axe_rxeof(ue, pc, 0, actlen, NULL);