Home
last modified time | relevance | path

Searched refs:include_fcs (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_port.c249 sfc_log_init(sa, "set include FCS=%u", port->include_fcs); in sfc_port_start()
250 rc = efx_mac_include_fcs_set(sa->nic, port->include_fcs); in sfc_port_start()
397 port->include_fcs = true; in sfc_port_configure()
399 port->include_fcs = false; in sfc_port_configure()
H A Dsfc.h77 boolean_t include_fcs; member