Searched refs:stats_pending_q (Results 1 – 2 of 2) sorted by relevance
3127 INIT_LIST_HEAD(&fcport->stats_pending_q); in bfa_fcport_attach()3365 list_for_each_safe(qe, qen, &fcport->stats_pending_q) { in __bfa_cb_fcport_stats_get()3366 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get()3386 INIT_LIST_HEAD(&fcport->stats_pending_q); in __bfa_cb_fcport_stats_get()3722 if (list_empty(&fcport->stats_pending_q) || in bfa_fcport_isr()4114 if (list_empty(&fcport->stats_pending_q)) { in bfa_fcport_get_stats()4115 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4121 list_add_tail(&cb->hcb_qe.qe, &fcport->stats_pending_q); in bfa_fcport_get_stats()4138 if (!list_empty(&fcport->stats_pending_q)) in bfa_fcport_clear_stats()
504 struct list_head stats_pending_q; member