Searched refs:stats_pending_q (Results 1 – 2 of 2) sorted by relevance
3054 INIT_LIST_HEAD(&fcport->stats_pending_q); in bfa_fcport_attach()3272 list_for_each_safe(qe, qen, &fcport->stats_pending_q) { in __bfa_cb_fcport_stats_get()3273 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get()3293 INIT_LIST_HEAD(&fcport->stats_pending_q); in __bfa_cb_fcport_stats_get()3626 if (list_empty(&fcport->stats_pending_q) || in bfa_fcport_isr()4018 if (list_empty(&fcport->stats_pending_q)) { in bfa_fcport_get_stats()4019 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4025 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4042 if (!list_empty(&fcport->stats_pending_q)) in bfa_fcport_clear_stats()
497 struct list_head stats_pending_q; member