Searched refs:ts_head (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 684 u64 tcd, int *ts_head, int *head0) in fbnic_clean_tsq() argument 692 head = (*ts_head < 0) ? ring->head : *ts_head; in fbnic_clean_tsq() 717 *ts_head = head; in fbnic_clean_tsq() 777 struct fbnic_q_triad *qt, s32 ts_head, s32 head0, in fbnic_clean_twq() argument 782 else if (ts_head >= 0) in fbnic_clean_twq() 783 fbnic_clean_twq0(nv, napi_budget, &qt->sub0, false, ts_head); in fbnic_clean_twq() 800 s32 head0 = -1, ts_head = -1; in fbnic_clean_tcq() local 832 fbnic_clean_tsq(nv, &qt->sub0, tcd, &ts_head, &head0); in fbnic_clean_tcq() 853 fbnic_clean_twq(nv, napi_budget, qt, ts_head, head0, head1); in fbnic_clean_tcq()
|