Lines Matching refs:PKT_SIZE
162 #define PKT_SIZE 64 macro
391 memset(ep, 0, PKT_SIZE); in mon_buff_area_fill()
393 ep->len_cap = size - PKT_SIZE; in mon_buff_area_fill()
553 length + PKT_SIZE + lendesc); in mon_bin_event()
555 offset = mon_buff_area_alloc(rp, length + PKT_SIZE + lendesc); in mon_bin_event()
564 if ((offset += PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_event()
569 memset(ep, 0, PKT_SIZE); in mon_bin_event()
647 offset = mon_buff_area_alloc(rp, PKT_SIZE); in mon_bin_error()
656 memset(ep, 0, PKT_SIZE); in mon_bin_error()
765 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()
773 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_get_event()
843 offset = rp->b_out + PKT_SIZE; in mon_bin_read()
862 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_read()
888 mon_buff_area_free(rp, PKT_SIZE + ep->len_cap); in mon_bin_flush()
937 size = ep->len_cap + PKT_SIZE; in mon_bin_fetch()
974 size = ep->len_cap + PKT_SIZE; in mon_bin_queued()