Searched refs:has_fcs (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper.c | 523 static int cvmx_helper_fcs_op(int interface, int nports, int has_fcs) in cvmx_helper_fcs_op() argument 539 if (has_fcs) in cvmx_helper_fcs_op() 550 port_cfg.s.crc_en = (has_fcs) ? 1 : 0; in cvmx_helper_fcs_op() 623 int has_fcs; in cvmx_helper_interface_probe() local 627 has_fcs = 0; in cvmx_helper_interface_probe() 639 has_fcs = 1; in cvmx_helper_interface_probe() 659 has_fcs = 1; in cvmx_helper_interface_probe() 676 has_fcs = 1; in cvmx_helper_interface_probe() 685 has_fcs = 0; in cvmx_helper_interface_probe() 688 __cvmx_helper_init_interface(interface, nports, has_fcs, padding); in cvmx_helper_interface_probe() [all …]
|
| H A D | cvmx-helper-util.h | 198 extern int __cvmx_helper_init_interface(int interface, int num_ipd_ports, int has_fcs, enum cvmx_pk…
|
| H A D | cvmx-helper-util.c | 606 int __cvmx_helper_init_interface(int interface, int num_ipd_ports, int has_fcs, enum cvmx_pko_paddi… in __cvmx_helper_init_interface() argument 618 piface->cvif_has_fcs = has_fcs; in __cvmx_helper_init_interface()
|