| /linux/drivers/s390/char/ |
| H A D | sclp_ftp.c | 60 diag->mdd.ftp.pcx != SCLP_DIAG_FTP_XPCX || in sclp_ftp_rxcb() 74 sclp_ftp_ldflg = diag->mdd.ftp.ldflg; in sclp_ftp_rxcb() 75 sclp_ftp_fsize = diag->mdd.ftp.fsize; in sclp_ftp_rxcb() 76 sclp_ftp_length = diag->mdd.ftp.length; in sclp_ftp_rxcb() 87 static int sclp_ftp_et7(const struct hmcdrv_ftp_cmdspec *ftp) in sclp_ftp_et7() argument 108 sccb->evbuf.mdd.ftp.pcx = SCLP_DIAG_FTP_XPCX; in sclp_ftp_et7() 109 sccb->evbuf.mdd.ftp.srcflg = 0; in sclp_ftp_et7() 110 sccb->evbuf.mdd.ftp.pgsize = 0; in sclp_ftp_et7() 111 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7() 112 sccb->evbuf.mdd.ftp.ldflg = SCLP_DIAG_FTP_LDFAIL; in sclp_ftp_et7() [all …]
|
| H A D | hmcdrv_cache.h | 17 typedef ssize_t (*hmcdrv_cache_ftpfunc)(const struct hmcdrv_ftp_cmdspec *ftp, 20 ssize_t hmcdrv_cache_cmd(const struct hmcdrv_ftp_cmdspec *ftp,
|
| H A D | sclp_ftp.h | 20 ssize_t sclp_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
|
| H A D | diag_ftp.h | 20 ssize_t diag_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
|
| H A D | hmcdrv_ftp.h | 60 ssize_t hmcdrv_ftp_do(const struct hmcdrv_ftp_cmdspec *ftp);
|
| H A D | sclp_diag.h | 75 struct sclp_diag_ftp ftp; member
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_tc_flower.c | 1144 struct sparx5_tc_flower_template *ftp; in sparx5_tc_flower_use_template() local 1146 list_for_each_entry(ftp, &port->tc_templates, list) { in sparx5_tc_flower_use_template() 1147 if (ftp->cid != fco->common.chain_index) in sparx5_tc_flower_use_template() 1150 vcap_set_rule_set_keyset(vrule, ftp->keyset); in sparx5_tc_flower_use_template() 1151 sparx5_tc_flower_simplify_rule(admin, vrule, ftp->l3_proto); in sparx5_tc_flower_use_template() 1447 struct sparx5_tc_flower_template *ftp; in sparx5_tc_flower_template_create() local 1467 ftp = kzalloc_obj(*ftp); in sparx5_tc_flower_template_create() 1468 if (!ftp) in sparx5_tc_flower_template_create() 1471 ftp->cid = fco->common.chain_index; in sparx5_tc_flower_template_create() 1472 ftp->orig = VCAP_KFS_NO_VALUE; in sparx5_tc_flower_template_create() [all …]
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_ftp.c | 549 struct nf_ct_ftp_master *ftp = nfct_help_data(ct); in nf_ct_ftp_from_nlattr() local 555 ftp->flags[IP_CT_DIR_ORIGINAL] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr() 556 ftp->flags[IP_CT_DIR_REPLY] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr() 560 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly; variable 569 nf_conntrack_helpers_unregister(ftp, ports_c * 2); in nf_conntrack_ftp_fini() 584 nf_ct_helper_init(&ftp[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_ftp_init() 588 nf_ct_helper_init(&ftp[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_ftp_init() 594 ret = nf_conntrack_helpers_register(ftp, ports_c * 2); in nf_conntrack_ftp_init()
|
| /linux/Documentation/translations/zh_CN/cpu-freq/ |
| H A D | index.rst | 38 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
|
| /linux/Documentation/translations/zh_TW/cpu-freq/ |
| H A D | index.rst | 38 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
|
| /linux/Documentation/cpu-freq/ |
| H A D | index.rst | 30 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-ec | 13 ftp://ftp.suse.com/pub/people/trenn/sources/ec/
|
| /linux/Documentation/networking/device_drivers/ethernet/smsc/ |
| H A D | smc9.rst | 43 ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz 44 ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | assabet.rst | 55 - ftp://ftp.netwinder.org/users/n/nico/ 56 - ftp://ftp.arm.linux.org.uk/pub/linux/arm/people/nico/ 57 - ftp://ftp.handhelds.org/pub/linux/arm/sa-1100-patches/
|
| /linux/Documentation/ |
| H A D | Changes | 412 - <ftp://ftp.gnu.org/gnu/gcc/> 432 - <ftp://ftp.gnu.org/gnu/make/> 437 - <ftp://ftp.gnu.org/gnu/bash/> 452 - <ftp://ftp.gnu.org/gnu/bison/>
|
| /linux/Documentation/filesystems/ |
| H A D | isofs.rst | 60 - ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | active_mm.rst | 85 总之,我刚才在ftp.kernel.org上放了一个pre-patch-2.3.13-1,因为它稍微改
|
| /linux/drivers/net/slip/ |
| H A D | Kconfig | 22 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which 55 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
|
| /linux/Documentation/hwmon/ |
| H A D | ftsteutates.rst | 39 Specifications of the chip can be found at the `Kontron FTP Server <http://ftp.kontron.com/>`_ (use…
|
| /linux/Documentation/power/ |
| H A D | apm-acpi.rst | 34 apmd http://ftp.debian.org/pool/main/a/apmd/
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_conntrack_helper.sh | 51 ct helper ftp {
|
| /linux/Documentation/networking/ |
| H A D | pktgen.rst | 410 - ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/ 411 - ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/examples/ 414 - ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/pktgen_paper.pdf
|
| /linux/Documentation/scsi/ |
| H A D | ncr53c8xx.rst | 122 SCSI standard documentations are available at SYMBIOS ftp server: 124 - ftp://ftp.symbios.com/ 128 - ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsiinfo-X.Y.tar.gz 129 - ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsidev-X.Y.tar.gz 142 - ftp://ftp.tux.org/pub/people/gerard-roudier 146 - ftp://ftp.symbios.com/mirror/ftp.tux.org/pub/tux/roudier/drivers 280 at respective vendor web/ftp sites. 1382 ftp://ftp.tux.org/pub/people/gerard-roudier/README
|
| /linux/Documentation/arch/arm/ |
| H A D | arm.rst | 5 Please check <ftp://ftp.arm.linux.org.uk/pub/armlinux> for
|
| /linux/Documentation/networking/device_drivers/hamradio/ |
| H A D | z8530drv.rst | 14 1. ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz 16 2. ftp://ftp.pspt.fi/pub/ham/linux/ax25/z8530drv-utils_3.0-3.tar.gz
|