Home
last modified time | relevance | path

Searched refs:preamble_length (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/at76_usb/
Dat76_usb.h329 __le16 preamble_length; member
Dat76_usb.c1219 le16_to_cpu(m->preamble_length), in at76_dump_mib_phy()
/drivers/char/
Dsynclink_gt.c360 .preamble_length = HDLC_PREAMBLE_LENGTH_8BITS,
1139 tmp_params.preamble_length = info->params.preamble_length; in get_params32()
1166 info->params.preamble_length = tmp_params.preamble_length; in set_params32()
4156 switch (info->params.preamble_length) in sync_mode()
Dsynclink.c5187 switch ( info->params.preamble_length ) { in usc_set_sdlc_mode()
/drivers/net/
Ducc_geth.c1296 static int init_preamble_length(u8 preamble_length, in init_preamble_length() argument
1299 if ((preamble_length < 3) || (preamble_length > 7)) in init_preamble_length()
1303 preamble_length << MACCFG2_PREL_SHIFT); in init_preamble_length()
De100.c448 /*10*/ u8 X(X(X(pad10:3, no_source_addr_insertion:1), preamble_length:2),
1001 config->preamble_length = 0x2; /* 0=1, 1=3, 2=7, 3=15 bytes */ in e100_configure()
/drivers/net/wireless/ipw2x00/
Dipw2200.h891 u8 preamble_length; member
Dipw2200.c7360 priv->assoc_request.preamble_length = DCT_FLAG_SHORT_PREAMBLE; in ipw_associate_network()
7362 priv->assoc_request.preamble_length = DCT_FLAG_LONG_PREAMBLE; in ipw_associate_network()
7381 (priv->assoc_request.preamble_length == in ipw_associate_network()
10218 if (priv->assoc_request.preamble_length == DCT_FLAG_SHORT_PREAMBLE) in ipw_tx_skb()
/drivers/char/pcmcia/
Dsynclink_cs.c3239 switch (info->params.preamble_length) in hdlc_mode()