Lines Matching refs:PKT_SIZE
162 #define PKT_SIZE 64 macro
388 memset(ep, 0, PKT_SIZE); in mon_buff_area_fill()
390 ep->len_cap = size - PKT_SIZE; in mon_buff_area_fill()
550 length + PKT_SIZE + lendesc); in mon_bin_event()
552 offset = mon_buff_area_alloc(rp, length + PKT_SIZE + lendesc); in mon_bin_event()
561 if ((offset += PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_event()
566 memset(ep, 0, PKT_SIZE); in mon_bin_event()
644 offset = mon_buff_area_alloc(rp, PKT_SIZE); in mon_bin_error()
653 memset(ep, 0, PKT_SIZE); in mon_bin_error()
762 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()
770 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_get_event()
840 offset = rp->b_out + PKT_SIZE; in mon_bin_read()
859 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_read()
885 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_flush()
934 size = ep->len_cap + PKT_SIZE; in mon_bin_fetch()
971 size = ep->len_cap + PKT_SIZE; in mon_bin_queued()