Home
last modified time | relevance | path

Searched refs:extra_byte (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dbig_sur_ge.c219 unsigned long fifo_count, word_count, extra_byte; in packet_fifo_write() local
228 extra_byte = len % BIG_SUR_GE_FIFO_WIDTH_BYTE_COUNT; in packet_fifo_write()
230 if (extra_byte > 0) in packet_fifo_write()
241 if (extra_byte > 0) { in packet_fifo_write()
246 if (extra_byte == 1) in packet_fifo_write()
248 else if (extra_byte == 2) in packet_fifo_write()
252 else if (extra_byte == 3) in packet_fifo_write()
360 unsigned long fifo_count, word_count, extra_byte; in packet_fifo_read() local
372 extra_byte = len % BIG_SUR_GE_FIFO_WIDTH_BYTE_COUNT; in packet_fifo_read()
378 if (extra_byte > 0) { in packet_fifo_read()
[all …]