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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/nes/
H A Dnes_utils.c878 char hex_buf[80]; local
896 memset(hex_buf, 0, 80);
903 hex_buf[num_hex++] = '-';
904 hex_buf[num_hex++] = ' ';
911 hex_buf[num_hex++] = xlate[((*ptr & 0xf0) >> 4)];
912 hex_buf[num_hex++] = xlate[*ptr & 0x0f];
913 hex_buf[num_hex++] = ' ';
918 nes_debug(dump_debug_level, " %s | %s\n", hex_buf, ascii_buf);
920 memset(hex_buf, 0, 80);
930 hex_buf[num_he
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_utils.c878 char hex_buf[80]; local
896 memset(hex_buf, 0, 80);
903 hex_buf[num_hex++] = '-';
904 hex_buf[num_hex++] = ' ';
911 hex_buf[num_hex++] = xlate[((*ptr & 0xf0) >> 4)];
912 hex_buf[num_hex++] = xlate[*ptr & 0x0f];
913 hex_buf[num_hex++] = ' ';
918 nes_debug(dump_debug_level, " %s | %s\n", hex_buf, ascii_buf);
920 memset(hex_buf, 0, 80);
930 hex_buf[num_he
[all...]

Completed in 102 milliseconds