Home
last modified time | relevance | path

Searched refs:act_len (Results 26 – 39 of 39) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c116 transfer_len = packet->act_len + HTC_HDR_LENGTH; in get_htc_packet_credit_based()
228 payload_len = packet->act_len; in htc_issue_packets()
1075 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()
1113 packet->act_len = 0; in htc_flush_rx_queue()
1547 packet->act_len); in ath6kl_htc_pipe_tx()
/openbmc/u-boot/common/
H A Dusb.c255 return dev->act_len; in usb_control_msg()
277 *actual_length = dev->act_len; in usb_bulk_msg()
1118 "len %d, status %lX\n", dev->act_len, dev->status); in usb_select_config()
H A Dusb_storage.c635 us->pusb_dev->act_len); in usb_stor_CB_comdat()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c648 dev->act_len = length - QT_TOKEN_GET_TOTALBYTES(token); in ehci_submit_async()
650 dev->act_len = 0; in ehci_submit_async()
937 dev->act_len = len; in ehci_submit_root()
946 dev->act_len = 0; in ehci_submit_root()
H A Dohci-hcd.c1450 dev->act_len = len; in ohci_submit_rh_msg()
1594 dev->act_len = urb->actual_length; in submit_common_msg()
1596 if (usb_pipein(pipe) && dev->status == 0 && dev->act_len) in submit_common_msg()
1597 invalidate_dcache_buffer(buffer, dev->act_len); in submit_common_msg()
H A Dxhci.c1089 udev->act_len = len; in xhci_submit_root()
1095 udev->act_len = 0; in xhci_submit_root()
/openbmc/linux/include/linux/
H A Drtsx_usb.h83 unsigned int *act_len, int timeout);
/openbmc/linux/drivers/usb/host/
H A Disp1362-hcd.c365 int act_len; in isp1362_read_ptd() local
376 act_len = PTD_GET_COUNT(ptd); in isp1362_read_ptd()
377 if (PTD_GET_DIR(ptd) != PTD_DIR_IN || act_len == 0) in isp1362_read_ptd()
379 if (act_len > ep->length) in isp1362_read_ptd()
381 ep->ptd_offset, act_len, ep->length); in isp1362_read_ptd()
382 BUG_ON(act_len > ep->length); in isp1362_read_ptd()
389 ep->ptd_offset + PTD_HEADER_SIZE, act_len); in isp1362_read_ptd()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c510 int pos = 0, ret, act_len, i, adap_num; in dib0700_download_firmware() local
533 &act_len, in dib0700_download_firmware()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Danysee.c40 int act_len, ret, i; in anysee_ctrl_msg() local
72 state->buf, sizeof(state->buf), &act_len, 2000); in anysee_ctrl_msg()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c29 urb->dev->act_len = urb->actual_length; in musb_host_complete_urb()
/openbmc/u-boot/include/
H A Dusb.h140 int act_len; /* transferred bytes */ member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h407 u8 act_len; member
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c1158 int act_len; in fill_from_dev_buffer() local
1166 act_len = sg_copy_from_buffer(sdb->table.sgl, sdb->table.nents, in fill_from_dev_buffer()
1168 scsi_set_resid(scp, scsi_bufflen(scp) - act_len); in fill_from_dev_buffer()
1181 unsigned int act_len, n; in p_fill_from_dev_buffer() local
1190 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()
1193 __func__, off_dst, scsi_bufflen(scp), act_len, in p_fill_from_dev_buffer()
1195 n = scsi_bufflen(scp) - (off_dst + act_len); in p_fill_from_dev_buffer()

12