Lines Matching refs:uint8

164 	uint8 *pktdata;  in pktsegcnt_war()
171 pktdata = (uint8 *)PKTDATA(osh, p); /* starting address of data */ in pktsegcnt_war()
189 uint8 * BCMFASTPATH
194 uint8 *pdata = (uint8 *) PKTDATA(osh, p); in pktdataoffset()
200 pdata = (uint8 *) PKTDATA(osh, p); in pktdataoffset()
206 return (uint8*) (pdata+pkt_off); in pktdataoffset()
256 pq->hi_prec = (uint8)prec; in pktq_penq()
284 pq->hi_prec = (uint8)prec; in pktq_penq_head()
1063 const uint8 *octet = ea->octet; in bcm_ether_ntoa()
1126 uint8 *pktdata; in pktsetprio()
1130 pktdata = (uint8 *)PKTDATA(NULL, pkt); in pktsetprio()
1145 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header); in pktsetprio()
1146 uint8 tos_tc = IP_TOS46(ip_body); in pktsetprio()
1172 uint8 *ip_body = pktdata + sizeof(struct ether_header); in pktsetprio()
1173 uint8 tos_tc = IP_TOS46(ip_body); in pktsetprio()
1303 static const uint8 crc8_table[256] = {
1341 uint8
1343 uint8 *pdata, /* pointer to array of data to process */ in hndcrc8()
1345 uint8 crc /* either CRC8_INIT_VALUE or previous return value */ in hndcrc8()
1416 uint8 *pdata, /* pointer to array of data to process */ in hndcrc16()
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()
1500 uint8 *pend; in hndcrc32()
1517 uint8 *buf; in testcrc32()
1596 elt = (bcm_tlv_t*)((uint8*)elt + (len + TLV_HDR_LEN)); in bcm_parse_tlvs()
1632 elt = (bcm_tlv_t*)((uint8*)elt + (len + TLV_HDR_LEN)); in bcm_parse_ordered_tlvs()
1724 const uint8 *src = (const uint8*)bytes; in bcm_format_hex()
1919 bcm_qdbm_to_mw(uint8 qdbm) in bcm_qdbm_to_mw()
1943 uint8
1946 uint8 qdbm; in bcm_mw_to_qdbm()
1969 qdbm += (uint8)offset; in bcm_mw_to_qdbm()
1976 bcm_bitcount(uint8 *bitmap, uint length) in bcm_bitcount()
1979 uint8 tmp; in bcm_bitcount()
2031 bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len) in bcm_bprhex()
2044 bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount) in bcm_inc_bytes()
2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) in bcm_cmp_bytes()
2088 find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type, int type_len) in find_vendor_ie()
2091 uint8 ie_len; in find_vendor_ie()
2270 ((uint8 *)array)[bit / NBBY] |= 1 << (bit % NBBY); in setbit()
2277 ((uint8 *)array)[bit / NBBY] &= ~(1 << (bit % NBBY)); in clrbit()
2284 return (((const uint8 *)array)[bit / NBBY] & (1 << (bit % NBBY))); in isset()
2291 return ((((const uint8 *)array)[bit / NBBY] & (1 << (bit % NBBY))) == 0); in isclr()