Home
last modified time | relevance | path

Searched refs:pdc_rings_full (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dbcm-pdc-mailbox.c1116 * pdc_rings_full() - Check whether the tx ring has room for tx_cnt descriptors
1125 static bool pdc_rings_full(struct pdc_state *pdcs, int tx_cnt, int rx_cnt) in pdc_rings_full() function
1162 if (unlikely(pdc_rings_full(pdcs, PDC_RING_SPACE_MIN, in pdc_last_tx_done()
1238 if (unlikely(pdc_rings_full(pdcs, tx_desc_req, rx_desc_req + 1))) in pdc_send_data()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dbcm-pdc-mailbox.c1116 * pdc_rings_full() - Check whether the tx ring has room for tx_cnt descriptors
1125 static bool pdc_rings_full(struct pdc_state *pdcs, int tx_cnt, int rx_cnt) in pdc_rings_full() function
1162 if (unlikely(pdc_rings_full(pdcs, PDC_RING_SPACE_MIN, in pdc_last_tx_done()
1238 if (unlikely(pdc_rings_full(pdcs, tx_desc_req, rx_desc_req + 1))) in pdc_send_data()

Completed in 6 milliseconds