Home
last modified time | relevance | path

Searched refs:leading_zero_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_fabric_lib.c107 unsigned len, count, leading_zero_bytes; in srp_get_pr_transport_id() local
118 leading_zero_bytes = 16 - count; in srp_get_pr_transport_id()
119 memset(buf + 8, 0, leading_zero_bytes); in srp_get_pr_transport_id()
120 rc = hex2bin(buf + 8 + leading_zero_bytes, p, count); in srp_get_pr_transport_id()
/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c3462 unsigned len, count, leading_zero_bytes; in srpt_parse_i_port_id() local
3473 leading_zero_bytes = 16 - count; in srpt_parse_i_port_id()
3474 memset(i_port_id, 0, leading_zero_bytes); in srpt_parse_i_port_id()
3475 ret = hex2bin(i_port_id + leading_zero_bytes, p, count); in srpt_parse_i_port_id()