Lines Matching refs:uint

58 uint
59 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy()
61 uint n, ret = 0; in pktcopy()
68 if (offset < (uint)PKTLEN(osh, p)) in pktcopy()
78 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktcopy()
90 uint
91 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf()
93 uint n, ret = 0; in pktfrombuf()
97 if (offset < (uint)PKTLEN(osh, p)) in pktfrombuf()
107 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktfrombuf()
121 uint BCMFASTPATH
124 uint total; in pkttotlen()
147 uint BCMFASTPATH
150 uint cnt; in pktsegcnt()
160 uint BCMFASTPATH
163 uint cnt; in pktsegcnt_war()
165 uint len, remain, align64; in pktsegcnt_war()
176 align64 = (uint)((uintptr)pktdata & 0x3f); /* aligned to 64B */ in pktsegcnt_war()
190 pktdataoffset(osl_t *osh, void *p, uint offset) in pktdataoffset()
192 uint total = pkttotlen(osh, p); in pktdataoffset()
193 uint pkt_off = 0, len = 0; in pktdataoffset()
212 pktoffset(osl_t *osh, void *p, uint offset) in pktoffset()
214 uint total = pkttotlen(osh, p); in pktoffset()
215 uint len = 0; in pktoffset()
627 pktq_mlen(struct pktq *pq, uint prec_bmp) in pktq_mlen()
642 pktq_mpeek(struct pktq *pq, uint prec_bmp, int *prec_out) in pktq_mpeek()
671 pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out) in pktq_mdeq()
748 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul()
840 bcmstrncat(char *dest, const char *src, uint size) in bcmstrncat()
1089 bcm_mdelay(uint ms) in bcm_mdelay()
1091 uint i; in bcm_mdelay()
1121 uint BCMFASTPATH
1344 uint nbytes, /* number of input data bytes to process */ in hndcrc8()
1417 uint nbytes, /* number of input data bytes to process */ in hndcrc16()
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()
1516 uint j, k, l; in testcrc32()
1518 uint len[CNBUFS]; in testcrc32()
1579 bcm_parse_tlvs(void *buf, int buflen, uint key) in bcm_parse_tlvs()
1610 bcm_parse_ordered_tlvs(void *buf, int buflen, uint key) in bcm_parse_ordered_tlvs()
1620 uint id = elt->id; in bcm_parse_ordered_tlvs()
1736 prhex(const char *msg, uchar *buf, uint nbytes) in prhex()
1741 uint i; in prhex()
1787 bcm_crypto_algo_name(uint algo) in bcm_crypto_algo_name()
1794 bcm_chipname(uint chipid, char *buf, uint len) in bcm_chipname()
1821 uint len, max_len; in printbig()
1843 uint
1844 bcmdumpfields(bcmutl_rdreg_rtn read_rtn, void *arg0, uint arg1, struct fielddesc *fielddesc_array, in bcmdumpfields()
1847 uint filled_len; in bcmdumpfields()
1870 uint
1871 bcm_mkiovar(char *name, char *data, uint datalen, char *buf, uint buflen) in bcm_mkiovar()
1873 uint len; in bcm_mkiovar()
1921 uint factor = 1; in bcm_qdbm_to_mw()
1948 uint mw_uint = mw; in bcm_mw_to_qdbm()
1949 uint boundary; in bcm_mw_to_qdbm()
1975 uint
1976 bcm_bitcount(uint8 *bitmap, uint length) in bcm_bitcount()
1978 uint bitcount = 0, i; in bcm_bitcount()
1994 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) in bcm_binit()
2123 bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len) in bcm_format_ssid()
2125 uint i, c; in bcm_format_ssid()
2132 c = (uint)ssid[i]; in bcm_format_ssid()
2268 setbit(void *array, uint bit) in setbit()
2275 clrbit(void *array, uint bit) in clrbit()
2282 isset(const void *array, uint bit) in isset()
2289 isclr(const void *array, uint bit) in isclr()