Searched refs:pcount (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | octeon_network.h | 537 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/hwmon/ |
| A D | hp-wmi-sensors.c | 1316 u8 icount, u8 pcount, bool is_new) in hp_wmi_debugfs_init() argument 1384 if (!pcount) in hp_wmi_debugfs_init() 1389 for (i = 0; i < pcount; i++, pevents++) { in hp_wmi_debugfs_init() 2010 u8 pcount; in hp_wmi_sensors_init() local 2014 err = init_platform_events(dev, &pevents, &pcount); in hp_wmi_sensors_init() 2024 hp_wmi_debugfs_init(dev, info, pevents, icount, pcount, is_new); in hp_wmi_sensors_init() 2029 has_events = find_event_attributes(state, pevents, pcount); in hp_wmi_sensors_init()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | user_sdma.c | 288 u8 pcount = initial_pkt_count; in hfi1_user_sdma_process_request() local 472 if (pcount > req->info.npkts) in hfi1_user_sdma_process_request() 473 pcount = req->info.npkts; in hfi1_user_sdma_process_request() 535 ret = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_mbox.c | 1841 uint32_t pagen, pcount; in lpfc_sli4_config() local 1868 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config() 1869 pcount = (pcount > LPFC_SLI4_MBX_SGE_MAX_PAGES) ? in lpfc_sli4_config() 1870 LPFC_SLI4_MBX_SGE_MAX_PAGES : pcount; in lpfc_sli4_config() 1880 for (pagen = 0, alloc_len = 0; pagen < pcount; pagen++) { in lpfc_sli4_config()
|
| /drivers/block/drbd/ |
| A D | drbd_receiver.c | 3330 int pcount = (device->state.role == R_PRIMARY) in drbd_sync_handshake() local 3334 switch (pcount) { in drbd_sync_handshake() 3348 pcount, (hg < 0) ? "peer" : "this"); in drbd_sync_handshake()
|
Completed in 32 milliseconds