Home | History | Annotate | Download | only in include

Lines Matching full:uint32

111 	uint32 requested;    /* packets requested to be stored */
112 uint32 stored; /* packets stored */
113 uint32 saved; /* packets saved,
116 uint32 selfsaved; /* packets saved,
119 uint32 full_dropped; /* packets dropped,
122 uint32 dropped; /* packets dropped because pktq per that precedence is full */
123 uint32 sacrificed; /* packets dropped,
126 uint32 busy; /* packets droped because of hardware/transmission error */
127 uint32 retry; /* packets re-sent because they were not received */
128 uint32 ps_retry; /* packets retried again prior to moving power save mode */
129 uint32 retry_drop; /* packets finally dropped after retry limit */
130 uint32 max_avail; /* the high-water mark of the queue capacity for packets -
133 uint32 max_used; /* the high-water mark of the queue utilisation for packets -
136 uint32 queue_capacity; /* the maximum capacity of the queue */
137 uint32 rtsfail; /* count of rts attempts that failed to receive cts */
138 uint32 acked; /* count of packets sent (acked) successfully */
157 uint32 _logtime; /* timestamp of last counter clear */
206 uint32 cycles;
207 uint32 dur;
462 "uint32", \
735 uint32 bit;
741 uint32 mask;
771 ((uint32 *)dst)[0] = ((const uint32 *)src1)[0] ^ ((const uint32 *)src2)[0];
772 ((uint32 *)dst)[1] = ((const uint32 *)src1)[1] ^ ((const uint32 *)src2)[1];
773 ((uint32 *)dst)[2] = ((const uint32 *)src1)[2] ^ ((const uint32 *)src2)[2];
774 ((uint32 *)dst)[3] = ((const uint32 *)src1)[3] ^ ((const uint32 *)src2)[3];
787 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc);
793 extern int bcm_format_field(const bcm_bit_desc_ex_t *bd, uint32 field, char* buf, int len);
795 extern int bcm_format_flags(const bcm_bit_desc_t *bd, uint32 flags, char* buf, int len);
805 extern char *bcm_brev_str(uint32 brev, char *buf);
819 typedef uint32 mbool;
828 uint32 offset;
829 uint32 len;
839 typedef uint32 (*bcmutl_rdreg_rtn)(void *arg0, uint arg1, uint32 offset);
841 char *buf, uint32 bufsize);
856 extern void bcm_uint64_multiple_add(uint32* r_high, uint32* r_low, uint32 a, uint32 b, uint32 c);
858 extern void bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b);