Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:uint8

184 		pq->hi_prec = (uint8)prec;
212 pq->hi_prec = (uint8)prec;
928 uint8 *pktdata;
932 pktdata = (uint8 *) PKTDATA(NULL, pkt);
947 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header);
948 uint8 tos_tc = IP_TOS46(ip_body);
974 uint8 *ip_body = pktdata + sizeof(struct ether_header);
975 uint8 tos_tc = IP_TOS46(ip_body);
1107 static const uint8 crc8_table[256] = {
1145 uint8
1147 uint8 *pdata, /* pointer to array of data to process */
1149 uint8 crc /* either CRC8_INIT_VALUE or previous return value */
1153 * to avoid the undefined and unnecessary (uint8 >> 8) operation.
1220 uint8 *pdata, /* pointer to array of data to process */
1302 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc)
1304 uint8 *pend;
1306 uint8 tmp[4];
1310 pend = (uint8 *)((uint)(pdata + 3) & 0xfffffffc);
1348 uint8 *buf;
1426 elt = (bcm_tlv_t*)((uint8*)elt + (len + 2));
1461 elt = (bcm_tlv_t*)((uint8*)elt + (len + 2));
1531 const uint8 *src = (const uint8*)bytes;
1726 bcm_qdbm_to_mw(uint8 qdbm)
1750 uint8
1753 uint8 qdbm;
1777 qdbm += (uint8)offset;
1784 bcm_bitcount(uint8 *bitmap, uint length)
1787 uint8 tmp;
1835 bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount)
1848 bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes)