/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 745 /* 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 D | ioc3-eth.c | 745 /* 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 D | Makefile | 103 $(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 D | Makefile | 133 $(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 D | get_abi.pl | 529 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 D | checkpatch.pl | 110 --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 D | dma.h | 121 * @produce: number of descriptors to produce at submit time 131 u16 produce; member
|
H A D | dma.c | 328 ioat_chan->head += ioat_chan->produce; 475 ioat_chan->produce = num_descs;
|
/kernel/linux/linux-6.6/drivers/dma/ioat/ |
H A D | dma.h | 122 * @produce: number of descriptors to produce at submit time 132 u16 produce; member
|
H A D | dma.c | 328 ioat_chan->head += ioat_chan->produce; 475 ioat_chan->produce = num_descs;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 984 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 D | get_feat.pl | 544 get_feat.pl - parse the Linux Feature files and produce a ReST book.
|
H A D | sphinx-pre-install | 898 printf "\n Please note that Sphinx >= 3.0 will currently produce false-positive\n";
|
H A D | checkpatch.pl | 118 --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 D | dtx_diff | 37 Each DTx is processed by the dtc compiler to produce a sorted dts source
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtx_diff | 37 Each DTx is processed by the dtc compiler to produce a sorted dts source
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | keyboard.c | 337 * 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 D | keyboard.c | 348 * 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 D | fpsp.S | 13751 # 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 D | fpsp.S | 13751 # 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 #
|