Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.h55 static inline unsigned int hex2val(char c) in hex2val() function
H A Dcxgb4_main.c3212 hw_addr[i] = (hex2val(na[2 * i + 0]) * 16 + in cxgb4_mgmt_fill_vf_station_mac_addr()
3213 hex2val(na[2 * i + 1])); in cxgb4_mgmt_fill_vf_station_mac_addr()
6885 hw_addr[i] = (hex2val(na[2 * i + 0]) * 16 + in init_one()
6886 hex2val(na[2 * i + 1])); in init_one()
H A Dcxgb4_debugfs.c2218 key[i] = (key[i] << 4) | hex2val(*p); in rss_key_write()