Lines Matching refs:epd_pool
3132 struct lpfc_epd_pool *epd_pool;
3135 epd_pool = &phba->epd_pool;
3138 spin_lock_init(&epd_pool->lock);
3140 spin_lock(&epd_pool->lock);
3141 INIT_LIST_HEAD(&epd_pool->list);
3144 list_move_tail(&lpfc_ncmd->list, &epd_pool->list);
3147 epd_pool->count++;
3148 if (epd_pool->count >= XRI_BATCH)
3151 spin_unlock(&epd_pool->lock);
3167 struct lpfc_epd_pool *epd_pool;
3170 epd_pool = &phba->epd_pool;
3174 spin_lock(&epd_pool->lock);
3176 &epd_pool->list, list) {
3181 epd_pool->count--;
3183 spin_unlock(&epd_pool->lock);