Searched refs:credit_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 574 entry->credit_alloc = (credits - 6); in htc_setup_target_buffer_assignments() 575 if (entry->credit_alloc == 0) in htc_setup_target_buffer_assignments() 576 entry->credit_alloc++; in htc_setup_target_buffer_assignments() 578 credits -= (int) entry->credit_alloc; in htc_setup_target_buffer_assignments() 584 entry->credit_alloc = credit_per_maxmsg; in htc_setup_target_buffer_assignments() 585 credits -= (int) entry->credit_alloc; in htc_setup_target_buffer_assignments() 593 entry->credit_alloc = (u8) credits; in htc_setup_target_buffer_assignments() 598 entry->credit_alloc = credits / 4; in htc_setup_target_buffer_assignments() 599 if (entry->credit_alloc == 0) in htc_setup_target_buffer_assignments() 600 entry->credit_alloc in htc_setup_target_buffer_assignments() [all...] |
H A D | htc.h | 547 u8 credit_alloc; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 574 entry->credit_alloc = (credits - 6); in htc_setup_target_buffer_assignments() 575 if (entry->credit_alloc == 0) in htc_setup_target_buffer_assignments() 576 entry->credit_alloc++; in htc_setup_target_buffer_assignments() 578 credits -= (int) entry->credit_alloc; in htc_setup_target_buffer_assignments() 584 entry->credit_alloc = credit_per_maxmsg; in htc_setup_target_buffer_assignments() 585 credits -= (int) entry->credit_alloc; in htc_setup_target_buffer_assignments() 593 entry->credit_alloc = (u8) credits; in htc_setup_target_buffer_assignments() 598 entry->credit_alloc = credits / 4; in htc_setup_target_buffer_assignments() 599 if (entry->credit_alloc == 0) in htc_setup_target_buffer_assignments() 600 entry->credit_alloc in htc_setup_target_buffer_assignments() [all...] |
H A D | htc.h | 547 u8 credit_alloc; member
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_send.c | 498 u32 credit_alloc = 0; in rds_ib_xmit() local 534 credit_alloc = rds_ib_send_grab_credits(ic, work_alloc, &posted, 0, RDS_MAX_ADV_CREDIT); in rds_ib_xmit() 536 if (credit_alloc < work_alloc) { in rds_ib_xmit() 537 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc); in rds_ib_xmit() 538 work_alloc = credit_alloc; in rds_ib_xmit() 730 if (ic->i_flowctl && i < credit_alloc) in rds_ib_xmit() 731 rds_ib_send_add_credits(conn, credit_alloc - i); in rds_ib_xmit()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_send.c | 497 u32 credit_alloc = 0; in rds_ib_xmit() local 533 credit_alloc = rds_ib_send_grab_credits(ic, work_alloc, &posted, 0, RDS_MAX_ADV_CREDIT); in rds_ib_xmit() 535 if (credit_alloc < work_alloc) { in rds_ib_xmit() 536 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc); in rds_ib_xmit() 537 work_alloc = credit_alloc; in rds_ib_xmit() 729 if (ic->i_flowctl && i < credit_alloc) in rds_ib_xmit() 730 rds_ib_send_add_credits(conn, credit_alloc - i); in rds_ib_xmit()
|
Completed in 10 milliseconds