Searched refs:preamble (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/crypto/openssl/util/pl/
H A DOS2-EMX.pl10 $preamble = "SHELL=sh\n";
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-smix-defs.h225 uint64_t preamble : 1; /**< Send PREAMBLE on SMI transacton member in struct:cvmx_smix_clk::cvmx_smix_clk_s
239 uint64_t preamble : 1;
266 uint64_t preamble : 1; /**< Send PREAMBLE on SMI transacton */ member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
277 uint64_t preamble : 1;
H A Dcvmx-higig.h75 01 = Pure preamble - IEEE standard framing of 10GE
365 /* Disable GMX preamble checking */
375 /* Setup GMX TX to not add a preamble */
377 gmx_tx_append.s.preamble = 0;
H A Dcvmx-mdio.h331 smi_clk.s.preamble = 1;
H A Dcvmx-helper-sgmii.c539 /* Clear the align bit if preamble is set to attain maximum tx rate. */
542 sgmii_ctl.s.align = append_cfg.s.preamble ? 0 : 1;
H A Dcvmx-agl-defs.h2086 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
2139 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
3089 * (3) Assume that the preamble/sfd is always at the start of the frame - even
3090 * before UDD bytes. In most cases, there will be no preamble in these
3463 uint64_t preamble : 1; /**< Prepend the Ethernet preamble on each transfer */ member in struct:cvmx_agl_gmx_txx_append::cvmx_agl_gmx_txx_append_s
3465 uint64_t preamble : 1;
H A Dcvmx-gmxx-defs.h5056 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
5103 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
5134 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
5174 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
5218 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
5265 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
5331 uint64_t pre_strp : 1; /**< Strip off the preamble (when present)
7127 * (3) Assume that the preamble/sfd is always at the start of the frame - even
7128 * before UDD bytes. In most cases, there will be no preamble in these
7878 uint64_t preamble member in struct:cvmx_gmxx_txx_append::cvmx_gmxx_txx_append_s
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dap_config.h477 } preamble; member in struct:hostapd_config
H A Dbeacon.c56 hapd->iconf->preamble == LONG_PREAMBLE)
746 params.preamble = hapd->iface->num_sta_no_short_preamble == 0 &&
747 hapd->iconf->preamble == SHORT_PREAMBLE;
H A Dieee802_11.c140 hapd->iconf->preamble == SHORT_PREAMBLE)
/freebsd-10.0-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp134 void preamble();
211 preamble();
465 void dvi_printer::preamble() function in class:dvi_printer
/freebsd-10.0-release/sys/dev/mwl/
H A Dmwlhal.h282 * if radio is enabled, the preamble is set too.
289 int mwl_hal_setradio(struct mwl_hal *mh, int onoff, MWL_HAL_PREAMBLE preamble);
H A Dmwlhal.c726 * XXX preamble installed after set fixed rate cmd
729 mwl_hal_setradio(struct mwl_hal *mh0, int onoff, MWL_HAL_PREAMBLE preamble) argument
742 pCmd->Control = htole16(preamble);
/freebsd-10.0-release/crypto/openssl/util/
H A Dmk1mf.pl440 $defs .= $preamble if defined $preamble;
/freebsd-10.0-release/sys/dev/malo/
H A Dif_malohal.c634 * XXX preamble installed after set fixed rate cmd
638 enum malo_hal_preamble preamble)
651 cmd->control = htole16(preamble);
637 malo_hal_setradio(struct malo_hal *mh, int onoff, enum malo_hal_preamble preamble) argument
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c5349 int preamble, postamble; local
5372 preamble = 0;
5374 preamble = P2PHASE(offset, blksz);
5375 if (preamble) {
5376 preamble = blksz - preamble;
5377 size -= preamble;
5386 (preamble != 0) + fullblk + (postamble != 0));
5387 DTRACE_PROBE3(zfs_reqzcbuf_align, int, preamble,
5389 (preamble !
[all...]
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver.h705 * preamble - Whether short preamble is enabled
707 int preamble; member in struct:wpa_driver_ap_params
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c2400 } else if (os_strcmp(buf, "preamble") == 0) {
2402 conf->preamble = SHORT_PREAMBLE;
2404 conf->preamble = LONG_PREAMBLE;
/freebsd-10.0-release/sys/dev/iwn/
H A Dif_iwnreg.h1477 uint32_t preamble; member in struct:iwn_tx_stats
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex2504 % Contents of each column will wrap at width given in preamble. Width
2510 % To make preamble:
2568 % Macros used to set up halign preamble:
2669 % This preamble sets up a generic column definition, which will
2687 % If the user has set preamble in terms of percent of \hsize we will
2699 % If user has not set preamble in terms of percent of \hsize
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2678 % Contents of each column will wrap at width given in preamble. Width
2684 % To make preamble:
2742 % Macros used to set up halign preamble:
2843 % This preamble sets up a generic column definition, which will
2861 % If the user has set preamble in terms of percent of \hsize we will
2873 % If user has not set preamble in terms of percent of \hsize
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex2577 % Contents of each column will wrap at width given in preamble. Width
2583 % To make preamble:
2641 % Macros used to set up halign preamble:
2742 % This preamble sets up a generic column definition, which will
2760 % If the user has set preamble in terms of percent of \hsize we will
2772 % If user has not set preamble in terms of percent of \hsize

Completed in 733 milliseconds