Searched refs:ts_head (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 683 u64 tcd, int *ts_head, int *head0) in fbnic_clean_tsq() argument 691 head = (*ts_head < 0) ? ring->head : *ts_head; in fbnic_clean_tsq() 716 *ts_head = head; in fbnic_clean_tsq() 776 struct fbnic_q_triad *qt, s32 ts_head, s32 head0, in fbnic_clean_twq() argument 781 else if (ts_head >= 0) in fbnic_clean_twq() 782 fbnic_clean_twq0(nv, napi_budget, &qt->sub0, false, ts_head); in fbnic_clean_twq() 799 s32 head0 = -1, ts_head = -1; in fbnic_clean_tcq() local 831 fbnic_clean_tsq(nv, &qt->sub0, tcd, &ts_head, &head0); in fbnic_clean_tcq() 852 fbnic_clean_twq(nv, napi_budget, qt, ts_head, head0, head1); in fbnic_clean_tcq()
|