Home
last modified time | relevance | path

Searched refs:ftp (Results 1 – 25 of 52) sorted by relevance

123

/linux/drivers/s390/char/
H A Dsclp_ftp.c60 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 Dhmcdrv_cache.h17 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 Dsclp_ftp.h20 ssize_t sclp_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
H A Ddiag_ftp.h20 ssize_t diag_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
H A Dhmcdrv_ftp.h60 ssize_t hmcdrv_ftp_do(const struct hmcdrv_ftp_cmdspec *ftp);
H A Dsclp_diag.h75 struct sclp_diag_ftp ftp; member
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c1144 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 Dnf_conntrack_ftp.c549 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 Dindex.rst38 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dindex.rst38 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/linux/Documentation/cpu-freq/
H A Dindex.rst30 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/linux/Documentation/ABI/testing/
H A Ddebugfs-ec13 ftp://ftp.suse.com/pub/people/trenn/sources/ec/
/linux/Documentation/networking/device_drivers/ethernet/smsc/
H A Dsmc9.rst43 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 Dassabet.rst55 - 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 DChanges412 - <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 Disofs.rst60 - ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf
/linux/Documentation/translations/zh_CN/mm/
H A Dactive_mm.rst85 总之,我刚才在ftp.kernel.org上放了一个pre-patch-2.3.13-1,因为它稍微改
/linux/drivers/net/slip/
H A DKconfig22 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
55 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
/linux/Documentation/hwmon/
H A Dftsteutates.rst39 Specifications of the chip can be found at the `Kontron FTP Server <http://ftp.kontron.com/>`_ (use…
/linux/Documentation/power/
H A Dapm-acpi.rst34 apmd http://ftp.debian.org/pool/main/a/apmd/
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_conntrack_helper.sh51 ct helper ftp {
/linux/Documentation/networking/
H A Dpktgen.rst410 - 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 Dncr53c8xx.rst122 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 Darm.rst5 Please check <ftp://ftp.arm.linux.org.uk/pub/armlinux> for
/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst14 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

123