Searched refs:FC_FID_DIR_SERV (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/uapi/scsi/fc/ |
D | fc_fs.h | 146 FC_FID_DIR_SERV = 0xfffffc, /* directory server */ enumerator
|
/linux-6.1.9/drivers/scsi/elx/libefc/ |
D | efc_fabric.c | 311 ns = efc_node_find(nport, FC_FID_DIR_SERV); in efc_start_ns_node() 313 ns = efc_node_alloc(nport, FC_FID_DIR_SERV, false, false); in efc_start_ns_node() 701 case FC_FID_DIR_SERV: in efc_process_gidpt_payload() 1009 ns = efc_node_find(nport, FC_FID_DIR_SERV); in efc_process_rscn()
|
D | efc_node.c | 137 ns = efc_node_find(node->nport, FC_FID_DIR_SERV); in efc_node_free() 231 case FC_FID_DIR_SERV: in efc_node_fcid_display()
|
/linux-6.1.9/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 461 if (rport->port_id == FC_FID_DIR_SERV) { in bnx2fc_rport_event_handler() 529 if (port_id == FC_FID_DIR_SERV) in bnx2fc_rport_event_handler()
|
/linux-6.1.9/drivers/scsi/libfc/ |
D | fc_lport.c | 200 if (rdata->ids.port_id == FC_FID_DIR_SERV) in fc_lport_rport_callback() 1394 if (!lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, cmd, in fc_lport_enter_ns() 1420 rdata = fc_rport_create(lport, FC_FID_DIR_SERV); in fc_lport_enter_dns() 2169 if (did == FC_FID_DIR_SERV) { in fc_lport_bsg_request()
|
D | fc_encode.h | 733 case FC_FID_DIR_SERV: in fc_ct_fill() 736 *did = FC_FID_DIR_SERV; in fc_ct_fill()
|
D | fc_rport.c | 163 if (port_id != FC_FID_DIR_SERV) { in fc_rport_create() 366 if (port_id == FC_FID_DIR_SERV) { in fc_rport_work()
|
/linux-6.1.9/drivers/scsi/csiostor/ |
D | csio_rnode.c | 471 if (((ntohl(*did) >> 8) & CSIO_DID_MASK) != FC_FID_DIR_SERV) { in csio_rn_verify_rparams()
|
/linux-6.1.9/drivers/s390/scsi/ |
D | zfcp_dbf.c | 529 && ct_els->d_id == FC_FID_DIR_SERV in zfcp_dbf_san_res_cap_len_if_gpn_ft()
|
D | zfcp_fc.c | 1115 zfcp_fc_wka_port_init(&wka_ports->ds, FC_FID_DIR_SERV, adapter); in zfcp_fc_gs_setup()
|
/linux-6.1.9/drivers/scsi/qedf/ |
D | qedf_main.c | 1497 if (rport->port_id == FC_FID_DIR_SERV) { in qedf_rport_event_handler() 1567 if (port_id == FC_FID_DIR_SERV) in qedf_rport_event_handler()
|
/linux-6.1.9/drivers/scsi/fcoe/ |
D | fcoe.c | 2789 lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, FC_NS_RSPN_ID, in fcoe_set_vport_symbolic_name()
|