Lines Matching refs:epd_pool
3467 struct lpfc_epd_pool *epd_pool;
3470 epd_pool = &phba->epd_pool;
3473 spin_lock_init(&epd_pool->lock);
3475 spin_lock(&epd_pool->lock);
3476 INIT_LIST_HEAD(&epd_pool->list);
3479 list_move_tail(&lpfc_ncmd->list, &epd_pool->list);
3482 epd_pool->count++;
3483 if (epd_pool->count >= XRI_BATCH)
3486 spin_unlock(&epd_pool->lock);
3502 struct lpfc_epd_pool *epd_pool;
3505 epd_pool = &phba->epd_pool;
3509 spin_lock(&epd_pool->lock);
3511 &epd_pool->list, list) {
3516 epd_pool->count--;
3518 spin_unlock(&epd_pool->lock);