Searched refs:scount (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_qdio.c | 95 u8 scount; in zfcp_qdio_int_resp() local 101 scount = min(sbale->scount + 1, in zfcp_qdio_int_resp() 105 for (sbal_no = 0; sbal_no < scount; sbal_no++) { in zfcp_qdio_int_resp() 110 zfcp_dbf_hba_def_err(adapter, req_id, scount, pl); in zfcp_qdio_int_resp()
|
D | zfcp_qdio.h | 268 sbale->scount = q_req->sbal_number - 1; in zfcp_qdio_set_scount()
|
D | zfcp_dbf.c | 181 void zfcp_dbf_hba_def_err(struct zfcp_adapter *adapter, u64 req_id, u16 scount, in zfcp_dbf_hba_def_err() argument 201 while (payload->counter < scount && (char *)pl[payload->counter]) { in zfcp_dbf_hba_def_err()
|
/linux-4.1.27/net/ipv6/ |
D | mcast.c | 1072 int i, scount; in mld_xmarksources() local 1074 scount = 0; in mld_xmarksources() 1076 if (scount == nsrcs) in mld_xmarksources() 1085 scount++; in mld_xmarksources() 1091 if (scount == nsrcs) /* all sources excluded */ in mld_xmarksources() 1100 int i, scount; in mld_marksources() local 1107 scount = 0; in mld_marksources() 1109 if (scount == nsrcs) in mld_marksources() 1114 scount++; in mld_marksources() 1119 if (!scount) { in mld_marksources() [all …]
|
/linux-4.1.27/net/ipv4/ |
D | igmp.c | 312 int scount = 0; in igmp_scount() local 317 scount++; in igmp_scount() 319 return scount; in igmp_scount() 436 int scount, stotal, first, isquery, truncate; in add_grec() local 446 stotal = scount = 0; in add_grec() 485 pgr->grec_nsrcs = htons(scount); in add_grec() 490 scount = 0; in add_grec() 500 scount++; stotal++; in add_grec() 531 pgr->grec_nsrcs = htons(scount); in add_grec() 793 int i, scount; in igmp_xmarksources() local [all …]
|
/linux-4.1.27/drivers/block/ |
D | swim3.c | 190 int scount; /* # sectors we're transferring at present */ member 472 fs->scount = n; in setup_transfer() 777 n = fs->scount - 1 - resid / 512; in swim3_interrupt() 804 if (swim3_end_request(fs, 0, fs->scount << 9)) { in swim3_interrupt() 805 fs->req_sector += fs->scount; in swim3_interrupt()
|
/linux-4.1.27/drivers/mtd/onenand/ |
D | samsung.c | 391 int i, mcount, scount; in s3c_onenand_command() local 425 scount = mtd->oobsize >> 2; in s3c_onenand_command() 441 for (i = 0; i < scount; i++) in s3c_onenand_command() 461 for (i = 0; i < scount; i++) in s3c_onenand_command()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | m66592-udc.c | 1242 m66592->scount = M66592_MAX_SAMPLING; in m66592_irq() 1282 if (m66592->scount > 0) { in m66592_timer() 1285 m66592->scount--; in m66592_timer() 1286 if (m66592->scount == 0) { in m66592_timer() 1296 m66592->scount = M66592_MAX_SAMPLING; in m66592_timer() 1481 m66592->scount = M66592_MAX_SAMPLING; in m66592_udc_start()
|
D | r8a66597-udc.h | 107 u16 scount; member
|
D | r8a66597-udc.c | 1499 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_irq() 1532 if (r8a66597->scount > 0) { in r8a66597_timer() 1535 r8a66597->scount--; in r8a66597_timer() 1536 if (r8a66597->scount == 0) { in r8a66597_timer() 1546 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_timer() 1759 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_start()
|
D | m66592-udc.h | 485 int scount; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | qdio.h | 211 u8 scount; member
|
/linux-4.1.27/drivers/usb/host/ |
D | r8a66597.h | 105 int scount; member
|
D | r8a66597-hcd.c | 1014 rh->scount = R8A66597_MAX_SAMPLING; in start_root_hub_sampling() 1720 if (rh->scount > 0) { in r8a66597_root_hub_control() 1723 rh->scount--; in r8a66597_root_hub_control() 1724 if (rh->scount == 0) in r8a66597_root_hub_control() 1729 rh->scount = R8A66597_MAX_SAMPLING; in r8a66597_root_hub_control()
|