Searched refs:credit_bytes (Results 1 – 4 of 4) sorted by relevance
96 unsigned long credit_bytes; member
372 xen_net_read_rate(dev, &be->vif->credit_bytes, in connect()374 be->vif->remaining_credit = be->vif->credit_bytes; in connect()
327 vif->credit_bytes = vif->remaining_credit = ~0UL; in xenvif_alloc()
817 max_burst = max(max_burst, vif->credit_bytes); in tx_add_credit()820 max_credit = vif->remaining_credit + vif->credit_bytes; in tx_add_credit()