Lines Matching refs:uint
63 uint
64 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy()
66 uint n, ret = 0; in pktcopy()
73 if (offset < (uint)PKTLEN(osh, p)) in pktcopy()
83 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktcopy()
95 uint
96 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf()
98 uint n, ret = 0; in pktfrombuf()
102 if (offset < (uint)PKTLEN(osh, p)) in pktfrombuf()
112 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktfrombuf()
126 uint BCMFASTPATH
129 uint total; in pkttotlen()
152 uint BCMFASTPATH
155 uint cnt; in pktsegcnt()
165 uint BCMFASTPATH
168 uint cnt; in pktsegcnt_war()
170 uint len, remain, align64; in pktsegcnt_war()
181 align64 = (uint)((uintptr)pktdata & 0x3f); /* aligned to 64B */ in pktsegcnt_war()
195 pktdataoffset(osl_t *osh, void *p, uint offset) in pktdataoffset()
197 uint total = pkttotlen(osh, p); in pktdataoffset()
198 uint pkt_off = 0, len = 0; in pktdataoffset()
217 pktoffset(osl_t *osh, void *p, uint offset) in pktoffset()
219 uint total = pkttotlen(osh, p); in pktoffset()
220 uint len = 0; in pktoffset()
632 pktq_mlen(struct pktq *pq, uint prec_bmp) in pktq_mlen()
647 pktq_mpeek(struct pktq *pq, uint prec_bmp, int *prec_out) in pktq_mpeek()
676 pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out) in pktq_mdeq()
753 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul()
845 bcmstrncat(char *dest, const char *src, uint size) in bcmstrncat()
1094 bcm_mdelay(uint ms) in bcm_mdelay()
1096 uint i; in bcm_mdelay()
1126 uint BCMFASTPATH
1371 uint nbytes, /* number of input data bytes to process */ in hndcrc8()
1444 uint nbytes, /* number of input data bytes to process */ in hndcrc16()
1525 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()
1543 uint j, k, l; in testcrc32()
1545 uint len[CNBUFS]; in testcrc32()
1606 bcm_parse_tlvs(void *buf, int buflen, uint key) in bcm_parse_tlvs()
1637 bcm_parse_ordered_tlvs(void *buf, int buflen, uint key) in bcm_parse_ordered_tlvs()
1647 uint id = elt->id; in bcm_parse_ordered_tlvs()
1763 prhex(const char *msg, uchar *buf, uint nbytes) in prhex()
1768 uint i; in prhex()
1814 bcm_crypto_algo_name(uint algo) in bcm_crypto_algo_name()
1821 bcm_chipname(uint chipid, char *buf, uint len) in bcm_chipname()
1848 uint len, max_len; in printbig()
1870 uint
1871 bcmdumpfields(bcmutl_rdreg_rtn read_rtn, void *arg0, uint arg1, struct fielddesc *fielddesc_array, in bcmdumpfields()
1874 uint filled_len; in bcmdumpfields()
1897 uint
1898 bcm_mkiovar(char *name, char *data, uint datalen, char *buf, uint buflen) in bcm_mkiovar()
1900 uint len; in bcm_mkiovar()
1948 uint factor = 1; in bcm_qdbm_to_mw()
1975 uint mw_uint = mw; in bcm_mw_to_qdbm()
1976 uint boundary; in bcm_mw_to_qdbm()
2002 uint
2003 bcm_bitcount(uint8 *bitmap, uint length) in bcm_bitcount()
2005 uint bitcount = 0, i; in bcm_bitcount()
2021 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) in bcm_binit()
2150 bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len) in bcm_format_ssid()
2152 uint i, c; in bcm_format_ssid()
2159 c = (uint)ssid[i]; in bcm_format_ssid()
2295 setbit(void *array, uint bit) in setbit()
2302 clrbit(void *array, uint bit) in clrbit()
2309 isset(const void *array, uint bit) in isset()
2316 isclr(const void *array, uint bit) in isclr()