Searched refs:stats_pending_q (Results 1 – 2 of 2) sorted by relevance
3068 INIT_LIST_HEAD(&fcport->stats_pending_q); in bfa_fcport_attach()3286 list_for_each_safe(qe, qen, &fcport->stats_pending_q) { in __bfa_cb_fcport_stats_get()3287 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get()3307 INIT_LIST_HEAD(&fcport->stats_pending_q); in __bfa_cb_fcport_stats_get()3640 if (list_empty(&fcport->stats_pending_q) || in bfa_fcport_isr()4032 if (list_empty(&fcport->stats_pending_q)) { in bfa_fcport_get_stats()4033 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4039 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4056 if (!list_empty(&fcport->stats_pending_q)) in bfa_fcport_clear_stats()
505 struct list_head stats_pending_q; member