Searched refs:t_port_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 339 * @t_port_id: 128-bit target port identifier copied from SRP_LOGIN_REQ. 346 u8 t_port_id[16]; member
|
H A D | ib_srpt.c | 1996 * Look up (i_port_id, t_port_id) in sport->nexus_list. Create an entry if 2001 const u8 t_port_id[16]) in srpt_get_nexus() 2009 memcmp(n->t_port_id, t_port_id, 16) == 0) { in srpt_get_nexus() 2030 memcpy(tmp_nexus->t_port_id, t_port_id, 16); in srpt_get_nexus() 2163 pr_info("Received SRP_LOGIN_REQ with i_port_id %pI6, t_port_id %pI6 and it_iu_len %d on port %d (guid=%pI6); pkey %#04x\n", in srpt_cm_req_recv() 1999 srpt_get_nexus(struct srpt_port *sport, const u8 i_port_id[16], const u8 t_port_id[16]) srpt_get_nexus() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 339 * @t_port_id: 128-bit target port identifier copied from SRP_LOGIN_REQ. 346 u8 t_port_id[16]; member
|
H A D | ib_srpt.c | 2005 * Look up (i_port_id, t_port_id) in sport->nexus_list. Create an entry if 2010 const u8 t_port_id[16]) in srpt_get_nexus() 2018 memcmp(n->t_port_id, t_port_id, 16) == 0) { in srpt_get_nexus() 2039 memcpy(tmp_nexus->t_port_id, t_port_id, 16); in srpt_get_nexus() 2172 pr_info("Received SRP_LOGIN_REQ with i_port_id %pI6, t_port_id %pI6 and it_iu_len %d on port %d (guid=%pI6); pkey %#04x\n", in srpt_cm_req_recv() 2008 srpt_get_nexus(struct srpt_port *sport, const u8 i_port_id[16], const u8 t_port_id[16]) srpt_get_nexus() argument
|
Completed in 11 milliseconds