Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c683 u64 tcd, int *ts_head, int *head0) in fbnic_clean_tsq() argument
719 if (*head0 < 0) { in fbnic_clean_tsq()
722 *head0 = head; in fbnic_clean_tsq()
776 struct fbnic_q_triad *qt, s32 ts_head, s32 head0, in fbnic_clean_twq() argument
779 if (head0 >= 0) in fbnic_clean_twq()
780 fbnic_clean_twq0(nv, napi_budget, &qt->sub0, false, head0); in fbnic_clean_twq()
799 s32 head0 = -1, ts_head = -1; in fbnic_clean_tcq() local
820 head0 = FIELD_GET(FBNIC_TCD_TYPE0_HEAD0_MASK, in fbnic_clean_tcq()
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()
[all …]