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.c1787 uint32_t pagen, pcount; in lpfc_sli4_config() local
1814 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1815 pcount = (pcount > LPFC_SLI4_MBX_SGE_MAX_PAGES) ? in lpfc_sli4_config()
1816 LPFC_SLI4_MBX_SGE_MAX_PAGES : pcount; in lpfc_sli4_config()
1826 for (pagen = 0, alloc_len = 0; pagen < pcount; pagen++) { in lpfc_sli4_config()
/drivers/infiniband/hw/hfi1/
Duser_sdma.c308 u8 pcount = initial_pkt_count; in hfi1_user_sdma_process_request() local
492 if (pcount > req->info.npkts) in hfi1_user_sdma_process_request()
493 pcount = req->info.npkts; in hfi1_user_sdma_process_request()
555 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()