Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/cavium/liquidio/
Docteon_network.h537 int i, pcount = 0; in wait_for_pending_requests() local
540 pcount = atomic_read( in wait_for_pending_requests()
543 if (pcount) in wait_for_pending_requests()
549 if (pcount) in wait_for_pending_requests()
/drivers/scsi/lpfc/
Dlpfc_mbox.c1785 uint32_t pagen, pcount; in lpfc_sli4_config() local
1812 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()
/drivers/infiniband/hw/hfi1/
Duser_sdma.c349 u8 pcount = initial_pkt_count; in hfi1_user_sdma_process_request() local
533 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()
/drivers/block/drbd/
Ddrbd_receiver.c3552 int pcount = (device->state.role == R_PRIMARY) in drbd_sync_handshake() local
3556 switch (pcount) { in drbd_sync_handshake()
3570 pcount, (hg < 0) ? "peer" : "this"); in drbd_sync_handshake()