Searched refs:use_stx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/caif/
H A Dcfserl.h11 struct cflayer *cfserl_create(int type, int instance, bool use_stx);
H A Dcaif_device.h37 * @use_stx: Indicate STart of frame eXtension (stx) in use.
52 int use_stx; member in struct:caif_dev_common
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfserl.c33 struct cflayer *cfserl_create(int type, int instance, bool use_stx) argument
46 this->usestx = use_stx;
H A Dcfcnfg.c51 bool use_stx; member in struct:cfcnfg_phyinfo
305 (cnfg->phy_layers[param->phyid].use_stx ? 1 : 0);
451 cnfg->phy_layers[*phyid].use_stx = stx;
H A Dcaif_dev.c266 caifdev->use_stx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/caif/
H A Dcaif_serial.c186 if (!ser->common.use_stx && !ser->tx_started) {
407 serdev->common.use_stx = ser_use_stx;
H A Dcaif_spi.c603 cfspi->cfdev.use_stx = false;

Completed in 74 milliseconds