statsclr_pending_q 3061 drivers/scsi/bfa/bfa_svc.c 	INIT_LIST_HEAD(&fcport->statsclr_pending_q);
statsclr_pending_q 3356 drivers/scsi/bfa/bfa_svc.c 		list_for_each_safe(qe, qen, &fcport->statsclr_pending_q) {
statsclr_pending_q 3357 drivers/scsi/bfa/bfa_svc.c 			bfa_q_deq(&fcport->statsclr_pending_q, &qe);
statsclr_pending_q 3364 drivers/scsi/bfa/bfa_svc.c 		INIT_LIST_HEAD(&fcport->statsclr_pending_q);
statsclr_pending_q 3645 drivers/scsi/bfa/bfa_svc.c 		if (list_empty(&fcport->statsclr_pending_q) ||
statsclr_pending_q 4021 drivers/scsi/bfa/bfa_svc.c 	if (!list_empty(&fcport->statsclr_pending_q))
statsclr_pending_q 4051 drivers/scsi/bfa/bfa_svc.c 	if (list_empty(&fcport->statsclr_pending_q)) {
statsclr_pending_q 4052 drivers/scsi/bfa/bfa_svc.c 		list_add_tail(&cb->hcb_qe.qe, &fcport->statsclr_pending_q);
statsclr_pending_q 4058 drivers/scsi/bfa/bfa_svc.c 		list_add_tail(&cb->hcb_qe.qe, &fcport->statsclr_pending_q);
statsclr_pending_q  498 drivers/scsi/bfa/bfa_svc.h 	struct list_head	statsclr_pending_q;