Lines Matching defs:expedite
21829 * the IO buf is returned to expedite pool. If cfg_xri_rebalancing==1,
21858 if (lpfc_ncmd->expedite) {
21859 /* Return to expedite pool */
21963 * lpfc_get_io_buf_from_expedite_pool - Get one free IO buf from expedite pool
21966 * This routine tries to get one free IO buf from expedite pool.
21969 * pointer to one free IO buf - if expedite pool is not empty
21970 * NULL - if expedite pool is empty
22002 * @expedite: 1 means this request is urgent.
22010 * 3. If we fail to get one from pvt_pool and this is an expedite request,
22011 * get one free xri from expedite pool.
22023 int hwqid, int expedite)
22064 } else if (expedite) {
22065 /* If we fail to get one from pvt_pool and this is an expedite
22066 * request, get one free xri from expedite pool.
22104 * @expedite: 1 means this request is urgent.
22119 u32 hwqid, int expedite)
22136 phba, ndlp, hwqid, expedite);
22140 if (qp->get_io_bufs > LPFC_NVME_EXPEDITE_XRICNT || expedite)
22152 expedite)