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

/linux-master/drivers/target/
H A Dtarget_core_pr.c1480 unsigned char *buf, *ptr, proto_ident; local
1558 proto_ident = (ptr[0] & 0x0f);
1566 * Look for the matching proto_ident provided by
1569 if (tmp_tpg->proto_id != proto_ident)
3160 unsigned char proto_ident; local
3265 proto_ident = (buf[24] & 0x0f);
3268 " 0x%02x\n", proto_ident);
3270 if (proto_ident != dest_se_tpg->proto_id) {
3272 " proto_ident: 0x%02x does not match ident: 0x%02x"
3273 " from fabric: %s\n", proto_ident,
[all...]

Completed in 97 milliseconds