OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hex2int
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/cxgb/
cxgb_t3_hw.c
622
static unsigned int
hex2int
(unsigned char c)
function in typeref:typename:unsigned int
667
p->port_type[0] = (u8)
hex2int
(vpd.port0_data[0]);
668
p->port_type[1] = (u8)
hex2int
(vpd.port1_data[0]);
669
p->port_type[2] = (u8)
hex2int
(vpd.port2_data[0]);
670
p->port_type[3] = (u8)
hex2int
(vpd.port3_data[0]);
676
p->eth_base[i] =
hex2int
(vpd.na_data[2 * i]) * 16 +
677
hex2int
(vpd.na_data[2 * i + 1]);
cxgb_t3_hw.c
622
static unsigned int
hex2int
(unsigned char c)
function in typeref:typename:unsigned int
667
p->port_type[0] = (u8)
hex2int
(vpd.port0_data[0]);
668
p->port_type[1] = (u8)
hex2int
(vpd.port1_data[0]);
669
p->port_type[2] = (u8)
hex2int
(vpd.port2_data[0]);
670
p->port_type[3] = (u8)
hex2int
(vpd.port3_data[0]);
676
p->eth_base[i] =
hex2int
(vpd.na_data[2 * i]) * 16 +
677
hex2int
(vpd.na_data[2 * i + 1]);
Completed in 26 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025