Searched refs:max_credit (Results 1 – 7 of 7) sorted by relevance
52 volatile int credit = 0, max_credit = 100, pkt_len = 64; in bpf_spin_lock_test() local87 if (q->credit > max_credit) in bpf_spin_lock_test()88 q->credit = max_credit; in bpf_spin_lock_test()
107 const u32 max_credit) in hw_atl2_tps_tx_pkt_shed_tc_data_max_credit_set() argument112 max_credit); in hw_atl2_tps_tx_pkt_shed_tc_data_max_credit_set()
54 const u32 max_credit);
66 int max_credit = MAX_CREDIT; in _hbm_out_cg() local
182 unsigned long max_burst, max_credit; in tx_add_credit() local191 max_credit = queue->remaining_credit + queue->credit_bytes; in tx_add_credit()192 if (max_credit < queue->remaining_credit) in tx_add_credit()193 max_credit = ULONG_MAX; /* wrapped: clamp to ULONG_MAX */ in tx_add_credit()195 queue->remaining_credit = min(max_credit, max_burst); in tx_add_credit()
53 u32 max_credit; member
1334 u8 max_credit; /* 0-3, limit = 2^max */ member