Searched refs:word_val (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/fddi/skfp/ |
H A D | pmf.c | 1095 SK_LOC_DECL(u_short,word_val) ; smt_set_para() 1178 to = (char *) &word_val ; smt_set_para() 1301 if (word_val & ~1) smt_set_para() 1303 IFSET(mib->fddiSMTConfigPolicy = word_val) ; smt_set_para() 1306 if (!(word_val & POLICY_MM)) smt_set_para() 1308 IFSET(mib->fddiSMTConnectionPolicy = word_val) ; smt_set_para() 1311 if (word_val < 2 || word_val > 30) smt_set_para() 1313 IFSET(mib->fddiSMTTT_Notify = word_val) ; smt_set_para() 1363 if (word_val > 1) smt_set_para() 1365 IFSET(mib->fddiESSSynchTxMode = word_val) ; smt_set_para() 1381 if ((word_val & (MIB_P_PATH_PRIM_PREFER | smt_set_para() 1384 IFSET(mib_m->fddiMACRequestedPaths = word_val) ; smt_set_para() 1388 IFSET(mib_m->fddiMACFrameErrorThreshold = word_val) ; smt_set_para() 1392 IFSET(mib_m->fddiMACNotCopiedThreshold = word_val) ; smt_set_para() 1472 if (word_val > 4) smt_set_para() 1474 IFSET(mib_p->fddiPORTMaint_LS = word_val) ; smt_set_para() 1491 if (smt_action(smc,SMT_STATION_ACTION, (int) word_val, 0)) smt_set_para() 1495 if (smt_action(smc,SMT_PORT_ACTION, (int) word_val, smt_set_para()
|
/linux-4.4.14/drivers/scsi/ |
H A D | advansys.c | 3814 static void AscWriteLramWord(PortAddr iop_base, ushort addr, ushort word_val) AscWriteLramWord() argument 3817 AscSetChipLramData(iop_base, word_val); AscWriteLramWord() 8971 static ushort AscWriteEEPWord(PortAddr iop_base, uchar addr, ushort word_val) AscWriteEEPWord() argument 8976 if (read_wval != word_val) { AscWriteEEPWord() 8979 AscWriteEEPDataReg(iop_base, word_val); AscWriteEEPWord()
|
Completed in 189 milliseconds