Searched refs:gid_name (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 407 * @gid_name: port name in GID format. 426 char gid_name[64]; member
|
H A D | ib_srpt.c | 571 snprintf(sport->gid_name, ARRAY_SIZE(sport->gid_name), in srpt_refresh_port() 3012 if (strcmp(sport->gid_name, name) == 0) { in __srpt_lookup_port() 3853 sport->gid_name, ARRAY_SIZE(port_id->name)); in srpt_make_tport()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 407 * @gid_name: port name in GID format. 426 char gid_name[64]; member
|
H A D | ib_srpt.c | 577 snprintf(sport->gid_name, ARRAY_SIZE(sport->gid_name), in srpt_refresh_port() 3020 if (strcmp(sport->gid_name, name) == 0) { in __srpt_lookup_port() 3804 sport->gid_name, ARRAY_SIZE(port_id->name)); in srpt_make_tport()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | auth.c | 158 const char *gid_name = nvme_auth_dhgroup_name(data->dhgid); in nvme_auth_process_dhchap_challenge() local 231 chap->qid, gid_name); in nvme_auth_process_dhchap_challenge() 256 chap->qid, ret, gid_name); in nvme_auth_process_dhchap_challenge() 262 chap->qid, gid_name); in nvme_auth_process_dhchap_challenge()
|
Completed in 13 milliseconds