Searched refs:FC_FID_DIR_SERV (Results 1 – 13 of 13) sorted by relevance
/linux/include/uapi/scsi/fc/ |
H A D | fc_fs.h | 146 FC_FID_DIR_SERV = 0xfffffc, /* directory server */ enumerator
|
/linux/drivers/scsi/elx/libefc/ |
H A 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()
|
H A 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/drivers/scsi/libfc/ |
H A D | fc_lport.c | 200 if (rdata->ids.port_id == FC_FID_DIR_SERV) in fc_lport_rport_callback() 1400 if (!lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, cmd, in fc_lport_enter_ns() 1426 rdata = fc_rport_create(lport, FC_FID_DIR_SERV); in fc_lport_enter_dns() 2175 if (did == FC_FID_DIR_SERV) { in fc_lport_bsg_request()
|
H A D | fc_encode.h | 735 case FC_FID_DIR_SERV: in fc_ct_fill() 738 *did = FC_FID_DIR_SERV; in fc_ct_fill()
|
H A 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/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 459 if (rport->port_id == FC_FID_DIR_SERV) { in bnx2fc_rport_event_handler() 527 if (port_id == FC_FID_DIR_SERV) in bnx2fc_rport_event_handler()
|
/linux/drivers/scsi/fnic/ |
H A D | fdls_disc.c | 727 hton24(d_id, FC_FID_DIR_SERV); in fdls_send_fabric_abts() 733 hton24(d_id, FC_FID_DIR_SERV); in fdls_send_fabric_abts() 745 hton24(d_id, FC_FID_DIR_SERV); in fdls_send_fabric_abts() 751 hton24(d_id, FC_FID_DIR_SERV); in fdls_send_fabric_abts() 757 hton24(d_id, FC_FID_DIR_SERV); in fdls_send_fabric_abts() 3769 if (!((s_id == FC_FID_DIR_SERV) || (s_id == FC_FID_FLOGI) in fdls_process_fabric_abts_rsp() 4767 if ((s_id != FC_FID_DIR_SERV) in fnic_fdls_validate_and_get_frame_type() 4788 if ((s_id != FC_FID_DIR_SERV) || (!FNIC_FC_FRAME_TYPE_FC_GS(fchdr))) { in fnic_fdls_validate_and_get_frame_type() 4796 if ((s_id != FC_FID_DIR_SERV) || (!FNIC_FC_FRAME_TYPE_FC_GS(fchdr))) { in fnic_fdls_validate_and_get_frame_type() 4804 if ((s_id != FC_FID_DIR_SERV) || (!FNIC_FC_FRAME_TYPE_FC_GS(fchdr))) { in fnic_fdls_validate_and_get_frame_type() [all …]
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_rnode.c | 471 if (((ntohl(*did) >> 8) & CSIO_DID_MASK) != FC_FID_DIR_SERV) { in csio_rn_verify_rparams()
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_dbf.c | 571 && ct_els->d_id == FC_FID_DIR_SERV in zfcp_dbf_san_res_cap_len_if_gpn_ft()
|
H A D | zfcp_fc.c | 1127 zfcp_fc_wka_port_init(&wka_ports->ds, FC_FID_DIR_SERV, adapter); in zfcp_fc_gs_setup()
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1510 if (rport->port_id == FC_FID_DIR_SERV) { in qedf_rport_event_handler() 1580 if (port_id == FC_FID_DIR_SERV) in qedf_rport_event_handler()
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 2789 lport->tt.elsct_send(lport, FC_FID_DIR_SERV, fp, FC_NS_RSPN_ID, in fcoe_set_vport_symbolic_name()
|