Lines Matching refs:PKT_SIZE
159 #define PKT_SIZE 64 macro
385 memset(ep, 0, PKT_SIZE); in mon_buff_area_fill()
387 ep->len_cap = size - PKT_SIZE; in mon_buff_area_fill()
547 length + PKT_SIZE + lendesc); in mon_bin_event()
549 offset = mon_buff_area_alloc(rp, length + PKT_SIZE + lendesc); in mon_bin_event()
558 if ((offset += PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_event()
563 memset(ep, 0, PKT_SIZE); in mon_bin_event()
641 offset = mon_buff_area_alloc(rp, PKT_SIZE); in mon_bin_error()
650 memset(ep, 0, PKT_SIZE); in mon_bin_error()
759 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()
767 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_get_event()
837 offset = rp->b_out + PKT_SIZE; in mon_bin_read()
856 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_read()
882 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_flush()
931 size = ep->len_cap + PKT_SIZE; in mon_bin_fetch()
968 size = ep->len_cap + PKT_SIZE; in mon_bin_queued()