/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | pci.c | 124 int octet; in ath5k_pci_eeprom_read_mac() local 128 for (offset = 0x1f, octet = 0, total = 0; offset >= 0x1d; offset--) { in ath5k_pci_eeprom_read_mac() 132 mac_d[octet + 1] = data & 0xff; in ath5k_pci_eeprom_read_mac() 133 mac_d[octet] = data >> 8; in ath5k_pci_eeprom_read_mac() 134 octet += 2; in ath5k_pci_eeprom_read_mac()
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_adc_sampling.c | 27 odm_allocate_memory(dm, (void **)&adc_smp_buf->octet, in phydm_la_buffer_allocate() 29 if (!adc_smp_buf->octet) { in phydm_la_buffer_allocate() 53 odm_memory_set(dm, adc_smp_buf->octet, 0, adc_smp_buf->length); in phydm_la_get_tx_pkt_buf() 116 adc_smp_buf->octet[i] = data_h; in phydm_la_get_tx_pkt_buf() 117 adc_smp_buf->octet[i + 1] = data_l; in phydm_la_get_tx_pkt_buf() 328 adc_smp_buf->octet[i], in adc_smp_query() 329 adc_smp_buf->octet[i + 1]); in adc_smp_query() 361 adc_smp_buf->octet[index], in adc_smp_query_single_data() 362 adc_smp_buf->octet[index + 1]); in adc_smp_query_single_data() 409 odm_free_memory(dm, adc_smp_buf->octet, adc_smp_buf->length); in adc_smp_de_init()
|
D | phydm_adc_sampling.h | 20 u32 *octet; member
|
/Linux-v4.19/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 88 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-v4.19/drivers/isdn/hisax/ |
D | q931.c | 722 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-v4.19/Documentation/networking/ |
D | PLIP.txt | 194 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-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_Qos.h | 76 u8 *octet; member
|
D | ieee80211_softmac.c | 1069 osCcxAironetIE.octet = CcxAironetBuf; in ieee80211_association_req() 1075 memcpy(osCcxAironetIE.octet, AironetIeOui, sizeof(AironetIeOui)); in ieee80211_association_req() 1080 osCcxAironetIE.octet[IE_CISCO_FLAG_POSITION] |= (SUPPORT_CKIP_PK | SUPPORT_CKIP_MIC); in ieee80211_association_req() 1084 memcpy(tag, osCcxAironetIE.octet, osCcxAironetIE.length); in ieee80211_association_req() 1092 osCcxRmCap.octet = CcxRmCapBuf; in ieee80211_association_req() 1097 memcpy(tag, osCcxRmCap.octet, osCcxRmCap.length); in ieee80211_association_req() 1105 osCcxVerNum.octet = CcxVerNumBuf; in ieee80211_association_req() 1110 memcpy(tag, osCcxVerNum.octet, osCcxVerNum.length); in ieee80211_association_req()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | xgmac.c | 289 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-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
D | pio.c | 42 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-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 2613 if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2614 memcmp(vendor_ie.octet, athcap_2, 3) == 0) { in rtl_chk_vendor_ouisub() 2617 } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2618 memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || in rtl_chk_vendor_ouisub() 2619 memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { in rtl_chk_vendor_ouisub() 2622 } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { in rtl_chk_vendor_ouisub() 2625 } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { in rtl_chk_vendor_ouisub() 2628 } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { in rtl_chk_vendor_ouisub() 2648 vendor_ie.octet = &pos[2]; in rtl_find_221_ie()
|
D | wifi.h | 1061 u8 *octet; member 3046 #define packet_get_type(_packet) (EF1BYTE((_packet).octet[0]) & 0xFC) 3080 (_os).octet = (u8 *)(_octet); \
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | base.c | 2642 if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2643 memcmp(vendor_ie.octet, athcap_2, 3) == 0) { in rtl_chk_vendor_ouisub() 2646 } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2647 memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || in rtl_chk_vendor_ouisub() 2648 memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { in rtl_chk_vendor_ouisub() 2651 } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { in rtl_chk_vendor_ouisub() 2654 } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { in rtl_chk_vendor_ouisub() 2657 } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { in rtl_chk_vendor_ouisub() 2677 vendor_ie.octet = &pos[2]; in rtl_find_221_ie()
|
D | wifi.h | 964 u8 *octet; member 3157 #define packet_get_type(_packet) (EF1BYTE((_packet).octet[0]) & 0xFC) 3191 (_os).octet = (u8 *)(_octet); \
|
/Linux-v4.19/net/netfilter/ |
D | nft_exthdr.c | 146 u8 octet; in nft_exthdr_tcp_set_eval() member
|
/Linux-v4.19/Documentation/isdn/ |
D | README | 261 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)
|
D | INTERFACE | 515 para.setup.plan = octet 3 from Calling party number Information Element. 516 para.setup.screen = octet 3a from Calling party number Information Element.
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_l3_main.c | 100 u8 octet; in qeth_l3_convert_addr_to_bits() local 103 octet = addr[i]; in qeth_l3_convert_addr_to_bits() 105 bits[i*8 + j] = octet & 1; in qeth_l3_convert_addr_to_bits() 106 octet >>= 1; in qeth_l3_convert_addr_to_bits()
|
/Linux-v4.19/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 1036 unsigned char octet = ha->addr[mac_octet]; in altera_tse_set_mcfilter() local 1040 xor_bit ^= ((octet >> bitshift) & 0x01); in altera_tse_set_mcfilter()
|
/Linux-v4.19/drivers/mtd/maps/ |
D | Kconfig | 65 bits, you would set the bus width octet value to 4. This is
|
/Linux-v4.19/drivers/net/wireless/atmel/ |
D | atmel.c | 958 u8 octet = atmel_read8(priv->dev, DR); in probe_crc() local 959 crc = crc32_le(crc, &octet, 1); in probe_crc()
|