Lines Matching defs:expedite
20672 * the IO buf is returned to expedite pool. If cfg_xri_rebalancing==1,
20702 if (lpfc_ncmd->expedite) {
20703 /* Return to expedite pool */
20807 * lpfc_get_io_buf_from_expedite_pool - Get one free IO buf from expedite pool
20810 * This routine tries to get one free IO buf from expedite pool.
20813 * pointer to one free IO buf - if expedite pool is not empty
20814 * NULL - if expedite pool is empty
20846 * @expedite: 1 means this request is urgent.
20854 * 3. If we fail to get one from pvt_pool and this is an expedite request,
20855 * get one free xri from expedite pool.
20867 int hwqid, int expedite)
20890 } else if (expedite) {
20891 /* If we fail to get one from pvt_pool and this is an expedite
20892 * request, get one free xri from expedite pool.
20930 * @expedite: 1 means this request is urgent.
20945 u32 hwqid, int expedite)
20956 phba, ndlp, hwqid, expedite);
20960 if (qp->get_io_bufs > LPFC_NVME_EXPEDITE_XRICNT || expedite)
20972 expedite)