Home
last modified time | relevance | path

Searched refs:ts_head (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c611 u64 tcd, int *ts_head, int *head0) in fbnic_clean_tsq() argument
619 head = (*ts_head < 0) ? ring->head : *ts_head; in fbnic_clean_tsq()
644 *ts_head = head; in fbnic_clean_tsq()
692 struct fbnic_q_triad *qt, s32 ts_head, s32 head0) in fbnic_clean_twq() argument
696 else if (ts_head >= 0) in fbnic_clean_twq()
697 fbnic_clean_twq0(nv, napi_budget, &qt->sub0, false, ts_head); in fbnic_clean_twq()
705 s32 head0 = -1, ts_head = -1; in fbnic_clean_tcq() local
734 fbnic_clean_tsq(nv, &qt->sub0, tcd, &ts_head, &head0); in fbnic_clean_tcq()
755 fbnic_clean_twq(nv, napi_budget, qt, ts_head, head0); in fbnic_clean_tcq()