Searched refs:crc_en (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-spi.c176 port_config.s.crc_en = 1;
182 port_config.s.crc_en = 0;
H A Dcvmx-pip-defs.h3069 uint64_t crc_en : 1; /**< CRC Checking enabled */ member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_s
3121 uint64_t crc_en : 1;
3228 uint64_t crc_en : 1; /**< CRC Checking enabled (for ports 0-31 only) */ member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_cn38xx
3245 uint64_t crc_en : 1;
3307 uint64_t crc_en : 1; /**< CRC Checking enabled member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_cn50xx
3325 uint64_t crc_en : 1;
3406 uint64_t crc_en : 1; /**< CRC Checking enabled member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_cn52xx
3442 uint64_t crc_en : 1;
3500 uint64_t crc_en : 1; /**< CRC Checking enabled (for ports 0-31 only) */ member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_cn58xx
3517 uint64_t crc_en
3609 uint64_t crc_en : 1; /**< CRC Checking enabled */ member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_cn68xx
[all...]
H A Dcvmx-helper.c550 port_cfg.s.crc_en = (has_fcs) ? 1 : 0;
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_prototype.h143 u16 max_frame_size, bool crc_en, u16 pacing,
H A Di40e_common.c1815 * @crc_en: Tell HW to append a CRC to outgoing frames
1824 bool crc_en, u16 pacing,
1840 if (crc_en)
1822 i40e_aq_set_mac_config(struct i40e_hw *hw, u16 max_frame_size, bool crc_en, u16 pacing, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 123 milliseconds