Searched refs:actual (Results 176 - 191 of 191) sorted by relevance

12345678

/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c648 urb->actual_length = pkt->actual;
/linux-master/drivers/usb/gadget/function/
H A Df_ncm.c655 if (req->status || req->actual != req->length) {
H A Df_fs.c349 return req->status ? req->status : req->actual;
745 io_data->status = req->actual;
888 io_data->status = req->status ? req->status : req->actual;
H A Df_uac1.c422 if (req->actual != 3) {
H A Df_uac2.c1703 if (req->actual != 4)
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c2685 unsigned int actual, unsigned int expected)
2687 unsigned int dropped = (actual - expected) & rx_queue->ptr_mask;
2692 dropped, actual, expected);
2684 efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue, unsigned int actual, unsigned int expected) argument
/linux-master/arch/arm/boot/compressed/
H A Dhead.S701 mov \reg, \reg, lsl \tmp @ actual cache line size
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c356 request->actual = 0;
/linux-master/drivers/usb/dwc3/
H A Dgadget.c1938 req->request.actual = 0;
3474 req->request.actual = req->request.length - req->remaining;
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6793 netdev_features_t actual)
6803 if ((changed & ipv6_features) && !(actual & ipv6_features))
6805 if ((changed & ipv4_features) && !(actual & ipv4_features))
6791 qeth_check_restricted_features(struct qeth_card *card, netdev_features_t changed, netdev_features_t actual) argument
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c1563 "expected 0x%x vs actual 0x%x\n",
1567 mr_status.sig_err.actual);
/linux-master/kernel/sched/
H A Dsched.h3013 unsigned long sugov_effective_cpu_perf(int cpu, unsigned long actual,
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h417 __le32 actual; member in struct:mpi3_man9_rsrc_entry
/linux-master/drivers/nvme/host/
H A Drdma.c2110 pr_err("PI error found type %d expected 0x%x vs actual 0x%x\n",
2112 mr_status.sig_err.actual);
/linux-master/drivers/nvme/target/
H A Drdma.c561 pr_err("PI error found type %d expected 0x%x vs actual 0x%x\n",
564 mr_status.sig_err.actual);
1437 * Schedules the actual release because calling rdma_destroy_id from
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1162 # For UNNORM/DENORM opclass 3, the actual move out to memory is #
12818 # and an actual fneg performed to see if overflow/underflow would have #
13751 # just use the actual fcmp instruction to produce the correct condition #
19510 # : stacked <ea> = actual <ea> + 8
22518 # it's an "unnormalized zero". let's convert it to an actual zero...

Completed in 624 milliseconds

12345678