Searched refs:i_port_id (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.c | 1955 const u8 i_port_id[16], in srpt_get_nexus() 1963 if (memcmp(n->i_port_id, i_port_id, 16) == 0 && in srpt_get_nexus() 1984 memcpy(tmp_nexus->i_port_id, i_port_id, 16); in srpt_get_nexus() 2089 char i_port_id[36]; in srpt_cm_req_recv() local 2215 snprintf(i_port_id, sizeof(i_port_id), "0x%016llx%016llx", in srpt_cm_req_recv() 2216 be64_to_cpu(*(__be64 *)nexus->i_port_id), in srpt_cm_req_recv() 2217 be64_to_cpu(*(__be64 *)(nexus->i_port_id + 8))); in srpt_cm_req_recv() 2227 TARGET_PROT_NORMAL, i_port_id, ch, in srpt_cm_req_recv() 2233 i_port_id + 2, ch, NULL); in srpt_cm_req_recv() 3258 static int srpt_parse_i_port_id(u8 i_port_id[16], const char *name) in srpt_parse_i_port_id() [all …]
|
| D | ib_srpt.h | 327 u8 i_port_id[16]; member
|