Searched refs:pcount (Results 1 – 4 of 4) sorted by relevance
537 int i, pcount = 0; in wait_for_pending_requests() local540 pcount = atomic_read( in wait_for_pending_requests()543 if (pcount) in wait_for_pending_requests()549 if (pcount) in wait_for_pending_requests()
1785 uint32_t pagen, pcount; in lpfc_sli4_config() local1812 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()1813 pcount = (pcount > LPFC_SLI4_MBX_SGE_MAX_PAGES) ? in lpfc_sli4_config()1814 LPFC_SLI4_MBX_SGE_MAX_PAGES : pcount; in lpfc_sli4_config()1824 for (pagen = 0, alloc_len = 0; pagen < pcount; pagen++) { in lpfc_sli4_config()
349 u8 pcount = initial_pkt_count; in hfi1_user_sdma_process_request() local533 if (pcount > req->info.npkts) in hfi1_user_sdma_process_request()534 pcount = req->info.npkts; in hfi1_user_sdma_process_request()596 ret = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request()
3552 int pcount = (device->state.role == R_PRIMARY) in drbd_sync_handshake() local3556 switch (pcount) { in drbd_sync_handshake()3570 pcount, (hg < 0) ? "peer" : "this"); in drbd_sync_handshake()