Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath5k/
Dpci.c121 int octet; in ath5k_pci_eeprom_read_mac() local
125 for (offset = 0x1f, octet = 0, total = 0; offset >= 0x1d; offset--) { in ath5k_pci_eeprom_read_mac()
129 mac_d[octet + 1] = data & 0xff; in ath5k_pci_eeprom_read_mac()
130 mac_d[octet] = data >> 8; in ath5k_pci_eeprom_read_mac()
131 octet += 2; in ath5k_pci_eeprom_read_mac()
/linux-3.4.99/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt88 once in a datagram. All multi-octet fields in the option are defined to be
104 This field is 1 octet in length. Its value is 134.
109 This field is 1 octet in length. It is the total length of the option
148 actual security information to be passed. All multi-octet fields in a tag
152 octet boundary. The tag types defined in this document contain alignment
223 This field is 1 octet in length and has a value of 1.
228 This field is 1 octet in length. It is the total length of the tag type
235 This field is 1 octet in length and always has the value of 0. Its purpose
236 is to align the category bitmap field on an even octet boundary. This will
242 This field is 1 octet in length. Its value is from 0 to 255. The values
[all …]
/linux-3.4.99/drivers/isdn/hisax/
Dq931.c722 int l, octet = 3; in general() local
728 dp += sprintf(dp, " octet %d%c ", octet, ch); in general()
734 octet++; in general()
749 int l, octet = 3; in general_ni1() local
755 dp += sprintf(dp, " octet %d%c ", octet, ch); in general_ni1()
761 octet++; in general_ni1()
914 int l, octet = 3; in display() local
925 octet++; in display()
/linux-3.4.99/Documentation/networking/
DPLIP.txt194 count-low octet
195 count-high octet
197 checksum octet
199 Each octet is sent as
200 <wait for rx. '0x1?'> <send 0x10+(octet&0x0F)>
201 <wait for rx. '0x0?'> <send 0x00+((octet>>4)&0x0F)>
/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dbase.c1363 if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || in rtl_chk_vendor_ouisub()
1364 memcmp(vendor_ie.octet, athcap_2, 3) == 0) { in rtl_chk_vendor_ouisub()
1367 } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || in rtl_chk_vendor_ouisub()
1368 memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || in rtl_chk_vendor_ouisub()
1369 memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { in rtl_chk_vendor_ouisub()
1372 } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { in rtl_chk_vendor_ouisub()
1375 } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { in rtl_chk_vendor_ouisub()
1378 } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { in rtl_chk_vendor_ouisub()
1398 vendor_ie.octet = &pos[2]; in rtl_find_221_ie()
Dwifi.h660 u8 *octet; member
1871 #define packet_get_type(_packet) (EF1BYTE((_packet).octet[0]) & 0xFC)
1907 (_os).octet = (u8 *)(_octet); \
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dxgmac.c289 int hash = 0, octet, bit, i = 0, c; in hash_hw_addr() local
291 for (octet = 0; octet < 6; ++octet) in hash_hw_addr()
292 for (c = addr[octet], bit = 0; bit < 8; c >>= 1, ++bit) { in hash_hw_addr()
/linux-3.4.99/drivers/staging/media/lirc/
Dlirc_imon.c599 int octet, bit; in imon_incoming_packet() local
644 for (octet = 0; octet < 5; ++octet) { in imon_incoming_packet()
647 int curr_bit = !(buf[octet] & mask); in imon_incoming_packet()
/linux-3.4.99/drivers/net/wireless/b43legacy/
Dpio.c42 u8 octet) in tx_octet() argument
45 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet); in tx_octet()
51 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet); in tx_octet()
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_net.c100 char str[80], octet[10]; in hexdump() local
108 sprintf( octet, "%02x ", buf[ofs + i] ); in hexdump()
110 strcpy( octet, " " ); in hexdump()
112 strcat( str, octet ); in hexdump()
/linux-3.4.99/Documentation/isdn/
DREADME261 select the outgoing service octet.
268 octet 3 of calling party number IE (Numbering plan)
272 octet 3a of calling party number IE (Screening info)
DINTERFACE515 para.setup.plan = octet 3 from Calling party number Information Element.
516 para.setup.screen = octet 3a from Calling party number Information Element.
/linux-3.4.99/drivers/s390/net/
Dqeth_l3_main.c161 u8 octet; in qeth_l3_convert_addr_to_bits() local
164 octet = addr[i]; in qeth_l3_convert_addr_to_bits()
166 bits[i*8 + j] = octet & 1; in qeth_l3_convert_addr_to_bits()
167 octet >>= 1; in qeth_l3_convert_addr_to_bits()
/linux-3.4.99/drivers/mtd/maps/
DKconfig65 bits, you would set the bus width octet value to 4. This is
/linux-3.4.99/drivers/net/wireless/
Datmel.c959 u8 octet = atmel_read8(priv->dev, DR); in probe_crc() local
960 crc = crc32_le(crc, &octet, 1); in probe_crc()