Searched refs:num_hex (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.c882 int num_hex; local
899 num_hex = 0;
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++] = ' ';
922 num_hex = 0;
930 hex_buf[num_hex++] = ' ';
931 hex_buf[num_hex
[all...]

Completed in 49 milliseconds