eword
uint16_t phy_offset, control, eword, edata, block_crc;
ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
control = (eword & IXGBE_CONTROL_MASK_NL) >>
edata = eword & IXGBE_DATA_MASK_NL;
&eword);
IXGBE_TWINAX_DEV, eword);
DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword,
Dir_MatchFilesi(const char *word, const char *eword, struct PathEntry *p,
if (Str_Matchi(entry, strchr(entry, '\0'), word, eword))
DirExpandWildi(const char *word, const char *eword, Lst path, Lst expansions)
slash = memchr(word, '/', eword - word);
Dir_MatchFilesi(word, eword, dot, expansions);
PathMatchFilesi(word, eword, path, expansions);
for (cp = word; cp != eword; cp++) {
PathMatchFilesi(slash+1, eword, &temp,
PathMatchFilesi(word, eword, path, expansions);
PathMatchFilesi(word, eword, path, expansions);
DirExpandCurlyi(const char *word, const char *eword, Lst path, Lst expansions)
for (cp2 = word; cp2 != eword; cp2++)
Lst_EnQueue(&curled, Str_dupi(word, eword));
Dir_Expandi(const char *word, const char *eword, Lst path, Lst expansions)
char *s = Str_dupi(word, eword);
cp = memchr(word, '{', eword - word);
DirExpandCurlyi(word, eword, path, expansions);
DirExpandWildi(word, eword, path, expansions);
PathMatchFilesi(const char *word, const char *eword, Lst path, Lst expansions)
Dir_MatchFilesi(word, eword, Lst_Datum(ln), expansions);
return (eword(sp, vp, BIGWORD));
return (eword(sp, vp, LITTLEWORD));
static int eword(SCR *, VICMD *, enum which);