Searched refs:has_fcs (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.h192 * @param has_fcs indicates if PKO does FCS for the ports on this
198 extern int __cvmx_helper_init_interface(int interface, int num_ipd_ports, int has_fcs, enum cvmx_pko_padding pad);
H A Dcvmx-helper.c521 * @param has_fcs 0 for disable and !0 for enable
523 static int cvmx_helper_fcs_op(int interface, int nports, int has_fcs) argument
539 if (has_fcs)
550 port_cfg.s.crc_en = (has_fcs) ? 1 : 0;
623 int has_fcs; local
627 has_fcs = 0;
639 has_fcs = 1;
659 has_fcs = 1;
676 has_fcs = 1;
685 has_fcs
[all...]
H A Dcvmx-helper-util.c606 int __cvmx_helper_init_interface(int interface, int num_ipd_ports, int has_fcs, enum cvmx_pko_padding pad) argument
618 piface->cvif_has_fcs = has_fcs;

Completed in 144 milliseconds