Home
last modified time | relevance | path

Searched refs:use_fcs (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/caif/
H A Dcaif_device.h33 * @use_fcs: Indicate if Frame CheckSum (fcs) is used.
51 int use_fcs; member
H A Dcffrml.h13 struct cflayer *cffrml_create(u16 phyid, bool use_fcs);
/linux/net/caif/
H A Dcffrml.c35 struct cflayer *cffrml_create(u16 phyid, bool use_fcs) in cffrml_create() argument
52 this->dofcs = use_fcs; in cffrml_create()
H A Dcaif_usb.c168 common.use_fcs = false; in cfusbl_device_notify()
H A Dcfcnfg.c52 bool use_fcs; member
494 phyinfo->use_fcs = fcs; in cfcnfg_add_phy_layer()
/linux/drivers/net/caif/
H A Dcaif_serial.c398 serdev->common.use_fcs = ser_use_fcs; in caifdev_setup()