Searched refs:stats_pending_q (Results 1 – 2 of 2) sorted by relevance
3040 INIT_LIST_HEAD(&fcport->stats_pending_q); in bfa_fcport_attach()3258 list_for_each_safe(qe, qen, &fcport->stats_pending_q) { in __bfa_cb_fcport_stats_get()3259 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get()3279 INIT_LIST_HEAD(&fcport->stats_pending_q); in __bfa_cb_fcport_stats_get()3612 if (list_empty(&fcport->stats_pending_q) || in bfa_fcport_isr()4004 if (list_empty(&fcport->stats_pending_q)) { in bfa_fcport_get_stats()4005 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4011 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4028 if (!list_empty(&fcport->stats_pending_q)) in bfa_fcport_clear_stats()
553 struct list_head stats_pending_q; member