Searched refs:normal (Results 51 - 75 of 80) sorted by relevance

1234

/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S64 | normal fpu instruction? (this excludes fsave/frestore)
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dtraces.h466 __entry->drv[j] = skb_queue_len(&queue->normal);
/linux-master/arch/s390/boot/
H A Dhead.S214 # normal startup-code, running in absolute addressing mode
/linux-master/drivers/usb/host/
H A Dehci.h34 unsigned long normal; member in struct:ehci_stats
339 * descriptors as well as a normal little-endian PCI EHCI controller.
H A Dehci-dbg.c897 "irq normal %ld err %ld iaa %ld (lost %ld)\n",
898 ehci->stats.normal, ehci->stats.error, ehci->stats.iaa,
H A Dehci-hcd.c756 /* normal [4.15.1.2] or error [4.15.1.1] completion */
759 INCR(ehci->stats.normal);
/linux-master/net/sctp/
H A Dassociola.c1009 goto normal;
1024 normal:
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S242 ! r5 = normal value -1
/linux-master/drivers/platform/x86/
H A Dasus-laptop.c1584 goto normal;
1589 normal:
/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c902 VDO_ASSERT_LOG_ONLY(code->normal, "vdo should not receive bios while in state %s",
2783 if (vdo_get_admin_state(vdo)->normal) {
H A Dvdo.c7 * This file contains the main entry points for normal operations on a vdo as well as functions for
689 BUG_ON(vdo_get_admin_state(vdo)->normal);
1501 return "normal";
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S255 .long smod | 00,00 norm,norm = normal
336 .long srem | 00,00 norm,norm = normal
H A Dres_func.S91 bne normal |require normalization of denorm
108 bne normal |weed out fsqrt instructions
400 normal: label
1690 bras do_fp |do normal case
1704 bras do_fp |do normal case
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1080 adapter->coal.normal.data.rx_time_us =
1082 adapter->coal.normal.data.rx_packets =
1084 adapter->coal.normal.data.tx_time_us =
1086 adapter->coal.normal.data.tx_packets =
2038 /* 14 frags supported for normal packet and
2157 " in normal range.\n", netdev->name,
H A Dnetxen_nic.h607 * be one Rcv Descriptor for normal packets, one for jumbo and may be others.
974 nx_nic_intr_coalesce_data_t normal; member in struct:__anon1445
/linux-master/net/rxrpc/
H A Dar-internal.h777 u32 normal; /* Max time since last call packet (msec) */ member in struct:rxrpc_call_params::__anon3026
/linux-master/net/core/
H A Dskbuff.c1067 * non-pp-recycling skb. It has a fallback to increase references on normal
1068 * pages, as page pool aware skbs may also have normal page fragments.
4646 goto normal;
4659 goto normal;
4661 goto normal;
4667 goto normal;
4682 normal:
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_rc.c101 goto normal;
173 normal:
746 * let the normal send code handle initialization.
769 * let the normal send code handle initialization.
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm878 //m0 now has the value of normal vgpr count, just add the m0 with shared_vgpr count to get the total count.
1074 //m0 now has the value of normal vgpr count, just add the m0 with shared_vgpr count to get the total count.
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c718 "irq normal %ld err %ld iaa %ld(lost %ld)\n",
719 fotg210->stats.normal, fotg210->stats.error,
3467 /* periodic schedule slots have iso tds (normal or split) first, then a
3774 /* "normal" case, uframing flexible except with splits */
4877 fotg210_dbg(fotg210, "irq normal %ld err %ld iaa %ld (lost %ld)\n",
4878 fotg210->stats.normal, fotg210->stats.error,
5145 /* normal [4.15.1.2] or error [4.15.1.1] completion */
5148 INCR(fotg210->stats.normal);
/linux-master/drivers/infiniband/hw/hfi1/
H A Drc.c127 goto normal;
253 * goto normal.
328 normal:
1473 * let the normal send code handle initialization.
1499 * let the normal send code handle initialization.
/linux-master/drivers/power/supply/
H A Dab8500_fg.c1181 else if (percent <= di->bm->cap_levels->normal)
/linux-master/tools/testing/ktest/
H A Dktest.pl396 The box is expected to have ssh on normal bootup, provide the user
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1136 # Else: (normal case) #
2397 # Else: (normal case) #
2428 # fmovm_dynamic() can't handle this. A normal exit is made through #
2432 # _real_trace(). Else, a normal exit is made through _fpsp_done(). #
2534 # a normal packed op.
6603 # to be a normal zero. #
6852 # result is now rounded properly. convert back to normal format
6912 # result is now rounded properly. convert back to normal format
12937 # a normal packed op.
12964 # Expected is a normal bc
[all...]
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c3297 * can only receive them in normal case.
4357 * @normal: break if owned
4361 static void transmit_cleanup(struct dev_info *hw_priv, int normal) argument
4379 if (normal)

Completed in 372 milliseconds

1234