Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1997 const u8 i_port_id[16], in srpt_get_nexus()
2005 if (memcmp(n->i_port_id, i_port_id, 16) == 0 && in srpt_get_nexus()
2026 memcpy(tmp_nexus->i_port_id, i_port_id, 16); in srpt_get_nexus()
2151 char i_port_id[36]; in srpt_cm_req_recv() local
2300 snprintf(i_port_id, sizeof(i_port_id), "0x%016llx%016llx", in srpt_cm_req_recv()
2301 be64_to_cpu(*(__be64 *)nexus->i_port_id), in srpt_cm_req_recv()
2302 be64_to_cpu(*(__be64 *)(nexus->i_port_id + 8))); in srpt_cm_req_recv()
2305 i_port_id); in srpt_cm_req_recv()
2328 tag_size, TARGET_PROT_NORMAL, i_port_id, in srpt_cm_req_recv()
2335 i_port_id + 2, ch, NULL); in srpt_cm_req_recv()
[all …]
H A Dib_srpt.h345 u8 i_port_id[16]; member