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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 57 milliseconds