Searched refs:stats_pending_q (Results 1 – 2 of 2) sorted by relevance
3060 INIT_LIST_HEAD(&fcport->stats_pending_q); in bfa_fcport_attach()3278 list_for_each_safe(qe, qen, &fcport->stats_pending_q) { in __bfa_cb_fcport_stats_get()3279 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get()3299 INIT_LIST_HEAD(&fcport->stats_pending_q); in __bfa_cb_fcport_stats_get()3632 if (list_empty(&fcport->stats_pending_q) || in bfa_fcport_isr()4024 if (list_empty(&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()4031 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4048 if (!list_empty(&fcport->stats_pending_q)) in bfa_fcport_clear_stats()
497 struct list_head stats_pending_q; member