Searched refs:ibyte (Results 1 - 1 of 1) sorted by relevance

/drivers/net/tokenring/
H A Dsmctr.c2891 unsigned int iword, ibyte; local
2900 for(iword = 0, ibyte = 0; iword < (unsigned int)(aword_cnt & 0xff);
2901 iword++, ibyte += 2)
2903 tp->misc_command_data[iword] = (*((__u8 *)byte + ibyte) << 8)
2904 | (*((__u8 *)byte + ibyte + 1));

Completed in 281 milliseconds