Home
last modified time | relevance | path

Searched refs:produce (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/
H A Dioc3-eth.c745 /* Now the rx ring base, consume & produce registers. */ in ioc3_start()
756 /* Now the tx ring base, consume & produce registers. */ in ioc3_start()
987 int produce; in ioc3_start_xmit() local
1040 produce = ip->tx_pi; in ioc3_start_xmit()
1041 desc = &ip->txr[produce]; in ioc3_start_xmit()
1087 ip->tx_skbs[produce] = skb; /* Remember skb */ in ioc3_start_xmit()
1088 produce = (produce + 1) & TX_RING_MASK; in ioc3_start_xmit()
1089 ip->tx_pi = produce; in ioc3_start_xmit()
1090 writel(produce << in ioc3_start_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sgi/
H A Dioc3-eth.c745 /* Now the rx ring base, consume & produce registers. */ in ioc3_start()
756 /* Now the tx ring base, consume & produce registers. */ in ioc3_start()
987 int produce; in ioc3_start_xmit() local
1040 produce = ip->tx_pi; in ioc3_start_xmit()
1041 desc = &ip->txr[produce]; in ioc3_start_xmit()
1087 ip->tx_skbs[produce] = skb; /* Remember skb */ in ioc3_start_xmit()
1088 produce = (produce + 1) & TX_RING_MASK; in ioc3_start_xmit()
1089 ip->tx_pi = produce; in ioc3_start_xmit()
1090 writel(produce << in ioc3_start_xmit()
[all...]
/kernel/linux/linux-5.10/Documentation/
H A DMakefile103 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
/kernel/linux/linux-6.6/Documentation/
H A DMakefile133 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
/kernel/linux/linux-5.10/scripts/
H A Dget_abi.pl529 abi_book.pl - parse the Linux ABI files and produce a ReST book.
586 allowing to search for ABI symbols or to produce a ReST book containing
H A Dcheckpatch.pl110 --mailback only produce a report in case of warnings/errors
4093 # Handle definitions which produce identifiers with
6965 # In mailback mode only produce a report in the negative, for
/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Ddma.h121 * @produce: number of descriptors to produce at submit time
131 u16 produce; member
H A Ddma.c328 ioat_chan->head += ioat_chan->produce;
475 ioat_chan->produce = num_descs;
/kernel/linux/linux-6.6/drivers/dma/ioat/
H A Ddma.h122 * @produce: number of descriptors to produce at submit time
132 u16 produce; member
H A Ddma.c328 ioat_chan->head += ioat_chan->produce;
475 ioat_chan->produce = num_descs;
/kernel/linux/linux-6.6/scripts/
H A Dget_abi.pl984 get_abi.pl - parse the Linux ABI files and produce a ReST book.
1060 allowing to search for ABI symbols or to produce a ReST book containing
H A Dget_feat.pl544 get_feat.pl - parse the Linux Feature files and produce a ReST book.
H A Dsphinx-pre-install898 printf "\n Please note that Sphinx >= 3.0 will currently produce false-positive\n";
H A Dcheckpatch.pl118 --mailback only produce a report in case of warnings/errors
4599 # Handle definitions which produce identifiers with
7667 # In mailback mode only produce a report in the negative, for
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtx_diff37 Each DTx is processed by the dtc compiler to produce a sorted dts source
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtx_diff37 Each DTx is processed by the dtc compiler to produce a sorted dts source
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dkeyboard.c337 * they produce ASCII, or they produce some user-assigned
931 MODULE_PARM_DESC(brl_nbchords, "Number of chords that produce a braille pattern (0 for dead chords)");
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dkeyboard.c348 * they produce ASCII, or they produce some user-assigned
957 MODULE_PARM_DESC(brl_nbchords, "Number of chords that produce a braille pattern (0 for dead chords)");
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S13751 # just use the actual fcmp instruction to produce the correct condition #
22667 # unf_res(): routine to produce default underflow result of a #
22824 # ovf_res(): routine to produce the default overflow result of #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S13751 # just use the actual fcmp instruction to produce the correct condition #
22667 # unf_res(): routine to produce default underflow result of a #
22824 # ovf_res(): routine to produce the default overflow result of #

Completed in 81 milliseconds