Lines Matching refs:PKT_SIZE
164 #define PKT_SIZE 64 macro
393 memset(ep, 0, PKT_SIZE); in mon_buff_area_fill()
395 ep->len_cap = size - PKT_SIZE; in mon_buff_area_fill()
555 length + PKT_SIZE + lendesc); in mon_bin_event()
557 offset = mon_buff_area_alloc(rp, length + PKT_SIZE + lendesc); in mon_bin_event()
566 if ((offset += PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_event()
571 memset(ep, 0, PKT_SIZE); in mon_bin_event()
649 offset = mon_buff_area_alloc(rp, PKT_SIZE); in mon_bin_error()
658 memset(ep, 0, PKT_SIZE); in mon_bin_error()
767 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()
775 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_get_event()
845 offset = rp->b_out + PKT_SIZE; in mon_bin_read()
864 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_read()
890 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_flush()
939 size = ep->len_cap + PKT_SIZE; in mon_bin_fetch()
976 size = ep->len_cap + PKT_SIZE; in mon_bin_queued()