Lines Matching refs:epd_pool
3449 struct lpfc_epd_pool *epd_pool;
3452 epd_pool = &phba->epd_pool;
3455 spin_lock_init(&epd_pool->lock);
3457 spin_lock(&epd_pool->lock);
3458 INIT_LIST_HEAD(&epd_pool->list);
3461 list_move_tail(&lpfc_ncmd->list, &epd_pool->list);
3464 epd_pool->count++;
3465 if (epd_pool->count >= XRI_BATCH)
3468 spin_unlock(&epd_pool->lock);
3484 struct lpfc_epd_pool *epd_pool;
3487 epd_pool = &phba->epd_pool;
3491 spin_lock(&epd_pool->lock);
3493 &epd_pool->list, list) {
3498 epd_pool->count--;
3500 spin_unlock(&epd_pool->lock);